无法单击“单击此处验证电子邮件”链接

时间:2019-04-10 12:43:49

标签: selenium-webdriver

我无法在mailinator中单击“通过单击此处验证您的电子邮件”。 网址:http://www.mailinator.com 用户:Automation2PRKSO9RZ8@mailinator.com

步骤: 1)转到链接http://www.mailinator.com 2)输入电子邮件ID“ Automation2PRKSO9RZ8@mailinator.com”,然后单击“执行!”!

我尝试了以下代码,但无法单击“通过单击此处验证您的电子邮件”链接。

driver.navigate()。to(“ http://www.mailinator.com”))); driver.findElement(By.xpath(“ .// [@ ng-repeat ='电子邮件中的电子邮件']”))。sendKeys(“ Automation2PRKSO9RZ8@mailinator.com”); driver.findElement(By.xpath(“ // div [@ class ='hidden-sm hidden-xs'] // button']”))。click(); driver.findElement(By.xpath(“ .// [@ ng-repeat ='电子邮件中的电子邮件']”))。click();

//单击“通过单击此处验证电子邮件”链接。

driver.findElement(By.xpath(“ // a [包含(@class,'float-center')'和contains(text(),'通过单击此处验证您的电子邮件')]”))))。click( );

还尝试了// a [text()='通过单击此处验证您的电子邮件'],但这也不起作用。

请让我知道我错了。

谢谢。

0 个答案:

没有答案