Browser automation studio - tutorials needed

erichon

Power Member
Joined
Dec 12, 2011
Messages
763
Reaction score
141
Hi
I want to automate some social media sites but have no idea of browser automation. Which one is good and are there tutorials around?
Played around with broswer automation studio but need some tutorials.
 
I've been automating browser programs for a long time, you need to have a antidetect browser that is stable to use, then choose an automation framework and start your work.

Programming language + fingerprint browser + automation framework

1. Programming languages mostly popular are python and js
2. there are a lot of options on the market for antidetect browsers, but from a service surport, I chose MoreLogin because they have a profession customer service to answer questions in the API.
3. automation framework, I was using selenium, but this is an old framework, through the webdriver to drive, I do some tasks when it is easy to be identified by the site, then I found the playwright, which is developed by microsoft, through the cdp protocol to interact with the browser, very convenient!

If you need some automation browser scripts, you can send me a message.
 
Hi
I want to automate some social media sites but have no idea of browser automation. Which one is good and are there tutorials around?
Played around with broswer automation studio but need some tutorials.
Why not using Puppeteer and Node js for this? There are pretty big amount of tutorials on youtube and official docs for it
 
I've been automating browser programs for a long time, you need to have a antidetect browser that is stable to use, then choose an automation framework and start your work.

Programming language + fingerprint browser + automation framework

1. Programming languages mostly popular are python and js
2. there are a lot of options on the market for antidetect browsers, but from a service surport, I chose MoreLogin because they have a profession customer service to answer questions in the API.
3. automation framework, I was using selenium, but this is an old framework, through the webdriver to drive, I do some tasks when it is easy to be identified by the site, then I found the playwright, which is developed by microsoft, through the cdp protocol to interact with the browser, very convenient!

If you need some automation browser scripts, you can send me a message.
Hey Abraham
I find your post helpful can you share some browser automation scripts with me ?
 
Back
Top