在selenium web驱动程序中明确等待多个mindow

时间:2015-07-08 08:20:27

标签: selenium

我正在自动化一个web基础工具,因为我必须处理多个窗口,但是显式等待中的问题不能正常工作,尽管我的脚本有时会失败。 我使用下面的代码进行显式等待。

wait.until(ExpectedConditions.elementToBeClickable(By.partialLinkText("Logout"))).click();

请指导我。

0 个答案:

没有答案