标签:current tool span turn scribe null send targe copyto
Selenium 封装
Selenium 封装
WebDriver对页面的操作,需要找到一个WebElement,然后再对其进行操作,比较繁琐:
我们可以考虑对这些基本的操作进行一个封装,简化操作。比如,封装代码:
那么,在测试用例可以这样调用:
sendKeys(By.name("q"),”Cheese!”);
类似的封装还有:
标签:current tool span turn scribe null send targe copyto
原文地址:http://www.cnblogs.com/111testing/p/6986918.html