Uses of Class
org.openqa.selenium.ie.InternetExplorerDriverService
-
Uses of InternetExplorerDriverService in org.openqa.selenium.ie
Modifier and TypeMethodDescriptionInternetExplorerDriverService.createDefaultService()
Configures and returns a newInternetExplorerDriverService
using the default configuration.protected InternetExplorerDriverService
InternetExplorerDriverService.Builder.createDriverService
(File exe, int port, Duration timeout, List<String> args, Map<String, String> environment) ModifierConstructorDescriptionInternetExplorerDriver
(InternetExplorerDriverService service, InternetExplorerOptions options) InternetExplorerDriver
(InternetExplorerDriverService service, InternetExplorerOptions options, ClientConfig clientConfig) Creates a new InternetExplorerDriver instance with the specified options.