Open website

With the XBrowser Engine 3.0, you can open websites in a browser.

Use the Module OpenUrl to specify the website.

This Module is part of the Standard subset. You can find it under Standard modules->TBox XEngines->Html.

The XBrowser Engine 3.0 doesn't validate whether the URL you entered is accessible. Even if the URL is unreachable, the TestStep passes.

If you want to use arguments with Internet Explorer, set the registry key TabProcGrowth with value 0 in HKLM_CURRENT_USER\Software\Microsoft\Internet Explorer\Main.

In this example, you open the URL https://support.tricentis.com . If a browser window is already open, Tosca Commander opens the page in the active tab of this window. You do not pass any command line arguments.

Open a website