Page 1 of 1

Can eValid find a particular element

PostPosted: Tue Jan 07, 2014 2:08 pm
by JChase
How can eValid find whether a property is defined?

I mean, in a particular element?

Thanks

Re: Can eValid find a particular element

PostPosted: Thu Jan 09, 2014 1:44 pm
by eValid
JChase wrote:How can eValid find whether a property is defined?

I mean, in a particular element?

Thanks


Hi JChase. Thanks for posting your question.

This question concerns how eValid accesses the DOM
of the current page.

You say "particular element" so that means you know the
index of the element on the page in question.

So, given that, how do you confirm if a partcular property
exists in the set of property definistions for that element?

The simple way to do this is to have eValid issue a command
to validate that the property using either a recorded validation
step or a constructed validation command.

Here is a manual page that shows how to do it:

http://www.e-Valid.com/Products/Documen ... bject.html

-- eValid Support