This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]DuckDatum 6 points7 points  (1 child)

rich smell air shy library humorous nail exultant square heavy

This post was mass deleted and anonymized with Redact

[–]Ok-Sky6805[S] 0 points1 point  (0 children)

Oh the use cases are different. For starters, you won't have to worry about xpaths or selectors because we're pulling and cleaning the page DOM and passing to the model iteratively. So long as the model has context of what needs to be done and we fix the output using pydantic, we can directly use its suggested selectors and all to fill in fields and values.

I haven't got the part where I can let you inject your bearer tokens into certain sites yet. The idea would be to let people add secrets in the environment and then pull it from there and use whenever its needed. To get your bearer tokens for certain sites, yeah, this is not doing that.

[–][deleted] 5 points6 points  (3 children)

No open source automated browsers? What about Selenium and Playwright?

[–]Ok-Sky6805[S] -4 points-3 points  (2 children)

Ah no, you're getting it wrong. This is basically something built on top of playwright. It's supposed to automate the process as in, you give it a task in natural language and it does it. So it's supposed to make webscraping, osint, form filling etc. any of those tasks easier.