Javascript – How to validate Playwright locators in Visual Studio Code without executing tests?
I am working on test automation using Playwright in VSCode (JS). Before completing the entire functionality, I want to verify whether my locators are correct. Currently, I can only see if a locator works by using that locator during test…