Uses of Class
org.openqa.selenium.safari.SafariOptions
-
Uses of SafariOptions in org.openqa.selenium.safari
Methods in org.openqa.selenium.safari that return SafariOptionsModifier and TypeMethodDescriptionstatic SafariOptionsSafariOptions.fromCapabilities(org.openqa.selenium.Capabilities capabilities) Construct aSafariOptionsinstance from given capabilities.SafariOptions.merge(org.openqa.selenium.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(org.openqa.selenium.remote.service.DriverService service, SafariOptions options) Initializes a new SafariDriver using the specifiedSafariOptions.SafariDriver(org.openqa.selenium.remote.service.DriverService service, SafariOptions options, org.openqa.selenium.remote.http.ClientConfig clientConfig) SafariDriver(SafariOptions safariOptions) Initializes a new SafariDriver using the specifiedSafariOptions.