Selector Tuple: An alternative to Page Object Model
· 4 min read
A common problem in automated tests is that selectors, the way in which you select an element on a page, can change over time as development implements new features or requirements.
A common problem in automated tests is that selectors, the way in which you select an element on a page, can change over time as development implements new features or requirements.