Uses of Class
org.openqa.selenium.ie.InternetExplorerDriverService
-
Uses of InternetExplorerDriverService in org.openqa.selenium.ie
Methods in org.openqa.selenium.ie that return InternetExplorerDriverServiceModifier 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) Constructors in org.openqa.selenium.ie with parameters of type InternetExplorerDriverServiceModifierConstructorDescriptionInternetExplorerDriver
(InternetExplorerDriverService service, InternetExplorerOptions options) InternetExplorerDriver
(InternetExplorerDriverService service, InternetExplorerOptions options, org.openqa.selenium.remote.http.ClientConfig clientConfig) Creates a new InternetExplorerDriver instance with the specified options.