Speeding Up Selenium WebDriver Tests with Efficient Locators

Automated Website Testing & Monitoring Selenium WebDriver Test Automation UI Testing.

2 minutes read When it comes to automated UI testing with Selenium WebDriver, speed is of the essence. Unlike their quicker counterparts—unit tests and API tests—UI Selenium tests can sometimes feel like they’re trudging through molasses. A significant factor in this speed discrepancy is the time it takes WebDriver to locate elements within a webpage’s HTML. Moreover, choosing… Read more »