Page 1 of 1

Looking for eValid modes for recording non-browser apps

PostPosted: Mon Nov 30, 2020 10:29 am
by PMarko
Morning.

What are the main modes available to record non-browser applications?

Thanks

Re: Looking for eValid modes for recording non-browser apps

PostPosted: Tue Dec 01, 2020 9:04 am
by eValid
PMarko wrote:Morning.

What are the main modes available to record non-browser applications?

Thanks


Thanks for posting your question PMarko.

Please see 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 eValid commands that find elements for you are:

IndexFindElement
IndexFindElementEx

where the second one searches for a regular expression (R.E.) within the DOM elements.

Fair warning, It can be sluggish if the R.E. is very broad.


-- eValid Support