30 Days of Automation in Testing Day 3: Explore "The Club" and Contribute

Tried to address one the common issues faced by new automation testers in this link: Exception when clicking on an element
Exception when clicking an element, Unable to find a element, Can’t find the locator, Unable to find the locator value – Generally, all these exceptions can be handled by implementing anyone of the below solutions.

  1. Check your locator value again
  2. Use different locator to identify the web element
  3. Your driver might be trying to find the element before it is ready, so use appropriate waits

You can also check this here: https://qakumar.wordpress.com/2018/07/04/day-3-the-club-interaction/

1 Like