public interface SupportsWebkitWebrtcOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
WEBKIT_WEB_RTC_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<WebrtcData> |
getWebkitWebrtc()
Get WebRTC policies.
|
default T |
setWebkitWebrtc(WebrtcData webrtcData)
This capability allows a test to temporarily change Safari's policies
for WebRTC and Media Capture.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String WEBKIT_WEB_RTC_OPTION
default T setWebkitWebrtc(WebrtcData webrtcData)
webrtcData - WebRTC policies.default java.util.Optional<WebrtcData> getWebkitWebrtc()