public interface SupportsSimulatorPasteboardAutomaticSyncOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SIMULATOR_PASTEBOARD_AUTOMATIC_SYNC |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<PasteboardSyncState> |
getSimulatorPasteboardAutomaticSync()
Get the pasteboard automation sync state.
|
default T |
setSimulatorPasteboardAutomaticSync(PasteboardSyncState state)
Handle the -PasteboardAutomaticSync flag when simulator process launches.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String SIMULATOR_PASTEBOARD_AUTOMATIC_SYNC
default T setSimulatorPasteboardAutomaticSync(PasteboardSyncState state)
state - Either on, off or system.default java.util.Optional<PasteboardSyncState> getSimulatorPasteboardAutomaticSync()