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, com.google.common.collect.ImmutableList<java.lang.String> args, com.google.common.collect.ImmutableMap<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)
-