Page 1 of 1

Does eValid do a DOM search for regular expressions

PostPosted: Mon Dec 20, 2021 10:34 am
by TonyLou
Hi.

Does eValid allow you to search the DOM for a matching regular expression?

Please give me an explanation of what is involved.

Thanks

Re: Does eValid do a DOM search for regular expressions

PostPosted: Tue Dec 21, 2021 10:11 am
by eValid
TonyLou wrote:Hi.

Does eValid allow you to search the DOM for a matching regular expression?

Please give me an explanation of what is involved.

Thanks


Thanks for inquiring TonyLou.

Indeed, eValid can do this.

The basic command is: IndexFindElement wid { UP | DOWN } "property_name" ["property_value"] "frame_path

Here is the complete explanation:

http://e-valid.com/Products/Documentati ... ement.html

The strings used as arguments in this command for "property_name" and "property_value" can be simple strings or complex regular expressions, as described here:

http://e-valid.com/Products/Documentati ... yntax.html

Here is a page that illustrates R.E. operations in DOM searching:

http://e-valid.com/Products/Documentati ... ple15.html


-- eValid Support