qk5
qk5
### 🚀 Feature Request We currently have isVisible(), isHidden(), isEnabled(), etc.... available for locators. Is it possible to expose these methods to other elements such as: frameLocator, frame, etc.... ?...
The new tags feature introduced in version 1.42.0 is fantastic! I am curious if there is a way to list all tags, similar to the command below that lists all...
### 🚀 Feature Request I have a locator: ```page.getByText('Waiting for response...', { exact: true });``` And playwright points to multiple locators on screen, one visible locator and other invisible ones....
### 🚀 Feature Request I would like to see locators within multiple iframes getting highlighted in Chromium or any browser, so I can troubleshoot my iframe locators easily from Visual...