Uses of Class
org.openqa.selenium.edge.EdgeDriverService
-
Uses of EdgeDriverService in org.openqa.selenium.edge
Methods in org.openqa.selenium.edge that return EdgeDriverServiceModifier and TypeMethodDescriptionstatic EdgeDriverService
EdgeDriverService.createDefaultService()
Configures and returns a newEdgeDriverService
using the default configuration.protected EdgeDriverService
EdgeDriverService.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, org.openqa.selenium.remote.http.ClientConfig clientConfig)