botmaker7 5 Posted November 7, 2017 Report Share Posted November 7, 2017 I tried the basics like referrer, user agent, setting browser properties like screen size etc. I'm getting blocked from logging in to a site I want to automate (just freezes on white screen on login).. can't share the URL in public. If I login from a regular browser it works fine. What are the best methods to get around anti-bot detection? I think it's detecting selenium itself? Quote Link to post Share on other sites
ronaldod 4 Posted November 7, 2017 Report Share Posted November 7, 2017 I use for certain sites rotating proxy's (10 min delay). That solved for me many problems. Quote Link to post Share on other sites
luis carlos 94 Posted November 7, 2017 Report Share Posted November 7, 2017 Use exbrowser. Ubot's browser does not work well most of times. 1 Quote Link to post Share on other sites
kill3rbko 12 Posted November 18, 2017 Report Share Posted November 18, 2017 I tried the basics like referrer, user agent, setting browser properties like screen size etc. I'm getting blocked from logging in to a site I want to automate (just freezes on white screen on login).. can't share the URL in public. If I login from a regular browser it works fine. What are the best methods to get around anti-bot detection? I think it's detecting selenium itself? Have you tried to change ubot browser? (21 or 49) it solved sometimes this type of problem for me Quote Link to post Share on other sites
entroqy 5 Posted November 23, 2017 Report Share Posted November 23, 2017 Nowadays it is possible to identify the browser using JavaScript, each browser has unique errors that makes this possible. User Agent no longer adds much. They can even recognize that selenium is being used. Quote Link to post Share on other sites
West 0 Posted November 24, 2017 Report Share Posted November 24, 2017 What other sites have these detection schemes? Like Gmail for example? Quote Link to post Share on other sites
Tibret 5 Posted November 29, 2017 Report Share Posted November 29, 2017 Depends on the Website and how good they are at bot detection.Using Proxy Lists and changing proxy every few minutes.Use random pauses in your bot,add random clicks non clickable elements or scrolls with javascript. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.