Page 1 of 1

Grab some text from an AJAX webpage

PostPosted: Thu Aug 06, 2020 11:16 am
by PeterB
Hello.

I would like some help/input on the following:

I need to get a piece of text from inside a complex web page?

It's AJAX webpage and I have to wait for the element to become stable, so how can this be done?

Thanks

Re: Grab some text from an AJAX webpage

PostPosted: Fri Aug 07, 2020 9:08 am
by eValid
PeterB wrote:Hello.

I would like some help/input on the following:

I need to get a piece of text from inside a complex web page?

It's AJAX webpage and I have to wait for the element to become stable, so how can this be done?

Thanks


Thanks for question your issue PeterB.

There are two parts to this answer.

First, to wait until the page is stable, then you have to synchronize on some element content that will signal that all of the AJAX activity has ceased.

Here is a summary of eValid's synchronization modes:

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

OK, now with the page is stable, and let's assume you know the index where you want to extract text.

You use the commands: ValueGetElement wid name "frame_path" where "name" is the property name from that index.

Here is the manual page for your reference:

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

Hope this helps!


-- eValid Support