From 8563309176d91375d75e6030732a305e64bb969d Mon Sep 17 00:00:00 2001 From: Victor Phan Date: Thu, 23 Jul 2026 15:31:35 +0700 Subject: [PATCH] feat: add FacebookBot class to automate posting comments with images using uiautomator2 --- serverPython/facebook_bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/serverPython/facebook_bot.py b/serverPython/facebook_bot.py index daeb150..c160fcd 100644 --- a/serverPython/facebook_bot.py +++ b/serverPython/facebook_bot.py @@ -85,6 +85,7 @@ class FacebookBot: if current_post_count == post_index: comment_btn = btn break + else: logging.info(f"Đã thấy bài viết thứ {current_post_count}, đang đẩy nó vào góc khuất để tìm bài {post_index}...") bounds = btn.info["bounds"] start_y = bounds["bottom"]