Fill web element input with data
Description
Fill the targeted web element with text.
Input Ports
| Name | dataType | sourceType | required | description |
|---|---|---|---|---|
| Element selector | text | link-manual | true | The input or textarea element that should get specific text values. |
| iFrame selector | text | link-manual | false | If the element is inside of an Iframe, it is mandatory to specify the iframe selector, otherwise the element won’t be found. |
| iFrame type | text | manual-only | false | Option to add more iframes if the targeted element exists in a nested iframe |
| Text value | long-text | link-manual | true | The text value that should fill the element. |
Scenarios
- The user wants to fill a web element with the text ‘jack sparrow’.
Use case
Practice using w3Schools
- Launch a web browser using
chromeoredge, use this url:https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_input_test - Get the
First nameElement selector. Here is how to find a selector - Add the
Element selectoras a manual value inside of the commands settings - Get the
iFrame selector. Here is how to find a selector - Add the
iFrame selectoras a manual value inside of the commands settings - Add the value
jack sparrowinto thetext valueport as a manual value inside the commands settings - Make sure you have a robot linked to the macro and run your macro
Inputs
- Element selector:
#fname - iFrame selector:
#iframeResult - iFrame type:
single - Text value:
jack sparrow
Experienced tips
- When the
element selectorcould not be found inside of the page, the command will timeout and stop the process. - When the
elementare inside of aniframeand theiframe selectorcould not be found, the command will timeout and stop the process. - When no
Element selectoris provided, it will stop the process and throw the following error.Fill web element requires a element selector
Search Tags
Enter text into input fields