The automation scripts that were running correct earlier are now throwing an error saying "No such element. Could you please help here?

The automation scripts that were running correct earlier are now throwing an error saying “No such element.” But when examined in Firebug, the path is present, and the application hasn’t changed in any way.

Hi Ana Sousa,

I’d advise looking into utilizing explicit wait documentation for some of the things you are having trouble locating.

Additionally, be sure to double-check that you are running tests on a certain device type (such as desktops), as the elements may vary depending on the viewport of the different device types (such as desktops and mobile).