Previous Topic: Selenium Integration StepsNext Topic: Create and Export a Selenium Builder Recording


Set Advanced Options on the Selenium Web Driver

You can set advanced options on the Selenium web driver to meet your requirements.

Follow these steps:

  1. Locate the selenium-capabilities.conf in the Data directory of the examples project in the LISA_HOME directory.

    This file contains sample parameters to configure the Selenium web driver. Refer to the URLs contained in the file for the most up-to-date information from Selenium about these parameters.

    The file is a plain text file. Use any text editor, such as Notepad on Windows or vi on UNIX and Linux, to view and edit the file.

  2. Enter the values for any parameters that require an update.
  3. To update parameters for the Selenium steps, specify the location of the selenium-capabilities.conf in local.properties or in the active project config file, using the selenium.WebDriver.DesiredCapabilities.filePath property.

    To use the default location of the file, copy it to the Data directory of your project.