Tag: Webdriver

Something Better than IDs for Identifying Elements in Selenium Tests

Developing Selenium / WebDriver tests is typically a cumbersome, back-and-forth process with developers. Conventional wisdom says you should use element IDs as much as possible.This requires that developers insert the element IDs into the code. In turn, developers ask for which elements do quality engineering (QE) needs IDs, to which QE responds with either some general, […]