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 InternetExplorerDriverService
InternetExplorerDriverService. createDefaultService()
Configures and returns a newInternetExplorerDriverService
using the default configuration.protected InternetExplorerDriverService
InternetExplorerDriverService.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, InternetExplorerOptions options)
Creates a new InternetExplorerDriver instance with the specified options.
-