Selenium get value of current implicit wait

前端 未结 5 1788
悲&欢浪女
悲&欢浪女 2021-01-17 15:50

I realize that Selenium has a default value for implicit waits, but how do I get this value if I change it? For example:

<         


        
5条回答
  •  伪装坚强ぢ
    2021-01-17 15:53

    Unfortunately there's no getter for that.

    http://selenium.googlecode.com/git/docs/api/java/org/openqa/selenium/WebDriver.Timeouts.html

    There isn't for explicit waits either.

    http://selenium.googlecode.com/svn/trunk/docs/api/java/com/thoughtworks/selenium/Wait.html

提交回复
热议问题