Page 1 of 1

Question on identifying a dynamic tag

PostPosted: Thu Dec 17, 2015 9:42 am
by PJohnson
Hello.

How does eValid handle identifying a dynamic tag and clicking it?

Thanks

Re: Question on identifying a dynamic tag

PostPosted: Fri Dec 18, 2015 12:34 pm
by eValid
PJohnson wrote:Hello.

How does eValid handle identifying a dynamic tag and clicking it?

Thanks


Very good question, thanks for posting PJohnson.

First, here is a description of how eValid looks into your page details:

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

So the first thing to do run a search for the sourceIndex of the page element that has the right identifier, find the next available "DIV" (which contains the target dynamic tag), and execute the actions on that particular page element.

The action usually is a mouse-down action followed by a follow-link action.

Here are the commands to that do the job:

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

-- eValid Support