Uses of Class
org.openqa.selenium.safari.SafariDriverService
-
Uses of SafariDriverService in org.openqa.selenium.safari
Methods in org.openqa.selenium.safari that return SafariDriverServiceModifier and TypeMethodDescriptionstatic SafariDriverService
SafariDriverService.createDefaultService()
Configures and returns a newSafariDriverService
using the default configuration.protected SafariDriverService
SafariDriverService.Builder.createDriverService
(File exe, int port, Duration timeout, List<String> args, Map<String, String> environment) Constructors in org.openqa.selenium.safari with parameters of type SafariDriverServiceModifierConstructorDescriptionSafariDriver
(SafariDriverService safariService) Initializes a new SafariDriver backed by the specifiedSafariDriverService
.