checkbytext
Last updated
Last updated
Check a field has a certain value.
Property
text
text display on the screen
Parameter
value
value to check in the field
Results
ok : value found
warning : value not found
The associated label
, placeholder
, name
can be used to identify the field.
For example, in , the first name field has a label
"First Name:". If the field contains john
if we use the action checkbytext with Property="First Name:" and Parameter="Paul", it will return a warning.