Switch To IFrame
Description
The Inject JavaScript allows you to inject JavaScript on a webpage.
Properties
Category | Property | Type | Description |
---|---|---|---|
Common | Continue On Error | bool | Specifies whether automation should continue even if the activity raises an error |
Delay After | In(int) | Delay time (in milliseconds) after executing the activity. The default amount of time is 300 milliseconds. | |
Delay Before | In(int) | Delay time (in milliseconds) before the activity begins performing any operations. The default amount of time is 300 milliseconds. | |
Input | Browser | In(Browser) | The browser page to navigate. This field only supports the Browser variable. |
Input parameter | In(string) | Input data for the Javascript code. You can use it in Javascipt code by function argument[0] | |
Javascript Code | In(string) | Javascript command. | |
Script File | In(string) | The path of the JavaScript file you want to inject. | |
Output | Script Output | Out(string) | The outputted Script File with type = ‘String’. Not allow white space in output name. |