You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node.js wrapper around [Chromedriver](https://sites.google.com/a/chromium.org/chromedriver/).
6
+
Node.js wrapper around [Chromedriver](https://sites.google.com/chromium.org/driver/)
7
+
and [Microsoft Edge WebDriver](https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/).
8
+
The Microsoft Edge WebDriver support is since v5.4.0.
7
9
This wrapper is not used directly in Appium, but rather by various Android drivers to automate
8
10
Chrome/Chromium-based browsers
9
11
and web views using Hybrid Mode approach. Check the corresponding driver tutorials to get
10
12
more details on it.
11
13
12
14
> **Note**
13
15
>
14
-
> The normal use of this package is via an Appium driver such as [UiAutomator2](https://github.com/appium/appium-uiautomator2-driver/) and not directly.
16
+
> This package is intended to be used as a helper module for Appium drivers such as
17
+
> [UiAutomator2](https://github.com/appium/appium-uiautomator2-driver/) and
0 commit comments