摘要: 方法一:WebElement element = driver.findElement(By.id("id_of_element")); ((JavascriptExecutor) driver).executeScript("arguments[0].scrollIntoView(true);", 阅读全文
posted @ 2017-08-16 22:25 旧巷里的旧少年 阅读(157) 评论(0) 推荐(0)
摘要: http://www.codesky.net/article/201003/122500.html http://www.linuxso.com/linuxbiancheng/8987.html 以下的文章就是对Python 读写配置文件的具体方案的介绍 1,函数介绍 1.1.读取配置文件 -rea 阅读全文
posted @ 2017-08-16 10:04 旧巷里的旧少年 阅读(1716) 评论(0) 推荐(0)