Any luck with Outlook Rotatecaptcha?
razanjoshi opened this issue · 1 comments
razanjoshi commented
Zaczero commented
When using Selenium/Puppeteer/Playwright there should be a way to take the page screenshot. Then, you can get element's bounding box (X,Y,W,H) by calling a small JavaScript code: https://stackoverflow.com/a/11396681, and crop the screenshot accordingly.
-- or --
You can simply dump the canvas to a data URL and retrieve it that way: https://stackoverflow.com/a/3514404. This should be a more elegant (and preferred) approach in my opinion.