Interface SupportsSafariAutomaticProfilingOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
SafariOptions
public interface SupportsSafariAutomaticProfilingOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet whether to use automatic profiling.default TEnforces safaridriver to use Automatic Inspection.default TsetSafariAutomaticProfiling(boolean bool) This capability instructs Safari to preload the Web Inspector and start a Timeline recording in the background prior to returning a newly-created window.Methods inherited from interface io.appium.java_client.remote.options.CanSetCapability
amend, setCapabilityMethods inherited from interface org.openqa.selenium.Capabilities
asMap, get, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge, required
-
Field Details
-
SAFARI_AUTOMATIC_PROFILING_OPTION
- See Also:
-
-
Method Details
-
safariAutomaticProfiling
Enforces safaridriver to use Automatic Inspection.- Returns:
- self instance for chaining.
-
setSafariAutomaticProfiling
This capability instructs Safari to preload the Web Inspector and start a Timeline recording in the background prior to returning a newly-created window. To view the recording, open the Web Inspector through Safari's Develop menu.- Parameters:
bool- Whether to use automatic profiling.- Returns:
- self instance for chaining.
-
doesSafariAutomaticProfiling
Get whether to use automatic profiling.- Returns:
- true or false.
-