Case Study: Locator Chaining in Selenium WebDriver
Cleaner and more readable locators in Selenium tests with Locator Chaining
A repost of my daughter’s article with permission. I added a few notes. This is also included in my “How to in Selenium WebDriver” series.
Locator Chaining, in test automation, is a way to find an element relative to another. I…