Oracle ERP field value extract

I am using RPA in the oracle ERP environment. How do I copy value from the ERP Screen? I want to query the status of the request set that was launched by the RPA.

You can try “Get text” activity.

thanks. “Get Text” came back with blank. :frowning:

@sriramsurya

You can Try Screen scraping with OCR engine and also Computer Vision activities to do this.

Hi
Fine make sure that JAVA Extension is installed
—we can either use Find Children activity with its descendants value and passing the output to get attribute and get the attribute value of aaname
OR
—we can simply use screen scrapping method from design tab in your studio
OR
—we can use Get Text and that would work as well…hmm I wonder why it didn’t

Cheers @sriramsurya