标签:
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