-
|
Hello Sir im trying to check my screen if it's got certain png on page, and im trying it on mic.copilot page. and also im trying to move mouse with my own functions. so here is my code: import time TEXTAREA_SELECTOR = "textarea#userInput" def check_captcha_visually_once(template_path="check.png"): def playwright_kinematic_click(page, box_rect): def type(page, text): with SB(uc=True, user_data_dir=USER_DATA_DIR) as sb: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
now i changed my mouse move function to this playwright now its working. but i dont know the exact reason. |
Beta Was this translation helpful? Give feedback.
now i changed my mouse move function to this playwright now its working. but i dont know the exact reason.