Page 1 of 1

DOM Access Limits

PostPosted: Thu Jan 17, 2008 11:13 am
by webtestgadfly
Does eValid impose any limits on items in the DOM that can be accessed?

Re: DOM Access Limits

PostPosted: Thu Jan 17, 2008 2:47 pm
by Dom
Thanks for asking.

No, the eValid DOM processing capability can read, write, change, validate
or even synchronize on any DOM property on any element on any page.

The "find where something is" capability has two variants: one for simple
string matching and the other for matching a regular expression. The latter
one is a bit slower...it usually is doing a great deal more work...but it
works very well.

You might want to take a look at:

http://www.e-valid.com/Products/Documen ... mmary.html

The eValid Team