摘要: http://www.cnblogs.com/yoyoketang/p/6128636.html 阅读全文
posted @ 2017-05-08 18:02 Linazhu 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 1.swith to ifram driver.switch_to.frame(driver.find_element_by_id("z_hppm_iframe")) 2.go back to the normal pge driver.switch_to.default_content() 阅读全文
posted @ 2017-05-08 17:59 Linazhu 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 1.find_element_by_id() 2.find_element_by_name() 3.find_element_by_class_name() 4.find_element_by_tag_name() 5.find_element_by_link_text() 6.find_eleme 阅读全文
posted @ 2017-05-08 17:56 Linazhu 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 1. from selenium import webdriver 2. open the browser: webdriver.IE() webdriver.Chrome() 3.Set hibernation time import time time.sleep(4) webdriver.im 阅读全文
posted @ 2017-05-08 17:54 Linazhu 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 一、Python 1. Download and install the python2.7.13(Note: It's best not to install in the C driver): https://www.python.org/57 2. Confiugre the Environm 阅读全文
posted @ 2017-04-24 17:07 Linazhu 阅读(173) 评论(0) 推荐(0) 编辑
摘要: https://buytest.actops.com/en-us/account/completeregistration?returnUrl= 1.Field Email Create Password Comfirm Password 2.Test checklists (1)Required/ 阅读全文
posted @ 2017-04-23 18:37 Linazhu 阅读(187) 评论(0) 推荐(0) 编辑
摘要: URL: https://buytest.actops.com/en-us/trial/product/ActPremium/plan/Month 1.Field: First Name Last Name Company Name Phone Number Email Country 2.Test 阅读全文
posted @ 2017-04-23 18:31 Linazhu 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 标准数据类型 Python3 中有六个标准的数据类型: Number(数字) String(字符串) List(列表) Tuple(元组) Sets(集合) Dictionary(字典) 1.isinstance和type的区别 内置的 type() 函数可以用来查询变量所指的对象类型,type() 阅读全文
posted @ 2017-04-14 10:40 Linazhu 阅读(309) 评论(0) 推荐(0) 编辑
摘要: The Call Home service has been configured as 'Automatic' start mode. But after restarting the computer, the service is stoped and the log is empty. No 阅读全文
posted @ 2017-04-07 10:41 Linazhu 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 内置系统账户:Local system/Network service/Local Service 区别 【 LocalSystem 账户】 LocalSystem是预设的拥有本机所有权限的本地账户,这个账户跟通常的用户账户没有任何关联,也没有用户名和密码之类的凭证。这个服务账户可以打开注册表的HK 阅读全文
posted @ 2017-04-07 10:26 Linazhu 阅读(207) 评论(0) 推荐(0) 编辑