Good replacement for Testing playground extension in Chrome?

Hi,
I really miss the Testing Playground frog, since the extension was turned off because it is no longer supported by Chrome.

Does anybody here has a good replacement that can be equally helpful in finding elements for my creation of automated tests in Cypress?

Or if you can me some tips on other helpful tools like that, for a programming novice tester? :slight_smile:

I was using at some point ChroPath Chrome/Firefox extension and Playwright VSCode extension.
Isn’t it better to learn how to and enhance the web page code elements with ids? by yourself and/or as a product engineering team?
I found this one to be reducing considerably the failure rate and wasted time spent crafting locators out of β€˜random’ elements.

1 Like

Thank you Stefan! IΒ΄ll look into these extensions.
And you make a really good point, we should aim to use testID:s instead, IΒ΄m a bit new to this and should get our developers to help us, or even better see if I can learn to fix it by myself.