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.

Rinkt scroll into view Designer

Properties#

Scroll into view properties

General Properties#

See General Properties.

Misc#

See Misc.

Out Error#

See Out Error.

Example#

Start 5 Browser windows

In 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.