Uses of Class
org.openqa.selenium.edge.EdgeDriverService
Packages that use EdgeDriverService
-
Uses of EdgeDriverService in org.openqa.selenium.edge
Subclasses with type arguments of type EdgeDriverService in org.openqa.selenium.edgeModifier and TypeClassDescriptionstatic classBuilder used to configure newEdgeDriverServiceinstances.Methods in org.openqa.selenium.edge that return EdgeDriverServiceModifier and TypeMethodDescriptionstatic EdgeDriverServiceEdgeDriverService.createDefaultService()Configures and returns a newEdgeDriverServiceusing the default configuration.protected EdgeDriverServiceEdgeDriverService.Builder.createDriverService(@Nullable File exe, int port, Duration timeout, @Nullable List<String> args, @Nullable 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)