Bot Automation Toolset (Help: Python + Playwright vs. BAS)

D

Deleted member 1832333

Guest
I'm developing a complete bot automation system for a platform (can't reveal), but I wanted to know what would be the upside/downside to using Playwright as opposed to BAS (Browser Automation Studio).

I understand that Playwright doesn't inherently come with any anti-detect solutions so I will have to manage all of the browser fingerprinting myself (as opposed to BAS being coming with fingerprinting tools). BAS comes with more easily deployable tools but using python with Playwright gives me the ability to use SQL databases easier to store all the profile informations etc.

Plus in order to bypass the anti-bot systems, I will likely need to COMPLETELY emulate the nuances of user activity which I believe will end up being easier with python + playwright vs BAS e.g subtle mouse movements etc.

But ultimately, I am mainly trying to find the system which makes my life as easy as possible with undetectability - so I would love to hear all of the suggestions you guys make!
Thank you :)
 
-- NOTE --

Thank you for your time reading this. Either way I have decided to go with playwright.
 
Back
Top