Set Text
Sets a given text into the web element.
This activity sets the specified text on the specified web element.
Input
Browser :
IWebDriver VariableRequiredThe variable name refers to the opened web browser.Wait Timeout :
Integer ArgumentSpecifies the seconds to wait until the element is found.Text :
String ArgumentRequiredSpecifies the input text.Fast Input: If set to true, the whole text will be entered without the typing animation.
Target
Element Selectors :
RequiredSpecifies 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