How to use selenium 2 PageFactory init Elements with Wait.until()?

后端 未结 3 700
春和景丽
春和景丽 2021-02-01 08:22

The code snippet below works fine, but I\'m having a little trouble with the wait.until() line:

wait.until(new ElementPresent(By.xpath(\"//a[@title=         


        
3条回答
  •  自闭症患者
    2021-02-01 08:34

    AjaxElementLocatorFactory uses SlowLoadableComponent internally. Check the source code here

提交回复
热议问题