06 2021 档案

摘要:定位示例 RF关键字 定位 内容 Input Text id=kw1 robotframework Input Text name=wd robotframework Click Button id=su1 Input Text css=[name=wd] rf Input Text xpath = 阅读全文

posted @ 2021-06-21 17:02 心品茗香 阅读(1491) 评论(0) 推荐(0)

摘要:方式一安装: 1、 安装最新版本的python3.7 配置环境变量: 在path中添加 python安装路径 如 ;E:\python37; D:\Python37\Scripts 2、安装Robot Framework (方法二选其一)【最新版本4.0.3安装后发现不匹配】 方式一:使用pip i 阅读全文

posted @ 2021-06-11 16:07 心品茗香 阅读(132) 评论(0) 推荐(0)

摘要:import xlrdfrom QD_project.common.base_page import basepageclass Test_get_Cookies: def Red_workbook(self): self.drives = basepage.open_url() workbook 阅读全文

posted @ 2021-06-02 18:23 心品茗香 阅读(538) 评论(0) 推荐(0)

摘要:import xlwtfrom QD_project.common.base_page import basepage #已经封装好的浏览器基础信息class Test_Cookies: def Write_workbook(self): self.drives = basepage.open_ur 阅读全文

posted @ 2021-06-02 17:31 心品茗香 阅读(153) 评论(0) 推荐(0)

导航