Page 1 of 1

Is XPath supported by eValid

PostPosted: Tue Apr 11, 2017 11:49 am
by LChetham
Afternoon.

Does eValid have support for XPath?

What is it like and how does it work?

Thanks so much

Re: Is XPath supported by eValid

PostPosted: Wed Apr 12, 2017 9:20 am
by eValid
LChetham wrote:Afternoon.

Does eValid have support for XPath?

What is it like and how does it work?

Thanks so much


Thanks for posting your question LChetham.

In eValid we implemented a different method for locating things in the DOM of the current page.

There is a separate command to search: IndexFindElement to search for a specific string or sub-string somewhere in the DOM.

And we built in a separate InfexFindElementEX command to search for strings using regular expressions:

http://www.evalid.us/Products/Documenta ... nt.ex.html

As you can see, we have split the functions usually handled by XPath searches, which are complex to program and not reliable, into a variety of simpler commands, all oriented to the work the way testers should actually do testing.

Here is the full description:

http://www.evalid.us/Products/Documenta ... ation.html

If you need more let us know!

-- eValid Support