EPM Robots‎ > ‎

Launching the Browser

To Launch Workspace in the foreground:
*** Settings ***
Library           SeleniumLibrary
library           OperatingSystem
*** Test Cases ***
LaunchWS
    Open Browser    http://<servername>:19000/workspace/index.jsp       ff

Alternatively to launch Workspace in the background/headless:
*** Settings ***
Library           SeleniumLibrary
library           OperatingSystem
*** Test Cases ***
LaunchWS
    Open Browser    http://<servername>:19000/workspace/index.jsp        headlessfirefox
Comments