摘要: 参考地址:https://www.runoob.com/w3cnote/pycharm-windows-install.html 一、安装python 1、pip 和 setuptools 安装 如果没有,请移步setuptools 与pip 下载地址: https://pypi.python.or 阅读全文
posted @ 2021-07-22 17:02 syy714363310 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 基于python3的语法,driver.switch_to_alert()的表达会出现中划线,因此需要把后面的下划线改为点.一、目前接触到的switch_to的用法包括以下几种:1、 切换到制定的window_name页面 driver.switch_to.window(window_name) 2 阅读全文
posted @ 2021-07-17 19:38 syy714363310 阅读(577) 评论(0) 推荐(0) 编辑
摘要: 前言 用appium切换webview的时候报chrome和chromedriver版本的问题:Encountered internal error running command: Error: session not created exception: Chrome version must 阅读全文
posted @ 2021-07-17 10:57 syy714363310 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 一. 安装/卸载/关闭/启动 1 、启动Activity: driver.start_activity() 在当前app打开一个activity,或者新打开一个应用并启动一个activity,仅支持Android 2、安装应用: driver.install_app('path/to/my.apk' 阅读全文
posted @ 2021-07-16 18:41 syy714363310 阅读(644) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/huilan_same/article/details/52305176 阅读全文
posted @ 2021-07-13 00:35 syy714363310 阅读(24) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/huilan_same/article/details/52246012 阅读全文
posted @ 2021-07-13 00:34 syy714363310 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 热塔尔 阅读全文
posted @ 2021-07-12 23:28 syy714363310 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 报错提示 ImportError while importing test module 'D:\python_syy\web自动化\web_html_po模式\TestCases\test_loan.py'.Hint: make sure your test modules/packages ha 阅读全文
posted @ 2021-07-10 13:10 syy714363310 阅读(1688) 评论(0) 推荐(0) 编辑
摘要: 一、官方社区版下载mysql 1)https://dev.mysql.com/downloads/mysql/ 2)选择适合服务器搭建的版本 3)选择不登录,直接下载 二、安装mysql 1)将下载的文件解压到自己指定的目录,打开文件,在文件目录下新建 my.ini 文件 2)编辑my.ini文件, 阅读全文
posted @ 2021-06-24 23:39 syy714363310 阅读(193) 评论(0) 推荐(0) 编辑
摘要: es新加字段出叹号 解决方法,删除历史策略和索引 阅读全文
posted @ 2021-05-18 17:59 syy714363310 阅读(82) 评论(0) 推荐(0) 编辑