Activate browser

Brings the browser window to the front of the screen. This element is used when automation scenario requires working with a web interface, such as filling in forms, site navigation, data extraction, etc.

Properties

The element has only common properties described here. It does not have any unique properties.

Pure code

Below is an example of using the element in the Pure code type process:

LTools.WebBrowser.BrowserApp app = LTools.WebBrowser.BrowserApp.Init(wf, "Free email*", LTools.WebBrowser.Model.BrowserTypes_Short.IE);
app.Activate();

Last updated