Uses of Class
org.openqa.selenium.ie.InternetExplorerDriverService
Packages that use InternetExplorerDriverService
- 
Uses of InternetExplorerDriverService in org.openqa.selenium.ieMethods in org.openqa.selenium.ie that return InternetExplorerDriverServiceModifier and TypeMethodDescriptionInternetExplorerDriverService.createDefaultService()Configures and returns a newInternetExplorerDriverServiceusing the default configuration.protected InternetExplorerDriverServiceInternetExplorerDriverService.Builder.createDriverService(File exe, int port, Duration timeout, List<String> args, Map<String, String> environment) Constructors in org.openqa.selenium.ie with parameters of type InternetExplorerDriverServiceModifierConstructorDescriptionInternetExplorerDriver(InternetExplorerDriverService service, InternetExplorerOptions options) InternetExplorerDriver(InternetExplorerDriverService service, InternetExplorerOptions options, ClientConfig clientConfig) Creates a new InternetExplorerDriver instance with the specified options.