public interface SupportsSafariLogAllCommunicationHexDumpOption<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_HEX_DUMP_OPTION |
Modifier and Type | Method and Description |
---|---|
default java.util.Optional<java.lang.Boolean> |
doesSafariLogAllCommunicationHexDump()
Get whether to log of plists sent to and received from the Web Inspector
in hex dump format.
|
default T |
safariLogAllCommunicationHexDump()
Enforces logging of plists sent to and received from the Web Inspector
in hex dump format.
|
default T |
setSafariLogAllCommunicationHexDump(boolean value)
Log all communication sent to and received from the Web Inspector, as raw
hex dump and printable characters.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge
amend, setCapability
static final java.lang.String SAFARI_LOG_ALL_COMMUNICATION_HEX_DUMP_OPTION
default T safariLogAllCommunicationHexDump()
default T setSafariLogAllCommunicationHexDump(boolean value)
value
- Whether to log all internal web debugger communication in hex dump format.default java.util.Optional<java.lang.Boolean> doesSafariLogAllCommunicationHexDump()