Class TypeOptions

java.lang.Object
com.codeborne.selenide.TypeOptions

public class TypeOptions extends Object
  • Constructor Details

    • TypeOptions

      protected TypeOptions(CharSequence charSequence, Duration timeDelayWhileTyping, boolean shouldClearFieldBeforeTyping)
  • Method Details

    • text

      public static TypeOptions text(CharSequence textToType)
    • withDelay

      public TypeOptions withDelay(Duration timeDelayWhileTyping)
    • clearFirst

      public TypeOptions clearFirst(boolean shouldClearFieldBeforeTyping)
    • textToType

      public CharSequence textToType()
    • shouldClearFieldBeforeTyping

      public boolean shouldClearFieldBeforeTyping()
    • timeDelay

      public Duration timeDelay()