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