We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, background and puzzle piece pngs are supposed to be located in:
<canvas class="geetest_canvas_bg geetest_absolute" height="160" width="260"></canvas> <canvas class="geetest_canvas_slice geetest_absolute" width="260" height="160"></canvas>
but is there a straight forward way to save them? i'm not using selenium, and cannot but from a chrome web app
The text was updated successfully, but these errors were encountered:
Those canvas can be found anywhere, try to look in the source page code for that class names and you'll get the specific full path.
Sorry, something went wrong.
here is a solution https://stackoverflow.com/questions/38316402/how-to-save-a-canvas-as-png-in-selenium
No branches or pull requests
Hi, background and puzzle piece pngs are supposed to be located in:
but is there a straight forward way to save them? i'm not using selenium, and cannot but from a chrome web app
The text was updated successfully, but these errors were encountered: