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 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