Class TextBox

  • All Implemented Interfaces:
    org.openqa.selenium.interactions.Locatable, org.openqa.selenium.SearchContext, org.openqa.selenium.TakesScreenshot, org.openqa.selenium.WebElement, org.openqa.selenium.WrapsDriver

    public class TextBox
    extends DesktopElement
    • Constructor Detail

      • TextBox

        public TextBox​(org.openqa.selenium.WebElement element)
    • Method Detail

      • getText

        public String getText()
        Gets the text of the element.
        Specified by:
        getText in interface org.openqa.selenium.WebElement
        Overrides:
        getText in class org.openqa.selenium.remote.RemoteWebElement
        Returns:
      • setText

        public void setText​(String text)
        Sets the text of the element.
        Parameters:
        text -
      • isReadOnly

        public boolean isReadOnly()
        Gets if the element is read only or not.
        Returns:
      • enter

        public void enter​(String text)
        Simulate typing in text. This is slower than setting Text but raises more events.
        Parameters:
        text -