PacMan wrote:How would I go about indentifying an object using the 3 properties below?
Please provide the syntax.
1) HTML ID = ABC
2) isDisabled = false
3) innerText = Welcome back, .* (I need to use a regular expression)
We would first recommend that you study the operation of the
IndexFindElementEX command, which can searche for multiple matches. That command accepts regular expressions, of which simple string matches are a proper subset, so that should be powerful enough for you to find the
sourceIndex [if one exists on the current page] that matches your requirements
Here is the link to the manual page for this command:
http://www.e-valid.com/Products/Documen ... nt.ex.htmlIf after studying this command, and reviewing the worked examples that are supplied with the documentation, you are unable to get the structural testing command passage to work please contact Technical Support and we can open a support ticket for you.
The eValid Team