Page 1 of 1

How do I extract text from an element

PostPosted: Mon Feb 21, 2022 9:50 am
by DScotter
Morning.

How do I extract the text from an element?

I already know the sourceIndex is ... what do I do then?

Thanks

Re: How do I extract text from an element

PostPosted: Tue Feb 22, 2022 12:26 pm
by eValid
DScotter wrote:Morning.

How do I extract the text from an element?

I already know the sourceIndex is ... what do I do then?

Thanks


Thanks for posting your question DScotter.

If you know the "sourceIndex" then all you kneed is the name of the element that you want to read or write.

See these commands:

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

Here "name" is the name of the element, which you can read from the PageMap feature, which is always available for the page eValid is looking at by using the Ctrl-F5 shortcut.

The PageMap feature gives you the names and current values (if defined) of all of the index's properties.


-- eValid Support