Page 1 of 1

Can eValid handle a check box in a form?

PostPosted: Mon Sep 28, 2015 1:02 pm
by RoseleeC
Afternoon:

How does eValid handle testing a Check Box in a Form Element

Re: Can eValid handle a check box in a form?

PostPosted: Tue Sep 29, 2015 11:32 am
by eValid
RoseleeC wrote:Afternoon:

How does eValid handle testing a Check Box in a Form Element


Very good question RoseleeC.

First, here is a description of how eValid looks into your page, when it's showing in the browser:

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

So the first thing to do is figure out which check box you need to be sending event to.

You can do that with a search command or, if you already know the required index value, you can code that directly into your script.

Here are the commands to that do the job, including the search command based on knowing the name of the element:

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

-- eValid Support