Uses of Class
com.facilita.fc.selenium.WebDriverType
-
Packages that use WebDriverType Package Description com.facilita.fc.selenium The eggPlant Performance Selenium API provides class and methods for automating Web Browsers using Selenium WebDriver. -
-
Uses of WebDriverType in com.facilita.fc.selenium
Methods in com.facilita.fc.selenium that return WebDriverType Modifier and Type Method Description WebDriverTypeWebDriver. getDriverType()Get the driver type of this instance (e.g.static WebDriverTypeWebDriverType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WebDriverType[]WebDriverType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.facilita.fc.selenium with parameters of type WebDriverType Modifier and Type Method Description voidSeleniumVirtualUser. initialiseWebDriver(WebDriverType driverType)voidSeleniumVirtualUserInterface. initialiseWebDriver(WebDriverType driverType)Deprecated.As of release 5.3, the preferred method to change the type ofWebDriveris to call one of:SeleniumVirtualUserInterface.initialiseHtmlUnitDriver()SeleniumVirtualUserInterface.initialiseFirefoxDriver()SeleniumVirtualUserInterface.initialiseChromeDriver(String)SeleniumVirtualUserInterface.initialiseInternetExplorerDriver(String)SeleniumVirtualUserInterface.initialisePhantomJSDriver(String)SeleniumVirtualUserInterface.initialiseWebDriver(org.openqa.selenium.WebDriver)voidSeleniumVirtualUserScript. initialiseWebDriver(WebDriverType driverType)
-