改为找到room_detail开始读取

This commit is contained in:
Elaina 2024-09-19 16:03:05 +08:00
parent ec5809bd9b
commit d5531c32d0

View file

@ -129,7 +129,7 @@ class GetAgentFromRoomSolver(SceneGraphSolver, BaseMixin):
if self.detect_product_complete():
logger.info("检测到产物收取提示")
self.sleep(1)
elif self.find("arrange_check_in_on"):
elif self.find("room_detail"):
self.wait_start()
if self.index >= 3 and self.need_swipe:
if self.get_color((1800, 930))[0] > 51: