Start Web Browser
Launches a browser window for each instance of this activity. For instance, if we place this activity in a parallel foreach with 3 items, it will start 3 browser windows.
By default, without start web browser, we use only a web driver for the lifetime of the workflow. With this activity, we may open a new browser window for each instance of this activity.
It can be used to test multiple requests to a page. To use it this way, we have to place this activity inside a parallel loop activity(See example below).
It is can be executed only with the webdriver.
#
Properties#
General PropertiesSee General Properties.
#
MiscSee Misc.
#
Out ErrorSee Out Error.
#
ExampleIn this example, we start 5 browser windows, navigate to google, type "test" followed by an enter key and when all the browser windows complete their search, we display Done.