文章分类 -  软件自动化测试

摘要:鼠标操作 from selenium.webdriver.common.action_chains import ActionChains action = ActionChains(driver)# action.context_click(driver.find_element(By.ID,"s 阅读全文
posted @ 2022-08-31 15:34 仿生言子 阅读(53) 评论(0) 推荐(0)
摘要:环境搭建 1.安装python3.0(或以上版本) 2.安装pycharm 3.安装selenium3.0包 4.浏览器 selenium安装、卸载、查看命令 安装 pip install selenium 卸载 pip uninstall selenium 查看 pip show selenium 阅读全文
posted @ 2022-08-31 12:16 仿生言子 阅读(413) 评论(0) 推荐(0)