I am looking to automate my trading strategy via an automated browser workflow. So n8n going via my instruction and ai to the trading platform. Then add the trades accordingly, check them every 5 minutes and then add or remove trades according to my strategie.
I cant seem to find the tool I need to be able to interact with a website (clicking, no data scraping) to connect in n8n. I want to trigger my ai in ollama, so that my ai goes start a browser, logs in, adds or removes orders, click interactions. Which tool would be suited for this? (it seems not possible with playwright or puppeteer). If anyone knows a tool that would be perfectly suited I would love to hear it. (or if it is possible, if there is any guide to learn this)
Thank you in advance!