Uses of Class
core.support.objects.DriverOption
-
Packages that use DriverOption Package Description core.support.objects core.uiCore.driverProperties.capabilities -
-
Uses of DriverOption in core.support.objects
Fields in core.support.objects declared as DriverOption Modifier and Type Field Description DriverOptionDriverObject. optionsMethods in core.support.objects that return DriverOption Modifier and Type Method Description DriverOptionDriverObject. getOptions()DriverOptionDriverOption. withChromeOptions(org.openqa.selenium.chrome.ChromeOptions chromeOptions)DriverOptionDriverOption. withEdgeOptions(org.openqa.selenium.edge.EdgeOptions edgeOptions)DriverOptionDriverOption. withFirefoxOptions(org.openqa.selenium.firefox.FirefoxOptions firefoxOptions)DriverOptionDriverOption. withInternetExplorerOptions(org.openqa.selenium.ie.InternetExplorerOptions ieOptions)DriverOptionDriverOption. withSafariOptions(org.openqa.selenium.safari.SafariOptions safairOptions)Methods in core.support.objects with parameters of type DriverOption Modifier and Type Method Description DriverObjectDriverObject. withDriverOptions(DriverOption driverOption) -
Uses of DriverOption in core.uiCore.driverProperties.capabilities
Fields in core.uiCore.driverProperties.capabilities declared as DriverOption Modifier and Type Field Description DriverOptionWebCapability. optionsMethods in core.uiCore.driverProperties.capabilities that return DriverOption Modifier and Type Method Description DriverOptionWebCapability. getDriverOption()
-