This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cnt = 0 | |
while True: | |
result_list = poco(name="com.tencent.mm:id/aou", type='android.widget.LinearLayout') | |
# 开始时等待红包 | |
while cnt == 0: | |
result_list = poco(name="com.tencent.mm:id/aou", type='android.widget.LinearLayout') | |
if result_list: | |
cnt = 1 | |
break | |
else: |