SeleniumHQ / docker-selenium

Provides a simple way to run Selenium Grid with Chrome, Firefox, and Edge using Docker, making it easier to perform browser automation
http://www.selenium.dev/docker-selenium/
Other
7.93k stars 2.51k forks source link

[🚀 Feature]: Webkit Support #2078

Closed Tiberriver256 closed 9 months ago

Tiberriver256 commented 9 months ago

Feature and motivation

Testing Safari is quite a challenge. Running on the WebKit engine instead would be much simpler and likely good enough for the majority of cases.

Safari

WebKit

Real-world examples

Playwright has had some success with this https://playwright.dev/docs/browsers#webkit

Usage example

Would love a Docker image to be used in Selenium Grid 👍👍

github-actions[bot] commented 9 months ago

@Tiberriver256, thank you for creating this issue. We will troubleshoot it as soon as we can.


Info for maintainers

Triage this issue by using labels.

If information is missing, add a helpful comment and then I-issue-template label.

If the issue is a question, add the I-question label.

If the issue is valid but there is no time to troubleshoot it, consider adding the help wanted label.

If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C), add the applicable G-* label, and it will provide the correct link and auto-close the issue.

After troubleshooting the issue, please add the R-awaiting answer label.

Thank you!

github-actions[bot] commented 9 months ago

This issue is looking for contributors.

Please comment below or reach out to us through our IRC/Slack/Matrix channels if you are interested.

amardeep2006 commented 9 months ago

Creating Docker image may not be difficult , jamesmortensen did it with epiphany/mini browser https://github.com/jamesmortensen/WebKitWebDriver-Browser-Images . The bigger question is does selenium-server supports it? Here is one older thread for it https://github.com/SeleniumHQ/selenium/issues/10178

diemol commented 9 months ago

Thanks @amardeep2006 for providing this context. As today, it stands the same.

In addition, we aim to provide real browsers for general use cases, and Webkit is not a general use case. I know that having a Safari instance is not trivial, but if you are serious about testing, you should test in the same browser your user browses.

github-actions[bot] commented 8 months ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.