Page 1 of 1

Need help with automating some AJAX pages

PostPosted: Thu Nov 05, 2020 10:39 am
by DianaW
Good morning.

I want to automate some AJAX web pages, but I didn't know any of their internals properties.

How can I easily check (without some errors being thrown) that the page is ready for usage?

Also please provide me with some reference pages if available.

Thanks

Re: Need help with automating some AJAX pages

PostPosted: Fri Nov 06, 2020 11:59 am
by eValid
DianaW wrote:Good morning.

I want to automate some AJAX web pages, but I didn't know any of their internals properties.

How can I easily check (without some errors being thrown) that the page is ready for usage?

Also please provide me with some reference pages if available.

Thanks


Thanks for posting your question DianaW.

That can be difficult without knowing SOME of the internals.

eValid's internal synchronization will wait until the page is ready, but in AJAX pages that may not be accurate.

The best bet is to use the PageMap GUI, described below, to find the element number and property name that signifies "ready":

http://e-valid.com/Products/Documentati ... p.gui.html

Then, you can use one of the many synchronization methods described here:

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


-- eValid Support