Questions tagged [yahoo-mail]

The Yahoo electronic mail platform.

WebDriver in Java fails to click the "Sign In" button on Yahoo Mail

Currently, I am using Selenium WebDriver (also known as Selenium 2) in conjunction with Java. In an attempt to click the "Sign In" button on Yahoo mail, I have crafted the code below: driver.findElement(By.id(".save")).click(); Regrettably, this code is ...