Uses of Class
jp.vmi.selenium.webdriver.DriverOptions.DriverOption
-
Packages that use DriverOptions.DriverOption Package Description jp.vmi.selenium.webdriver -
-
Uses of DriverOptions.DriverOption in jp.vmi.selenium.webdriver
Methods in jp.vmi.selenium.webdriver that return DriverOptions.DriverOption Modifier and Type Method Description static DriverOptions.DriverOptionDriverOptions.DriverOption. valueOf(String name)Returns the enum constant of this type with the specified name.static DriverOptions.DriverOption[]DriverOptions.DriverOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jp.vmi.selenium.webdriver with parameters of type DriverOptions.DriverOption Modifier and Type Method Description StringDriverOptions. get(DriverOptions.DriverOption opt)Get option value.booleanDriverOptions. getBoolean(DriverOptions.DriverOption opt)Get option value as boolean.booleanDriverOptions. has(DriverOptions.DriverOption opt)DriverOptions instance has specified option.DriverOptionsDriverOptions. set(DriverOptions.DriverOption opt, Object value)Set option key and value.DriverOptionsDriverOptions. set(DriverOptions.DriverOption opt, String... values)Set option key and value.static <B extends org.openqa.selenium.remote.service.DriverService.Builder<?,B>>
BWebDriverFactory. setupBuilder(B builder, DriverOptions driverOptions, DriverOptions.DriverOption driverKey)Setup builder for DriverService.
-