massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / selenium / selenium / webdriver / common / desired_capabilities.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/selenium/selenium/webdriver/common/desired_capabilities.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/selenium/selenium/webdriver/common/desired_capabilities.pyi
new file mode 100644 (file)
index 0000000..c9b16ca
--- /dev/null
@@ -0,0 +1,16 @@
+from typing import Any
+
+class DesiredCapabilities:
+    FIREFOX: Any
+    INTERNETEXPLORER: Any
+    EDGE: Any
+    CHROME: Any
+    OPERA: Any
+    SAFARI: Any
+    HTMLUNIT: Any
+    HTMLUNITWITHJS: Any
+    IPHONE: Any
+    IPAD: Any
+    ANDROID: Any
+    PHANTOMJS: Any
+    WEBKITGTK: Any