Nick Sweeting
Nick Sweeting
we are not planning to add 3.10 support. please use one of the forks if you need 3.10 support.
https://docs.browser-use.com/customize/browser-settings#restrict-urls `>=0.1.46` will now display a warning when this is not used, to guide people towards better security.
cc @MagMueller
Yeah maybe recommending CDP before puppeteer/playwright is a good idea, for exactly the reason you're saying. I think the order plugins should be implement scripts is something like 1. `window`...
Can you provide an example of how you're using the CDP APIs currently? I dug through the `single-file` codebase a little but I didn't find any [obvious](https://github.com/search?q=repo%3Agildas-lormeau%2FSingleFile+debugger.&type=code) [`CDP`](https://github.com/search?q=repo%3Agildas-lormeau%2FSingleFile%20cdp&type=code) or `chrome.debugger`...
Ok so for simplecdp a behavior might look like this: ```javascript const AdDetectorBehavior = { name: 'AdDetectorBehavior', schema: '[email protected]', version: '0.1.0', // known ad network domains/patterns AD_PATTERNS: [ 'doubleclick.net', 'googlesyndication.com',...
Ok cool, don't do any big changes to your code just yet! I'm still discussing the design with webrecorder / not convinced it's good enough yet. I'll keep you posted!...
What are your thoughts on https://w3c.github.io/webdriver-bidi/ ? It seems like CDP is going away slowly in favor of it, so I'm considering removing playwright/puppeteer/cdp contexts in the spec in favor...
No, we now have internal team members focusing on this. I'm going to merge several of the related issues and tell all external contributors to pause and wait for our...
I am on the fence about this one, I know there are a few sites that offer right-click menus but in my experience they usually also offer UI buttons or...