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

Threading problem when using multiple frames #136

Open
keinhaar opened this issue Sep 8, 2023 · 0 comments
Open

Threading problem when using multiple frames #136

keinhaar opened this issue Sep 8, 2023 · 0 comments

Comments

@keinhaar
Copy link

keinhaar commented Sep 8, 2023

Concurrent access when using iframes.
The same error described here for firefox happens with htmlunit-driver:
https://bugzilla.mozilla.org/show_bug.cgi?id=1833637
and here
gwtproject/gwt#9800

The proposed bugfix for GWT works, but the problem seems to be deeper in the Thread handling of the browser engine, allowing 2 threads to run simultaneously.
Chromium based browsers don't show the problem.

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