qk5

Results 3 comments of qk5

> @dgozman Thank you for the suggestion. While your proposal is effective, I still believe it would be beneficial to expose methods like `isVisible()`, `isEnabled()`, and `highlight()`, etc., to `FrameLocators`...

Update: Upon reading more on the playwright documentation, I found out the following also works: ```page.getByText('Waiting for response...', { exact: true }).locator('visible=true');``` But I still think if we can expose...

> [@qk5](https://github.com/qk5) Could you please be more specific in how do you expect locators to be highlighted? Are you doing it through the VSCode extension? What exactly do you do?...