...

/

Element Selection Using the Testing Playground

Element Selection Using the Testing Playground

Learn how to select elements using the testing playground.

What is the testing playground?

The testing playground tool makes it easier to select HTML elements using the WebdriverIO Testing Library query methods. Typically, when we build out element selectors in our test cases, we have to learn which query method to use through trial and error. However, when we use the testing playground tool, we can quickly determine how adding and removing specific attributes changes how we can select an element.

This ...