Releases: openatx/uiautomator2
Releases · openatx/uiautomator2
3.0.9
What's Changed
- 将xpath.info与uiobject.info值类型对齐 by @Zeros2619 in #955
- remove atx-agent by @codeskyblue in #959
New Contributors
- @Zeros2619 made their first contribution in #955
Full Changelog: 3.0.8...3.0.9
3.0.8
What's Changed
- fix #941, add more to XMLElement.info (eg. checked, NAF, index) by @codeskyblue in #953
Full Changelog: 3.0.6...3.0.8
3.0.6
What's Changed
- fix app_start by update atx-agent to 0.10.1, pack atx-agent to library by @codeskyblue in #951
Full Changelog: 3.0.5...3.0.6
3.0.5
What's Changed
#950
- add test_xpath.py
- remove lib logzero
- add function enable_pretty_logging
Full Changelog: 3.0.4...3.0.5
3.0.4
What's Changed
- add 2to3.md
- add xpath syntax check
Breaking changes
update xpath.wait() -> XMLElement | None
to xpath.wait() -> bool
in #949
Full Changelog: 3.0.3...3.0.4
3.0.3
- 修复apk打包没打进去的问题
Full Changelog: 3.0.1...3.0.3
3.0.1
What's Changed
- fix xpath selector changes when .child .xpath called, close #942 by @codeskyblue in #947
Full Changelog: 3.0.0...3.0.1
3.0.0
What's Changed
- Only support Python 3.8+ now
- Update packaging by @wdschn in #904
- Catched AdbError by @SmartManoj in #857
- catch exception when _run_watchers by @twoyang0917 in #898
- 优化对本地模拟器的连接速度 by @LmeSzinc in #852
- Poetry by @codeskyblue in #945
- fix github.actions.release.yml by @codeskyblue in #946
New Contributors
- @wdschn made their first contribution in #904
- @SmartManoj made their first contribution in #857
- @twoyang0917 made their first contribution in #898
- @LmeSzinc made their first contribution in #852
- @codeskyblue made their first contribution in #945
Full Changelog: 2.16.26...3.0.0
0.2.3
- xpath element support click
- add http_timeout for shell function, resolve #353
- add xpath quicksheet
- resolve #348
- remove code which leads to minicap install error
- add get method of xpath
- add xpath::get_text(), close #337
- add connect_adb_wifi function
- add probot link
- auto stale issue when tagged as invalid
- serial support none
- 修复多台设备时,list-forward失败 (#327)
- `python -m uiautomator2 init`初始化403报错,增加header atx_agent_url中报错变量错误修复
- 对于abi:x86统一认定为模拟器,init操作不在推送minicap
0.1.8
update atx-agent add api app_info, and app_icon