AIWOZO.Core.WebAutomation.AttachBrowser
- AttachBrowser activity works as a container for attaching an already opened browser and to perform different set of activities in it.
Properties
Input
- Selector (InArgument<String>) – Capture the text property for finding a particular UI element.
Misc
- DisplayName (String) – To set a meaningful name according to the user.
- Screenshot (String) – Path of the screenshot taken of the UI element of the browser.
Output
- Output (OutArgument<Browser>) – Stores the browser instance of the activity in a Browser variable.