You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
d = Device("xxxx")
element = d(className="xxx")
count = 0
for i in element.info_of_all_instances():
d.screenshot(60, bound=i.bounds).save(f"{count}.png")
count += 1
d = Device("xxxx")
element = d(className="xxx")
count = 0
for i in element.info_of_all_instances():
d.screenshot(60, bound=i.bounds).save(f"{count}.png")
count += 1
请问 d(className="xxx")获取多个元素后,如何遍历这些元素操作,比如:
The text was updated successfully, but these errors were encountered: