Uses of Class
org.openqa.selenium.safari.SafariOptions
Packages that use SafariOptions
- 
Uses of SafariOptions in org.openqa.selenium.safariMethods in org.openqa.selenium.safari that return SafariOptionsModifier and TypeMethodDescriptionstatic SafariOptionsSafariOptions.fromCapabilities(Capabilities capabilities) Construct aSafariOptionsinstance from given capabilities.SafariOptions.merge(Capabilities extraCapabilities) SafariOptions.setAutomaticInspection(boolean automaticInspection) Instruct the SafariDriver to enable the Automatic Inspection if true, otherwise disable the automatic inspection.SafariOptions.setAutomaticProfiling(boolean automaticProfiling) Instruct the SafariDriver to enable the Automatic profiling if true, otherwise disable the automatic profiling.SafariOptions.setUseTechnologyPreview(boolean useTechnologyPreview) Instruct the SafariDriver to use the Safari Technology Preview if true, otherwise use the release version of Safari.Constructors in org.openqa.selenium.safari with parameters of type SafariOptionsModifierConstructorDescriptionSafariDriver(DriverService service, SafariOptions options) Initializes a new SafariDriver using the specifiedSafariOptions.SafariDriver(DriverService service, SafariOptions options, ClientConfig clientConfig) SafariDriver(SafariOptions safariOptions) Initializes a new SafariDriver using the specifiedSafariOptions.