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