摘要:
selenium 富文本框处理,网上有用API的解决方法1:参见:http://blog.csdn.net/xc5683/article/details/8963621群里1位群友的解决方法2:参见:http://blog.sina.com.cn/s/blog_51c426390101h5i2.html群里另一位群友的解决方法3:Actions actions = new Actions(driver);actions.sendKeys(Keys.TAB).perform(); //鼠标通过tab要先移到富文本框中actions.sendKeys("test").perfo 阅读全文
posted @ 2014-03-05 16:43
ouniao
阅读(499)
评论(0)
推荐(0)
浙公网安备 33010602011771号