Skip to content

Fill Password Field (Web)

Function Description

TIP

Enter a password in the web page's password field

Fill Password Field (Web)

Configuration Item Description

General

Command Input

  • Web Page ObjectTBrowser: Input a previously obtained or a new web page object created by the 'Open Web Page' function

  • Operation TargetTTarget: Select the web element to be operated on

  • Entered Passwordstring: Fill in the password to be entered

Command Output

No output for the current command

Advanced

  • Input MethodInteger: Select the input method

  • Key Press Interval (Milliseconds)Integer: The interval time between two key presses

  • Focus Timeout (Milliseconds)Integer: Focus timeout duration

  • Delay Time (Milliseconds)Integer: Time to continue waiting after the command execution is completed

  • Click Element Before InputBoolean: Before the input action, click the element first

  • Mouse Click PositionInteger: Supports clicking at specific positions on the element

  • Custom PositionInteger: Custom position settings

  • Horizontal TranslationInteger: Enter a positive number to move right, a negative number to move left

  • Vertical TranslationInteger: Enter a positive number to move down, a negative number to move up

  • Delay Before (ms)Integer: The waiting time before instruction execution

  • Timeout (Milliseconds)Integer: Set the maximum wait time

Error Handling

  • Print Error LogsBoolean: Whether to print error logs to the "Logs" panel when the command fails. Default is checked.

  • Handling MethodInteger:

    • Terminate Process: If the command fails, terminate the process.

    • Ignore Exception and Continue Execution: If the command fails, ignore the exception and continue the process.

    • Retry This Command: If the command fails, retry the command a specified number of times with a specified interval between retries.

Usage Example

Process logic description:

Common Errors and Handling

None

Frequently Asked Questions

None