public interface SupportsSafariAutomaticProfilingOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SAFARI_AUTOMATIC_PROFILING_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.Boolean> |
doesSafariAutomaticProfiling()
Get whether to use automatic profiling.
|
default T |
safariAutomaticProfiling()
Enforces safaridriver to use Automatic Inspection.
|
default T |
setSafariAutomaticProfiling(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.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String SAFARI_AUTOMATIC_PROFILING_OPTION
default T safariAutomaticProfiling()
default T setSafariAutomaticProfiling(boolean bool)
bool - Whether to use automatic profiling.default java.util.Optional<java.lang.Boolean> doesSafariAutomaticProfiling()