Uses of Class
org.openqa.selenium.safari.SafariOptions
-
-
Uses of SafariOptions in org.openqa.selenium.safari
Methods in org.openqa.selenium.safari that return SafariOptions Modifier and Type Method Description static SafariOptionsSafariOptions. fromCapabilities(org.openqa.selenium.Capabilities capabilities)Construct aSafariOptionsinstance from given capabilities.SafariOptionsSafariOptions. merge(org.openqa.selenium.Capabilities extraCapabilities)SafariOptionsSafariOptions. setAutomaticInspection(boolean automaticInspection)Instruct the SafariDriver to enable the Automatic Inspection if true, otherwise disable the automatic inspection.SafariOptionsSafariOptions. setAutomaticProfiling(boolean automaticProfiling)Instruct the SafariDriver to enable the Automatic profiling if true, otherwise disable the automatic profiling.SafariOptionsSafariOptions. 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 SafariOptions Constructor Description SafariDriver(SafariDriverService safariServer, SafariOptions safariOptions)Initializes a new SafariDriver using the specifiedSafariOptions.SafariDriver(SafariOptions safariOptions)Initializes a new SafariDriver using the specifiedSafariOptions.
-