Page 1 of 1

Using eValid to extract everything on the page

PostPosted: Thu Jun 04, 2020 8:56 am
by JeffreyO
Hi.

Is eValid able to extract the entire contents of a page -- including stuff that I can't see on the screen?

Thanks

Re: Using eValid to extract everything on the page

PostPosted: Fri Jun 05, 2020 10:07 am
by eValid
JeffreyO wrote:Hi.

Is eValid able to extract the entire contents of a page -- including stuff that I can't see on the screen?

Thanks


Thanks for posting your question JeffreyO.

The contents of the DOM is fully accessible to the playback script.

You can use the command: ValueGetElement wid name "frame_path" which requires that you know the window id "wid" and the name of the property you want to extract.

The index you'll be extracting from is the current value of "sourceIndex" and that string that is extracted is stored in the internal "elementValue" variable.

Note that the string is extracted in plaintext so if it got encrypted on the way into the DOM element you'll probably have to decode it to read it.


-- eValid Support