上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 54 下一页
摘要: 阅读全文
posted @ 2019-12-05 22:23 燕十三丶 阅读(159) 评论(0) 推荐(0) 编辑
摘要: Singleton 模式主要作用是保证在 Java 应用程序中,一个类 Class 只有一个实例存在。举例:定义 一个类,它的构造函数为 private 的,它有一个 static 的 private 的该类变量,在类初始化时实例话,通过一 个 public 的 getInstance 方法获取对它 阅读全文
posted @ 2019-12-05 16:51 燕十三丶 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 常用关键字* Settings * Library Selenium2Library1* Keywords * 打开浏览器 [Arguments] ${url} ${browser} [Documentation] 打开浏览器 open browser ${url} ${browser}123最大化 阅读全文
posted @ 2019-12-04 11:01 燕十三丶 阅读(661) 评论(0) 推荐(1) 编辑
摘要: *** Settings ***Documentation 此文件是一个包含可重用的关键字和变量的全局资源文件。Library Selenium2LibraryLibrary StringLibrary CollectionsLibrary Tools.pyLibrary Handle.pyLibr 阅读全文
posted @ 2019-12-04 10:11 燕十三丶 阅读(281) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*-import timeimport platform# import pytesseract# from PIL import Image def generate_stamp(prefix = '', suffix = ''): t = time.lo 阅读全文
posted @ 2019-12-03 17:41 燕十三丶 阅读(184) 评论(0) 推荐(0) 编辑
摘要: Move Over and Click Link [Documentation] 等待悬浮菜单中的元素出现并单击元素 [Arguments] ${hover_locator} ${opt_locator} Sleep 1s Wait Until Element Is Visible ${hover_ 阅读全文
posted @ 2019-12-03 15:19 燕十三丶 阅读(210) 评论(0) 推荐(0) 编辑
摘要: Wait and Click Element [Documentation] 等待元素出现并单击元素 [Arguments] ${locator} Wait Until Element Is Visible ${locator} 10s # Sleep 0.5s Click Element ${lo 阅读全文
posted @ 2019-12-03 14:27 燕十三丶 阅读(399) 评论(0) 推荐(0) 编辑
摘要: 两个对象,一个是"xyx",一个是指向"xyx"的引用对象 s 阅读全文
posted @ 2019-12-03 11:12 燕十三丶 阅读(438) 评论(0) 推荐(0) 编辑
摘要: :System.gc() 或 Runtime.getRuntime().gc() 。 阅读全文
posted @ 2019-12-03 11:10 燕十三丶 阅读(141) 评论(0) 推荐(0) 编辑
摘要: string类是final类,不可以被继承 阅读全文
posted @ 2019-12-03 10:36 燕十三丶 阅读(239) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 54 下一页
AmazingCounters.com