Selenium Get Browsers
Description
This action component allows you to get all opened browser windows.
Input Properties
- Browser Type (BrowserTypes) – Choose the type of browser you want to get.
- FilterText (String) – Filter Text
Output Properties
- Result (List`1) – The result of the browser list. stored as List
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.