Suchintan

Results 178 comments of Suchintan

There are two ways you can set this up 1. You can set this env flag: `BROWSER_REMOTE_DEBUGGING_URL=....` 2. If using our SDK, you can use: `skyvern = Skyvern(cdp_url="your cdp connection...

hmm. We should consider bundling a native credential management with a default skyvern install. What if we shipped Skyvern with something like [https://github.com/dani-garcia/vaultwarden](https://github.com/dani-garcia/vaultwarden)WDYT?

this is really good feedback. We will probably implement something here to improve it in the future

Yes there is! > ``` > # - BITWARDEN_SERVER=http://localhost # OPTIONAL IF YOU ARE SELF HOSTING BITWARDEN > ``` [https://github.com/Skyvern-AI/skyvern/blob/main/docker-compose.yml#L116](https://github.com/Skyvern-AI/skyvern/blob/main/docker-compose.yml#L116)

@yaput we are definitely interested in contributions here. I'm not a huge fan of docker - it's very heavy

@Mohit21GoJs Skyvern stores all screenshots and video recordings of each run locally. You can either clean up those files, or attach a bigger EBS drive (cheap) to the instance, or...

Would it be helpful if you could filter the results instead? Ie filter out the results you don't care about

@kobeng better documentation coming soon! TL;dr - code block has access to the playwright page object. So you can do things like `await page.click(...)`

Note: it's the async playwright page