Scenario : I am currently stuck in the datascraping part where I have to scrape confirmation ID after uploading a report.
I have used Chrome and ,here, the windows pop-up for confirmation does NOT appear as a separate window(unlike I.E).It superimposes on the same Chrome screen.
Only output mode is OCR
Problem : Individually, this pop-up window cannot be spied. “Indicate Element” reveals nothing of this pop-up but correctly identifies the Chrome page elements beneath it in the website. (As if it has turned invisible while spying!)
The entire window frame can be captured using OCR and data can be obtained likewise. But the OCR is not correctly identifying output conf. ID
It misidentifies “8” as “a3” or something like that.
Attempted Solution : MS OCR is absolutely not working.
In GoogleOCR, it is showing somewhat better results with “invert” option as checked and Scale as “4”. But still it is inconsistent.
I need help to scrape specific Data off Chrome pop-ups.
You are using Screen Scraping over here.
In Computer Vision activities, use CV Scope and identify this popup using the selector.
Then, use CV get text and validate the results.
Yes, my bad. I downloaded the upgraded UiAutomation package instead of CV.
Anyways, I have downloaded the CV package but I have the below questions :
How to get the ApiKey which is required in CV Screen Scope.
Any other setting required ?
Inside CV Screen Scope, default OCR engine is MS OCR which , as we had discussed earlier, isn’t useful for this purpose. Could I replace it with Tesseract ?
Why not you use Ui Explorer? I had similar problem when using firefox and all you need is to find the correct element in the explorer. Try looking something like “dialog” in explorer. Hope this helps!