Package com.xceptance.xlt.api.webdriver
package com.xceptance.xlt.api.webdriver
Provides special Web driver classes that extend Selenium Web drivers with additional features such as recording
data about requests and browser events or running browsers in headless mode.
-
ClassesClassDescriptionAn extended
ChromeDriver
which allows to record data about requests and browser events or to run Chrome with a virtual display.Builder class to createXltChromeDriver
instances.Extended version ofHtmlUnitDriver
which just uses the XLT web client.An extendedFirefoxDriver
which allows to record data about requests and browser events or to run Firefox with a virtual display.Builder class to createXltFirefoxDriver
instances.