Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: In debugMode , the EventClick still cannot bypass the bot detection. #1380

Merged
merged 1 commit into from
Sep 18, 2023

Conversation

Siykt
Copy link
Contributor

@Siykt Siykt commented Sep 15, 2023

When my workflow encounters bot detection, I tried using debugMode to simulate the click event (as I had no issues with simulating clicks in Playwright). However, executing only mousePressed and mouseReleased did not solve the problem, as most bot detections are related to mouse movement. So, I added the mouseMoved command, and now it can successfully bypass bot detection (at least in my scenario, haha).

@Kholid060 Kholid060 merged commit d46e0c7 into AutomaApp:main Sep 18, 2023
@Siykt Siykt deleted the feat/event-click-bot-bypass branch September 25, 2023 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants