摘要: github地址:https://github.com/FluentLenium/FluentLenium常用的页面控件操作方法(element需要先通过css selector找到):[button] button.click();1 @FindBy(css = "#searchB... 阅读全文
posted @ 2014-12-30 21:33 shevche 阅读(569) 评论(0) 推荐(0) 编辑
摘要: 经常使用git命令,设置快捷键会方便很多,设置方式如下:git config --global alias.st status或者:修改~/.gitconfig,加入以下部分:[alias] co = checkout ci = commit st = status br = branch sh =... 阅读全文
posted @ 2014-12-30 20:36 shevche 阅读(2174) 评论(0) 推荐(0) 编辑