mirror of
https://github.com/appium/appium.git
synced 2026-01-13 22:00:05 -06:00
docs: add sample for WinAppDriver on Windows (#13157)
This commit is contained in:
committed by
Kazuaki Matsuo
parent
4d406d128d
commit
b38ed1efcd
12
sample-code/javascript-selenium-webdriver/README.md
Normal file
12
sample-code/javascript-selenium-webdriver/README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
## selenium-webdriver
|
||||
[Selenium](https://github.com/SeleniumHQ/selenium) is a browser automation library. Most often used for testing web-applications.
|
||||
|
||||
[selenium-webdriver](https://seleniumhq.github.io/selenium/docs/api/javascript/) is the offical WebDriver Javascript binding from selenium project.
|
||||
|
||||
selenium-webdriver doesn't implement [Mobile JSON Wire Protocol Specification](https://github.com/SeleniumHQ/mobile-spec/blob/master/spec-draft.md) yet, but we can use [selenium-appium](https://github.com/react-native-windows/selenium-appium) to extend the functionality of selenium-webdriver.
|
||||
|
||||
## Examples to automate Calculator on Windows using WinAppDriver + selenium-webdriver
|
||||
|
||||
[Examples on selenium-appium](https://github.com/react-native-windows/selenium-appium/tree/master/example)
|
||||
|
||||
[selenium-webdriver-winappdriver-example](https://github.com/react-native-windows/selenium-webdriver-winappdriver-example)
|
||||
Reference in New Issue
Block a user