2020年6月19日

摘要: 代码: #coding=utf-8 import requests import json url='http://127.0.0.1:4444/wd/hub/session' data = json.dumps({ 'desiredCapabilities':{ 'browserName':'Mi 阅读全文
posted @ 2020-06-19 23:27 shiberhou 阅读(4217) 评论(0) 推荐(0) 编辑
摘要: 代码: #coding=utf-8 import requests import json url='http://127.0.0.1:4444/wd/hub/session' data = { 'desiredCapabilities':{ 'browserName':'MicrosoftEdge 阅读全文
posted @ 2020-06-19 00:03 shiberhou 阅读(1109) 评论(0) 推荐(0) 编辑

2020年6月18日

摘要: 代码: #coding=utf-8 import requests import json url='http://127.0.0.1:4444/wd/hub/session' data = json.dumps({ 'capabilities':{ 'browserName':'Microsoft 阅读全文
posted @ 2020-06-18 23:42 shiberhou 阅读(1767) 评论(0) 推荐(0) 编辑
摘要: 代码: #coding=utf-8 import requests import json url='http://127.0.0.1:4444/wd/hub/session' data = json.dumps({ 'desiredCapabilities':{ 'browserName':'Mi 阅读全文
posted @ 2020-06-18 23:32 shiberhou 阅读(1043) 评论(0) 推荐(0) 编辑
摘要: 代码: #coding=utf-8 import requests import json url='http://127.0.0.1:4444/wd/hub/session' data = json.dumps({ 'desiredCapabilities':{ 'browserName':'Mi 阅读全文
posted @ 2020-06-18 22:57 shiberhou 阅读(189) 评论(0) 推荐(0) 编辑

2020年6月17日

摘要: 代码: #coding=utf-8 import requests import json url='http://127.0.0.1:4444/wd/hub/session' data = json.dump({ 'Capabilities':{ 'browserName':'Edge' } }) 阅读全文
posted @ 2020-06-17 23:17 shiberhou 阅读(16748) 评论(0) 推荐(2) 编辑

2020年6月16日

摘要: 代码: #coding=utf-8 from selenium import webdriver webdriver.Chrome() 结果: PS E:\30.Study\30.自动化测试\99.零基础入门 Python Web 自动化测试\10.seleniumCodePractice> & " 阅读全文
posted @ 2020-06-16 23:17 shiberhou 阅读(4646) 评论(0) 推荐(0) 编辑

2020年1月15日

摘要: $declare aa_cur cursor with hold for select * into $table_aa from t_aatable 其中的WITH HOLD什么功能啊? WITH HOLD 声明该游标可以在创建它的事务成功提交后继续使用。 WITHOUT HOLD 声明该游标不能 阅读全文
posted @ 2020-01-15 16:30 shiberhou 阅读(543) 评论(0) 推荐(0) 编辑

2016年7月16日

摘要: 一、电脑屏幕: 在桌面点右键,依次选属性—外观 点右下角的高级,然后在项目的下拉菜单里选窗口 点右侧的下拉菜单颜色,点下方的其它 把色调设为85,饱和度设为90,亮度设为205.(出厂时一般设为160-0-240) 单击添加到自定义颜色,按确定(OK)…… 一直确定(OK)下去。二、把窗口设成绿色之 阅读全文
posted @ 2016-07-16 21:40 shiberhou 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 背景:之前因为在淘宝上想安全购物的原因,使用了淘宝公司的安全软件,但是它对于我老化的笔记本来说,有点占用内存及cpu,所以想把它彻底删掉。 问题:在删除TaobaoProtect文件夹里的TBSecSvc.exe文件时,一直删除不了。 调查:结合百度后的资料,经查,原来是TBSecSvc服务在启动着 阅读全文
posted @ 2016-07-16 18:27 shiberhou 阅读(715) 评论(0) 推荐(0) 编辑

导航