Skip to content

Open Web Page

Function Description

TIP

Open a web page using a specified browser to achieve web automation

Open Web Page

Configuration Item Description

General

Command Input

  • Browser TypeInteger: Select the browser type. You need to install the corresponding browser plugin in [Settings]-[Plugin Center] to achieve automation. Additionally, if the browser installation path is not the default system drive, you need to set the installation path in advanced options.

  • URLstring: Enter the web address to open

Command Output

  • Save web page object toTBrowser: This variable saves the web page object, which can be used for automating the web page

Advanced

  • Wait for the web page to load completelyBoolean: Whether to wait for the web page to load completely

  • Load timeout (milliseconds)Integer: The time to wait for the page to load before timing out (milliseconds)

  • Action after timeoutInteger: The action to perform after the page load times out

  • Browser installation pathstring: The default is the system drive installation path. If the installation path is not default, please select the program path of the corresponding browser

  • Command line argumentsstring: Command line arguments, must be supported by the browser, can be empty

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

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