docs: fixing Typos (#14635)

This commit is contained in:
Sri Harsha
2020-08-10 05:00:52 +05:30
committed by GitHub
parent 862c36bf37
commit a370d60ec7
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
## 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](https://seleniumhq.github.io/selenium/docs/api/javascript/) is the official 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.