What's the best software for automating website tasks like writing a blog post (without API)?

santiago44

Newbie
Joined
Nov 24, 2020
Messages
28
Reaction score
12
Is there a software that basically simulates mouse movement and does everything right, so the website won't know it's a robot (unless they show a captcha, which is basically not bottable)?
Maybe I could try to code something like this in python if there's nothing already. I think there might be a high demand. Basically you wouldn't be reliant on shitty APIs anymore, you could just record actions on the website and it would automatically replicate them on demand
 
I think there is a tool for this browserstack (if I remember correctly).

But, if you know python, you can build your automation flow (with canva display, mouse movements, key strokes, etc) with Selenium.
 
I think there is a tool for this browserstack (if I remember correctly).

But, if you know python, you can build your automation flow (with canva display, mouse movements, key strokes, etc) with Selenium.
Selenium looks awesome but it's business facing unfortunately
 
Back
Top