Test Automation Blog

Tools, Tips and Thoughts for Playwright, Selenium UI and API automated testing

Uncategorized

Inspecting disappearing drop down menus and select boxes

Test automation engineers frequently inspect web elements using the browser Dev Tools (F12) window “Elements” tab to discover the ID or other attributes needed to locate them in their test scripts. However many modern frameworks like React can make this difficult because the elements can disappear when the mouse moves into the Dev Tools window […]

Scroll to top