Addon · Value
Suppose you are performing action on input, textarea, dropdown you should provide one extra field that is value for xpath you have added.
On this page
Value
Examples This is mandatory field for addon
Value Extractor
Its regular expression field where you need to pass regex which will extract value
Examples
\d+.\d*
it extracts123.00
from$123.00
\d+
it extract123
from$123.00
try regex
@aria-checked
it extracts value (string
) from attributearia-checked="string"
@class
it extracts value (custom-checkbox
) from class attributeclass="custom-checkbox"
@type
it extracts value (checkbox
) from type attributetype="checkbox"
@attribute
it cam extractvalue
from attribute.