Skip to content
New issue

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

how to get necessary pngs from html/iframe? #7

Open
emezir opened this issue Dec 6, 2021 · 2 comments
Open

how to get necessary pngs from html/iframe? #7

emezir opened this issue Dec 6, 2021 · 2 comments

Comments

@emezir
Copy link

emezir commented Dec 6, 2021

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

@BitSleek
Copy link

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.

@givnocoder
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants