Releases: OpenTMI/stf-appium-python-client
Releases · OpenTMI/stf-appium-python-client
fix WebDriver teardown
support for AppiumClient (WebDriver)
What's Changed
Full Changelog: v0.7.0...v0.8.0
allows to store appium logs
What's Changed
Full Changelog: v0.6.1...v0.7.0
Require online status when allocating device
changes
#13 require online device when allocating
cli option to list only devices based on given requirements
improve traces and one more env variable
Environment tuning (#10) * trace env variables before calling command * add DEV_APPIUM_WD_HUB_URI env variable
Some refactoring to makes smoother robot-framework integration
v0.5.0 add release PyPI badges
Improve API's for integrations
Further develop API to more suitable for robot-framework (#7) * allow Appium object to instantiate * split wait and allocate api from allocate_context API
Allows to instantiate Appium object
v0.3.0 allow Appium object to instantiate (#6)
Improved test coverage and small refactoring
Introduce breaking change:
with adb(host)
-> with AdbServer(host)