码迷,mamicode.com
首页 > 其他好文 > 详细

自动化框架FluentLenium学习

时间:2014-12-30 21:58:03      阅读:121      评论:0      收藏:0      [点我收藏+]

标签:

github地址:https://github.com/FluentLenium/FluentLenium

常用的页面控件操作方法(element需要先通过css selector找到):

[input]              fill("input[name=‘name‘]").with(name);

[checkbox]          find("input[type=checkbox]").click();

[radionbutton]      find("input[type=radio]").click();

[attachment]     element.getElement().sendKeys(filePath);

自动化框架FluentLenium学习

标签:

原文地址:http://www.cnblogs.com/shevche/p/4194588.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!