Interface SupportsSimulatorPasteboardAutomaticSyncOption<T extends BaseOptions<T>>

All Superinterfaces:
CanSetCapability<T>, org.openqa.selenium.Capabilities, Serializable
All Known Implementing Classes:
XCUITestOptions

public interface SupportsSimulatorPasteboardAutomaticSyncOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
  • Field Details

  • Method Details

    • setSimulatorPasteboardAutomaticSync

      default T setSimulatorPasteboardAutomaticSync(PasteboardSyncState state)
      Handle the -PasteboardAutomaticSync flag when simulator process launches. It could improve launching simulator performance not to sync pasteboard with the system when this value is off. on forces the flag enabled. system does not provide the flag to the launching command. on, off, or system is available. They are case-insensitive. Defaults to off.
      Parameters:
      state - Either on, off or system.
      Returns:
      self instance for chaining.
    • getSimulatorPasteboardAutomaticSync

      default Optional<PasteboardSyncState> getSimulatorPasteboardAutomaticSync()
      Get the pasteboard automation sync state.
      Returns:
      Pasteboard sync state.