Execute Javascript
Description
This action component allows you to inject and execute JavaScript on a specified browser tab.
Input Properties
- Frame Id (Int32) – The frame id that you want to inject and execute JavaScript.
- Tab Id (Int32) –
- Script (String) – The JavaScript you want to inject and execute.
- Input Browser Object (IBrowserObject) – The input browser object.
Output Properties
- Result (Object[]) – The result returned from the JavaScript code. stored as an object array.
General Properties
- GlobalWaits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- IgnoreError (Checkbox) – Continue the process flow without throwing error.
- PostWait (Checkbox) – Apply specified wait after execute the action.
- PreWait (Checkbox) – Apply specified wait before execute the action.