Set Text

Sets a given text into the web element.

This activity sets the specified text on the specified web element.

Input

  • Browser :IWebDriver Variable Required The variable name refers to the opened web browser.

  • Wait Timeout :Integer Argument Specifies the seconds to wait until the element is found.

  • Text :String Argument Required Specifies the input text.

  • Fast Input: If set to true, the whole text will be entered without the typing animation.

Target

  • Element Selectors : Required Specifies the webpage element on to which the user-specifies text is to be set. We can edit the selectors of the specified web element using the Web Element Selector Editor Window.

Last updated