I investigated some feature regarding with Selenium3 and associated with it. So, I put some memos I found here.
- PR for
appium_libto usewebdriver-selenium 3.0in the library - Appium server’s routes are:
- The routes are based on the following spec:
- https://github.com/SeleniumHQ/mobile-spec/blob/master/spec-draft.md
- This spec differs from W3C. So,
webdriver-selenium 3.0‘s some commands don’t have compatibility againstwebdriver-selenium 2.x‘s default bridge.