What Software Should I Use for Automating Tasks Based on Browser Screen Changes?

0
11
Asked By TechSavvyPenguin42 On

I'm trying to create an automated system that will execute tasks based on what my browser screen displays, refreshing every 5 seconds. I'm particularly interested in automating stock trading based on market fluctuations, similar to how a friend of mine made $1,500 in a day doing it manually. What software do you recommend for this kind of task?

4 Answers

Answered By RPAExpert76 On

Have you looked into robotic process automation (RPA)? It's great for automating software that lacks an API. If you're into coding, you could even run your own JavaScript directly in the browser with a MutationObserver to monitor changes on specific elements.

Answered By CodeMaster666 On

Selenium is a solid option for screen-reading tasks. It’s widely used for automating web interactions and has a lot of documentation to help you get started.

Answered By BinaryBandit93 On

You might want to explore using n8n for automation. It's pretty flexible and can help with various tasks seamlessly.

Answered By WebWizard23 On

If you're refreshing your browser this often, it might be worth creating a custom browser extension that can interact with the page elements. For external control, consider using Playwright—though I'd need more details to confirm if that's a good fit.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.