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 https://webactions.w3spaces.com/input.html , 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.
We can use context to manage duplicated text. For example, if we use the action checkbytext with Property="First Name:|context=The input element" it will search for the first name field in the context of "The input element".