Uses of Class
org.openqa.selenium.edge.EdgeDriverService
Packages that use EdgeDriverService
- 
Uses of EdgeDriverService in org.openqa.selenium.edgeMethods in org.openqa.selenium.edge that return EdgeDriverServiceModifier and TypeMethodDescriptionstatic EdgeDriverServiceEdgeDriverService.createDefaultService()Configures and returns a newEdgeDriverServiceusing the default configuration.protected EdgeDriverServiceEdgeDriverService.Builder.createDriverService(File exe, int port, Duration timeout, List<String> args, Map<String, String> environment) Constructors in org.openqa.selenium.edge with parameters of type EdgeDriverServiceModifierConstructorDescriptionEdgeDriver(EdgeDriverService service) EdgeDriver(EdgeDriverService service, EdgeOptions options) EdgeDriver(EdgeDriverService service, EdgeOptions options, ClientConfig clientConfig)