diff --git a/docs/2to3.md b/docs/2to3.md index 7ac460d..345c038 100644 --- a/docs/2to3.md +++ b/docs/2to3.md @@ -51,7 +51,6 @@ - Remove function XPath.apply_watch_from_yaml - Remove function healcheck, 原来是未来恢复uiautomator服务用的 - Remove function service(name: str) -> Service, 原本是用于做atx-agent的服务管理 -- Remove function session, 该函数依赖atx-agent,这个函数本来就是为了兼顾appium的用法,后来发现也用不到 - Remove function app_icon() -> Image, 该函数依赖atx-agent - Remove function connect_wifi() -> Device, 该函数依赖atx-agent - Remove function connect_adb_wifi(str) -> Device, 直接用connect就行了 @@ -114,4 +113,4 @@ It seems the strict is useless, so I delete it. ### push - 2.x push(src, dst, mode, show_process:bool=False) -- 3.x push(src, dst, mode) \ No newline at end of file +- 3.x push(src, dst, mode)