Browser Object
Description
This action component allows you to open a browser at a specified URL or attach to an already opened browser and perform multiple actions.
Input Properties
- Browser Type (Dropdown) – Choose the type of browser you want to use.
- URL (String) – The URL that you want to open in the specified browser.
- Profile Path (String) – The user data folder that the browser will use.
- Private Mode (Checkbox) – Check if you want to open a private/incognito session.
- New Window (Checkbox) – Starts a new window of the selected browser.
- Maximize (Checkbox) – Maximizes the size of the browser.
- Selector (String) – The XML attributes that identify the location of the browser window.
- Input Browser Object (IBrowserObject) – Input browser object
- Body (IBrowserObject) – The actions you want to execute within the browser window
- Timeout (Int32) – The amount of time (in milliseconds) to wait for the action to run.
Output Properties
- Result (IBrowserObject) – The result of the action as a IBrowserObject object.
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.