Integration of AI #3403
Replies: 2 comments
|
SeleniumBase already has various AI for code generation. You can call You can use other SeleniumBase tools for:
You also have the Stealth Recorder: Lots of A.I. already included with SeleniumBase. |
|
Rewriting this because somehow I didn't send it before. What I mean by AI is the ability to use your own AI account like openai or anthropic to prompt it for elements/actions. Dendrite example: ` browser = Dendrite(auth=["instagram.com"]) browser.goto( posts = browser.ask( print(posts.items) So in this example the user doesn't need to know the exact elements selector or even multiple steps.
|
Uh oh!
There was an error while loading. Please reload this page.
I've been tinkering with dendrite which is similar to seleniumbase in some degrees but has Ai logic to find elements and take actions on the page for scraping and automation. I am wondering if there's any potential interest for some Ai to be integrated into seleniumbase in the future?
https://github.com/dendrite-systems/
https://docs.dendrite.systems/introduction
All reactions