Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions GAutomatorAndroid/wpyscripts/uiautomator/login_tencent.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ def _login_edit_box(account, pwd):
local_y))
# uiauto.wait.idle()
# user_edit.set_text(account)
excute_adb_process("shell input text " + account)
logger.info(account)
excute_adb_process("shell input text " + account)
logger.info(account)

# uiauto.wait.update()
# logger.info("src and dest content.")
Expand Down