摘要:
安装 pip.exe install 包名 pip.exe install selenium pip.exe install ddt pip.exe install requests 卸载 pip.exe uninstall 包名 阅读全文
posted @ 2020-11-21 13:28
墨振
阅读(136)
评论(0)
推荐(0)
摘要:
元素找不到 1.考虑iframe 和句柄的切换 2.元素定位技术不熟练(因有些元素是随机的,只适用当前页面,刷新页面后该元素可能会自动切换,需学会手动写元素), 3.等待添加是否合理 阅读全文
posted @ 2020-11-21 00:34
墨振
阅读(97)
评论(0)
推荐(0)