Page 1 of 1

How does eValid click on a submit button on a webpage

PostPosted: Thu Mar 03, 2022 9:07 am
by JMalone
Greetings.

I'm trying to look for a way eValid uses to click on a submit button?

Please let me know if there is a work around or example I can look up.

Thanks

Re: How does eValid click on a submit button on a webpage

PostPosted: Fri Mar 04, 2022 9:03 am
by eValid
JMalone wrote:Greetings.

I'm trying to look for a way eValid uses to click on a submit button?

Please let me know if there is a work around or example I can look up.

Thanks


Thanks for inquiring JMalone.

The best way is to use a DOM command, based on finding the index of the element where the submit button exists.

Here is a worked example:

http://e-valid.com/Products/Documentati ... ple12.html

Let us know if this example covers your requirement.


-- eValid Support