我意识到Selenium具有用于隐式等待的默认值,但是如果更改它,如何获得该值?例如:
driver.implicitly_wait( 13 );
以后如何从驱动程序获取13值?
不幸的是,这没有任何意义。
http://selenium.googlecode.com/git/docs/api/java/org/openqa/selenium/WebDriver.Timeouts.html
也没有明确的等待。
http://selenium.googlecode.com/svn/trunk/docs/api/java/com/thoughtworks/selenium/Wait.html