-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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]: Dependencies missing for CSS @media pointer support #2356
Comments
@kristaps-aksjonovs, thank you for creating this issue. We will troubleshoot it as soon as we can. Info for maintainersTriage this issue by using labels.
If information is missing, add a helpful comment and then
If the issue is a question, add the
If the issue is valid but there is no time to troubleshoot it, consider adding the
If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C),
add the applicable
After troubleshooting the issue, please add the Thank you! |
Is this Apple M-series chip? |
Hello @VietND96 , I checked with latest |
Any updates on this? |
Did you try to run the test without docker selenium? If you are facing the same issue, I think it is an issue with Chromedriver. |
What happened?
Hello.
Suspicion is that there is missing dependency that needs to be install for Docker.
Our website is using CSS https://developer.mozilla.org/en-US/docs/Web/CSS/@media/pointer.
Chrome browser should register
pointer:fine
when mouse event is sent but it usespointer:none
.For testing I'm using WebdriverIO.
Javascript injected into page to test
Expected:
Red Background would appear
Actual
Blue background appears.
When executing tests against local Chrome on MacOS expected
red
background is displayed but in containerblue
.I also tried to add Chrome start arguments:
but it didn't help.
Command used to start Selenium Grid with Docker (or Kubernetes)
docker run -d -p 4444:4444 -p 7900:7900 --shm-size="2g" selenium/standalone-chrome:108.0
Relevant log output
Operating System
macOS Sonoma 14.5
Docker Selenium version (image tag)
selenium/standalone-chrome:108.0
Selenium Grid chart version (chart version)
No response
The text was updated successfully, but these errors were encountered: