- 博客(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
3371
原创 解决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
2628
原创 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
425
原创 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
1179
原创 Genymotion-ARM-Translation.zip 直接去下载自己对应的模拟器安卓版本
直接去下载对应的安卓模拟器版本https://github.com/m9rco/Genymotion_ARM_Translation/
2020-10-04 23:21:28
1830
原创 解决genymotion-arm-translation.zip无法拖拽安装的完美问题。
解决genymotion-arm-translation.zip无法拖拽安装的完美问题。将模拟器对应版本的ARM压缩文件 Genymotion-ARM-Translation_for_5.1.zip ,直接放在D盘的根目录,完美解决
2020-10-04 23:14:15
226
原创 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
331
UISpy.exe,inspect x86.exe , inspect x64.exe
2020-10-28
genymotion 安装问题+虚拟机安装+配置全套完美解决
2020-10-04
TA创建的收藏夹 TA关注的收藏夹
TA关注的人