Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@serhatbolsu serhatbolsu released this 01 Nov 11:44
· 19 commits to master since this release

Selenium 4 Support with python-client v2.0.0

  • Deprecate the TouchAction keywords
  • Deprecate launch_application, quit_application, reset_application according to Appium Python Client
  • Rename Activate App to Activate Application for consistency
  • Rename Background App to Background Application for consistency
  • Rename Stop App to Stop Application for consistency
  • Rename Remove App to Remove Application for consistency
  • Added Terminate Application
  • Support for strict_ssl added in Open Application
  • Support for arguments(dict) with Execute Script and Execute Async Script
  • Added Tap With Positions that uses new ActionChain of w3c
  • Espresso selector support (viewtag, data matcher, view matcher)
  • Fix all find_element_by to find_element using AppiumBy

What's Changed

New Contributors

Full Changelog: 1.6.3...2.0.0