Uses of Class
org.openqa.selenium.ie.InternetExplorerDriverService
-
-
Uses of InternetExplorerDriverService in org.openqa.selenium.ie
Methods in org.openqa.selenium.ie that return InternetExplorerDriverService Modifier and Type Method Description static InternetExplorerDriverServiceInternetExplorerDriverService. createDefaultService()Configures and returns a newInternetExplorerDriverServiceusing the default configuration.protected InternetExplorerDriverServiceInternetExplorerDriverService.Builder. createDriverService(java.io.File exe, int port, java.time.Duration timeout, java.util.List<java.lang.String> args, java.util.Map<java.lang.String,java.lang.String> environment)Constructors in org.openqa.selenium.ie with parameters of type InternetExplorerDriverService Constructor Description InternetExplorerDriver(InternetExplorerDriverService service)InternetExplorerDriver(InternetExplorerDriverService service, org.openqa.selenium.Capabilities capabilities)InternetExplorerDriver(InternetExplorerDriverService service, InternetExplorerOptions options)
-