Writing locators is the most thankless part of test automation. You inherit a flaky test suite, half the locators are /div[3]/div[2]/span[1], the other half break when a designer changes a class name.
Este repositorio contiene un curso introductorio de automatización de pruebas web utilizando Selenium WebDriver con Java. A través de ejemplos prácticos, se abordan los fundamentos de Selenium, ...