public interface SupportsSafariLogAllCommunicationOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SAFARI_LOG_ALL_COMMUNICATION_OPTION |
Modifier and Type | Method and Description |
---|---|
default java.util.Optional<java.lang.Boolean> |
doesSafariLogAllCommunication()
Get whether to log of plists sent to and received from the Web Inspector.
|
default T |
safariLogAllCommunication()
Enforces logging of plists sent to and received from the Web Inspector.
|
default T |
setSafariLogAllCommunication(boolean value)
Log all plists sent to and received from the Web Inspector, as plain text.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge
amend, setCapability
static final java.lang.String SAFARI_LOG_ALL_COMMUNICATION_OPTION
default T safariLogAllCommunication()
default T setSafariLogAllCommunication(boolean value)
value
- Whether to log all internal web debugger communication.default java.util.Optional<java.lang.Boolean> doesSafariLogAllCommunication()