-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[BUG] Checkbox wont check unless force parameter is passed on #2360
Comments
Could you share a log w/o force? this log suggests that everything works and it is unclear what the issue was. |
When it try to perform page.check(). This happens
|
It appears that the checkbox doesn't want to accept click events for some reason. Could you invoke "inspect element" on it to see if that element is indeed shown? It could be that it is obscured by another floating element or something like that. Basically, it would be great to get a better idea on the DOM surrounding your checkbox. |
Hi, I have a similar case (and adding
The page is https://labomep.sesamath.net/front/inscription/ and I don't understand why this simple code works
but not the full one :-S How can I dig my real case to understand what's happening ? |
FYI my code is passing with firefox, this pb occurs only with chromium (I'm on linux debian 10 and webkit doesn't work, because of missing libjpeg.so.8) |
@dcaillibaud we are running into the same issue, trying to base off of buster. Did you find a solution to this? Looking into symlinking compatible versions or building from source. |
Perhaps installing libjpeg.so.8 dependency for debian buster ...
|
Closing as a part of triage. Please feel free to re-file with additional details in case it is still an issue. |
Context:
Code Snippet
Help us help you! Put down a short code snippet that illustrates your bug and
that we can run and debug locally. For example:
Describe the bug
It is a checkbox on the page, The check won't work unless I pass on the parameter 'force=true'
Add any other details about the problem here. The snippet has the html
snippet.txt
The text was updated successfully, but these errors were encountered: