I want to automate a website whose flow keeps changing, structured script does not work, selectors dont change but their flow change, I tried making something hybrid where I use gemini api, playwright takes screenshot and asks gemini about what to do, to make this faster I am using selectors as well, first it tried selectors then it uses ai to know the approach but still it is not smooth, gemini can also break as well and it is too slow.
I want to know the best approach to implement this, I also want to host this on cloud and make an user interface so the people who will use this can see the process, log in manually when required.
Is there any better way, some pre built model or any llm to approach this better.
New contributor
Khushi Atrey is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Add a comment
|