我的selenium测试中的以下行使用Firefox运行良好,但使用PhantomJS以TimeoutException
结束:
element = wait.until(EC.element_to_be_clickable((
By.CSS_SELECTOR, ".search-icon > a"
)))
我已尝试增加超时时间,但这并没有帮助。有没有关于我的语法可以在Firefox中使用而不是PhantomJS,还是会出现其他原因?