摘要:
下载python3:https://www.python.org/downloads/ 注意安装时勾选最下面的_添加到环境变量 如果你勾选了,软件会自动添加python和python\scrips两个路径至环境变量 在cmd里敲Python, 显示正确的版本号, 同时shell模式,提示符由>变成> 阅读全文
阅读排行榜
查找UI元素
2018-02-13 13:48 by Weiweim, 208 阅读, 收藏,
摘要:
在WebDriver中定位元素可以在WebDriver实例本身或WebElement上完成。前者返回与查询相匹配的WebElement对象,如果找不到这样的元素则抛出异常。后者返回一个WebElements列表,如果没有DOM元素匹配查询,则可能为空。 “查找”方法使用称为“By”的定位器或查询对象 阅读全文
List<ul>
2018-02-27 14:36 by Weiweim, 193 阅读, 收藏,
摘要:
<ul> stands for unordered list and is used to contain the list. The list elements, <li>, are children of the unordered list. Each bullet point is its 阅读全文
Viewing A Specific Commit_12
2018-03-25 23:51 by Weiweim, 186 阅读, 收藏,
摘要:
Too Much Scrolling The last few quizzes in the previous section had you scrolling and scrolling through the patch output just to get to the right comm 阅读全文
GitHub与Git
2017-12-05 09:59 by Weiweim, 183 阅读, 收藏,
摘要:
GitHub是一个代码托管平台,始于2008年4月; Git是一个软件系统,用于版本控制; 而GitHub的核心就是Git,它们都是开源的; 有了这两样,你就可以使用Git在GitHub上基于本机和浏览器管理好自己的代码! 阅读全文