自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (4)
  • 问答 (1)
  • 收藏
  • 关注

原创 playwrite 基础操作启动浏览器

操作时时显示浏览器import osimport asynciofrom playwright.sync_api import sync_playwrightwith sync_playwright() as p:browser = p.chromium.launch(headless=False)page = browser.new_page()page.goto(“http://www.baidu.com”)print(page.title())browser.close()2..

2022-04-28 22:30:21 3220

原创 解决playwrite无法安装问题WARNING: Ignoring invalid distribution -ip (d:\install_soft\python\lib\site-

安装playwrigt遇到的问题,亲测本人python3.7 系统win10首先安装 :pip install playwright, 显示以下内容无法安装WARNING: Ignoring invalid distribution -ip (d:\install_soft\python\lib\site-packages)WARNING: Ignoring invalid distribution -illow (d:\install_soft\python\lib\site-pack

2022-04-28 22:06:23 2533

原创 python selenium chrome chromedriver 无界面 无头浏览器启动,节约跑数据的时间

frome selum import webdriverfrom selenium.webdriver.chrome.options import Optionschrome_options = Options()chrome_options.add_argument(’–no-sandbox’) # 解决DevToolsActivePort文件不存在的报错chrome_options.add_argument(‘window-size=1920x3000’) # 指定浏览器分辨率chrome

2021-03-19 11:41:20 391

原创 An error occured while deploying the file. This probably means that the app contains ARM native code

亲测 :电脑上安装Genymotion后 无法安装google APKAn error occured while deploying the file.This probably means that the app contains ARM native code and your Genymotion device cannot run ARM instructions. You should either build your native code to x86 or install a

2020-10-04 23:22:06 1090

原创 Genymotion-ARM-Translation.zip 直接去下载自己对应的模拟器安卓版本

直接去下载对应的安卓模拟器版本https://github.com/m9rco/Genymotion_ARM_Translation/

2020-10-04 23:21:28 1713

原创 解决genymotion-arm-translation.zip无法拖拽安装的完美问题。

解决genymotion-arm-translation.zip无法拖拽安装的完美问题。将模拟器对应版本的ARM压缩文件 Genymotion-ARM-Translation_for_5.1.zip ,直接放在D盘的根目录,完美解决

2020-10-04 23:14:15 207

原创 genymotion unfortunately, has stopped

genymotion unfortunately has stopped , 完美解决。解决genymotion-arm-translation.zip无法拖拽安装的完美问题。genymotion,拖进去后变成Files successfully copied to: /sdcard/Download, 完美解决。4.genmotion无法查找的ADB设备问题 完美解决。5.Genymotion安装安卓app,产生 An error occured while deploying the file.

2020-10-04 23:11:44 276

UISpy.exe,inspect x86.exe , inspect x64.exe

这2个工具都是我实测的,可以正常使用, 主要用于桌面自动化无法定位,所以需要这个2个工具定位元素, 很适合大家

2020-10-28

genymotion 安装问题+虚拟机安装+配置全套完美解决

1. genymotion unfortunately has stopped , 完美解决。 2. 解决genymotion-arm-translation.zip无法拖拽安装的完美问题。 4. genymotion,拖进去后变成Files successfully copied to: /sdcard/Download, 完美解决。 4.genmotion无法查找的ADB设备问题 完美解决。 5.Genymotion安装安卓app,产生 An error occured while deploying the file. This probably means that the app c

2020-10-04

python微信点赞

python uiautomator2 最新微信指定人操作发送消息,文件更新于20200930,附带源码

2020-09-30

新浪网最最新爬虫

最新爬虫,需要的请下载,更新于2019年1月的,附带所有源码

2019-01-03

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除