I am facing problem in retrieving Subject title of a mail from Unread mails using Selenium webdriver-C#.
Here\'s the HTML code :
Try this
findElement(By.cssSelector("div.y6>span>b")).getText();