摘要: ----WebdriverWait类(同步点) WebdriverWait类共有两个可调用方法:until, until_not WebdriverWait类__init__和until方法(until_not与之类似)的源码def __init__(self, driver, timeout, poll_frequency=POLL_FREQUENCY, ignored_exceptions=N... 阅读全文
posted @ 2013-11-06 21:20 _漏斗 阅读(852) 评论(0) 推荐(0) 编辑