自动化测试框架selenium 常用函数介绍
1.dr=webdriver.Chrome() 创建实例2.dr.get("http://www.baidu.com") 打开指定的网站3.dr.findElement(By.id("kw")).Sendkeys(String s...