Open Schweinepriester opened 8 years ago
+1
+1
+1
+1
Firefox currently mostly supports WebDriver through geckodriver
.
Chrome and Chromium have chromedriver
, though it supports an older non-standard version of the protocol. There are efforts underway to fix this, but it's not quite there yet.
Edge seems to support both the old and the new (standard) protocol.
It's not entirely clear what Safari supports supports, but their page at least mention the W3C spec.
+1
it is a recommended standard since 05 June 2018 (https://www.w3.org/TR/webdriver/) 👍
Has progress?
There is an entry via MDN now, but really not sure if just navigator.webdriver
truly covers support for WebDriver. Therefore I think this issue should remain open.
https://developer.mozilla.org/en-US/docs/Web/WebDriver https://developer.mozilla.org/en-US/docs/Web/WebDriver/Commands
Data for WebDriver commands is available from MDN: https://github.com/mdn/browser-compat-data/tree/main/webdriver/commands
(via mdn/browser-compat-data#1417, mdn/browser-compat-data#1465)
https://webkit.org/blog/6900/webdriver-support-in-safari-10/
At first I thought "Selenium as a framework doesn't belong to caniuse", but seemingly it is becoming a standard, see https://www.w3.org/TR/webdriver/, wherefore the standard probably should be listed?