Fyrd / caniuse

Raw browser/feature support data from caniuse.com
https://caniuse.com
Creative Commons Attribution 4.0 International
5.66k stars 1.38k forks source link

Add WebDriver #2757

Open Schweinepriester opened 8 years ago

Schweinepriester commented 8 years ago

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?

cvrebert commented 8 years ago

+1

Ugoku commented 8 years ago

+1

mkurz commented 8 years ago

+1

mavgit commented 7 years ago

+1

jonhoo commented 7 years ago

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.

rubenrua commented 6 years ago

+1

schuch commented 5 years ago

it is a recommended standard since 05 June 2018 (https://www.w3.org/TR/webdriver/) 👍

sergeysova commented 5 years ago

Has progress?

Schweinepriester commented 3 years ago

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.

GPHemsley commented 2 years ago

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)