摘要: //标题是不是“百度一下,你就知道” 18 new WebDriverWait(driver,5).until(ExpectedConditions.titleIs("百度一下,你就知道")); 19 //标题是不是包含“百度一下” 20 new WebDriverWait(driver,5).un 阅读全文
posted @ 2018-06-29 11:45 重案组之虎曹达华 阅读(1560) 评论(0) 推荐(0) 编辑