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 SafariOptions
SafariOptions. fromCapabilities(org.openqa.selenium.Capabilities capabilities)
Construct aSafariOptions
instance from given capabilities.SafariOptions
SafariOptions. merge(org.openqa.selenium.Capabilities extraCapabilities)
SafariOptions
SafariOptions. setAutomaticInspection(boolean automaticInspection)
Instruct the SafariDriver to enable the Automatic Inspection if true, otherwise disable the automatic inspection.SafariOptions
SafariOptions. setAutomaticProfiling(boolean automaticProfiling)
Instruct the SafariDriver to enable the Automatic profiling if true, otherwise disable the automatic profiling.SafariOptions
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 SafariOptions Constructor Description SafariDriver(org.openqa.selenium.remote.service.DriverService safariServer, SafariOptions safariOptions)
Initializes a new SafariDriver using the specifiedSafariOptions
.SafariDriver(SafariOptions safariOptions)
Initializes a new SafariDriver using the specifiedSafariOptions
.
-