robotframework-appiumlibrary v2.0.0 Release Notes
-
- ๐ Deprecate the TouchAction keywords
- Deprecate launch_application, quit_application, reset_application according to Appium Python Client
- ๐ Rename
Activate App
toActivate Application
for consistency - ๐ Rename
Background App
toBackground Application
for consistency - ๐ Rename
Stop App
toStop Application
for consistency - ๐ Rename
Remove App
toRemove Application
for consistency - โ Added
Terminate Application
- ๐ Support for strict_ssl added in
Open Application
- ๐ Support for arguments(dict) with
Execute Script
andExecute 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