摘要:
代码: #coding=utf-8 import requests import json url='http://127.0.0.1:4444/wd/hub/session' data = json.dumps({ 'desiredCapabilities':{ 'browserName':'Mi 阅读全文
摘要:
代码: #coding=utf-8 import requests import json url='http://127.0.0.1:4444/wd/hub/session' data = { 'desiredCapabilities':{ 'browserName':'MicrosoftEdge 阅读全文
selenium打开浏览器底层实现原理中的异常3.1(org.openqa.selenium.SessionNotCreatedException: Unable to create session)
摘要:
代码: #coding=utf-8 import requests import json url='http://127.0.0.1:4444/wd/hub/session' data = json.dumps({ 'capabilities':{ 'browserName':'Microsoft 阅读全文
selenium打开浏览器底层实现原理中的异常3.0(org.openqa.selenium.SessionNotCreatedException: Unable to create session)
摘要:
代码: #coding=utf-8 import requests import json url='http://127.0.0.1:4444/wd/hub/session' data = json.dumps({ 'desiredCapabilities':{ 'browserName':'Mi 阅读全文
摘要:
代码: #coding=utf-8 import requests import json url='http://127.0.0.1:4444/wd/hub/session' data = json.dumps({ 'desiredCapabilities':{ 'browserName':'Mi 阅读全文
摘要:
代码: #coding=utf-8 import requests import json url='http://127.0.0.1:4444/wd/hub/session' data = json.dump({ 'Capabilities':{ 'browserName':'Edge' } }) 阅读全文
摘要:
代码: #coding=utf-8 from selenium import webdriver webdriver.Chrome() 结果: PS E:\30.Study\30.自动化测试\99.零基础入门 Python Web 自动化测试\10.seleniumCodePractice> & " 阅读全文
摘要:
$declare aa_cur cursor with hold for select * into $table_aa from t_aatable 其中的WITH HOLD什么功能啊? WITH HOLD 声明该游标可以在创建它的事务成功提交后继续使用。 WITHOUT HOLD 声明该游标不能 阅读全文
摘要:
一、电脑屏幕: 在桌面点右键,依次选属性—外观 点右下角的高级,然后在项目的下拉菜单里选窗口 点右侧的下拉菜单颜色,点下方的其它 把色调设为85,饱和度设为90,亮度设为205.(出厂时一般设为160-0-240) 单击添加到自定义颜色,按确定(OK)…… 一直确定(OK)下去。二、把窗口设成绿色之 阅读全文
摘要:
背景:之前因为在淘宝上想安全购物的原因,使用了淘宝公司的安全软件,但是它对于我老化的笔记本来说,有点占用内存及cpu,所以想把它彻底删掉。 问题:在删除TaobaoProtect文件夹里的TBSecSvc.exe文件时,一直删除不了。 调查:结合百度后的资料,经查,原来是TBSecSvc服务在启动着 阅读全文