Page 1 of 1

eValid modes during DOM Synchronizations

PostPosted: Thu Nov 26, 2020 12:43 pm
by BrianC
Hello.

What are the main modes of DOM-based synchronization in eValid?

Thanks

Re: eValid modes during DOM Synchronizations

PostPosted: Fri Nov 27, 2020 12:35 pm
by eValid
BrianC wrote:Hello.

What are the main modes of DOM-based synchronization in eValid?

Thanks


Great question, thanks for posting it BrianC.

Please check out this manual page:

http://e-valid.com/Products/Documentati ... n.dom.html

All of these methods require a "pivot" [for lack of a better term] on a known DOM property name or on a findable DOM index, or both.

The two commands that find elements for you are: IndexFindElement and IndexFindElementEx

The second command searches for a regular expression (R.E.) within the DOM elements.

Fair warning, It can be sluggish if the regular expression is very broad.


-- eValid Support