240 发简信
IP属地:山西
  • uiautomator2 详解

    参考自:https://github.com/openatx/uiautomator2 点击与滑动

  • 工具推荐

    uiautomator2 : https://github.com/openatx/uiautomator2 python -m uiautom...

  • minicap mintouch 预编译文件

    https://github.com/openatx/stf-binaries/tree/master/node_modules

  • ImportError: cannot import name 'ImageTk'的解决方法

    from PIL import ImageTk报错:ImportError: cannot import name 'ImageTk' pyth...

  • python pip源配置 解决下载速度慢

    1、打开 ~/.pip/pip.conf (没有就创建一个) gedit 是ubutnu默认的文本编辑器 2、修改 ~/.pip/pip.con...

  • python 项目在其他电脑重构 requirements.txt

    1、生成requirements.txt 依赖清单 生成requirements.txt文件(全局保存),会输出这台电脑安装的所有的包 生成re...

  • tkinter GUi设计 常见问题

    Grid参数设置 columnspan=2合并列 rowspan=2合并行 对齐方式sticky,默认居中 W、E、N、S == 上/下/...

  • selenium ubuntu 配置

    安装python3 pip3 install selenium 安装 geckodriver3.1 到官网下载对应geckodriver3.2...

  • 网页元素操作

    文字输入、点击 Options选择 返回、前进 添加Cookies