Selenium click() method issues with XPATH
I’m trying to click a button with selenium using a simple automated login screen test.
I am running this test on 2 separate accounts with 2 a little bit different login screens.
The first one works as expected, where I can just locate the button with “SPAN” (because thats how it is set up):