Selenium 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 (BrowserTypes) – 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 (Boolean) – Check if you want to open a private/incognito session.
- Maximize (Boolean) – Maximizes the size of the browser.
- Input Browser Object (IBrowserObject) –
- Body (IBrowserObject) – The actions you want to execute within the Selenium 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 ISeleniumObject object.
General Properties
- Global Waits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- Ignore Error (Checkbox) – Continue the process flow without throwing error.
- Post Wait (Checkbox) – Apply specified wait after execute the action.
- Pre Wait (Checkbox) – Apply specified wait before execute the action.