自动化框架FluentLenium学习

时间:2014-12-30 21:56:47   收藏:0   阅读:1462

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);

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

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!