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

make_webshots.py: side-effect - causes download of the poster pdfs #1

Open
yarikoptic opened this issue Jun 25, 2021 · 0 comments
Open

Comments

@yarikoptic
Copy link
Member

Attn @0xdevalias if you folks decide to make use of this tiny script either for performance timing or ideally beefed up for being the load script for scalability testing (sparkletown/sparkle#1471)

After a few runs with huge variability in timing (after randomization of posters was introduced, which is great) I saw that I had bunch of PDFs on my local harddrive in the directory from which I was running the script!

Wild guess is that probably due to some options given to chromium or how selenium works, they were saved locally (which is good also since helped to identify the issue) while code was pulling PDF for the viewer in a poster room. So UI didn't finalize or as in other cases simply didn't react on "go back to posterhall" onClick until PDF preview widget didn't finish.

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

1 participant