Dhruv Dabhi

Results 3 comments of Dhruv Dabhi

It would be very helpful if Playwright provided an official **WebDriver BiDi support matrix**, similar to Puppeteer’s list here: [Puppeteer Webdriver](https://pptr.dev/webdriver-bidi). This would clearly show which Playwright features are supported,...

### Steps to Use a Custom Component in a Fresh Project 1. **Create the Component** - Write your component in HTML, CSS, and JavaScript. - Example: `my-component.html`. ```html /* Add...

> Oh I see, you are interested in using custom elements in fresh. Yes so for that i suggest to add a section in the documentation that provides a step-by-step...