摘要: 配置nodejs路径 命令提示符中输入node Appium桌面客户端安装方式 1. 运行appium-desktop-Setup-1.2.7.exe,默认安装即可 2. 启动客户端,按图片步骤 1 -> 2 -> 3 -> 4 设置 1 2 启动成功展示如下图 Appium命令行安装方式 npm国 阅读全文
posted @ 2020-10-04 21:44 我愿做那片鸿毛 阅读(110) 评论(0) 推荐(0) 编辑
摘要: from selenium import webdriverfrom selenium.webdriver.common.keys import Keysfrom time import sleepbrowser = webdriver.Firefox()url = "https://www.bai 阅读全文
posted @ 2020-10-04 20:34 我愿做那片鸿毛 阅读(124) 评论(0) 推荐(0) 编辑
摘要: id定位 class定位 xpath定位 css定位 link partial_link模糊匹配 tag name 阅读全文
posted @ 2020-10-04 19:56 我愿做那片鸿毛 阅读(104) 评论(0) 推荐(0) 编辑