sendkeysbytext
Last updated
Last updated
Fill an input field
Property
text
text display on the screen
Parameter
value
value to enter in the field
The associated label
, aria-label
, placeholder
, adjacent text
, orcurrent value
can be used to identify the field.
For example, in , the first name field has a label
"First Name:"
if we use the action sendkeysbytext with Property="First Name:" and Parameter="John", it will fill the first name field with value John :