摘要:
1. 用户关键字 2. Setting 3. 如何看example Note: 常用关键字: 阅读全文
摘要:
Note: 第三方库: C:\Users\Administrator\AppData\Local\Programs\Python\Python36\Lib\site-packages\robot\libraries 1. Create Robot Project: 2. Create Robot T 阅读全文
摘要:
https://kuaibao.qq.com/s/20180727A1H0QL00?refer=cp_1026 1. install python3 2. install RF3. install Eclipse (install jdk first)https://blog.csdn.net/we 阅读全文
摘要:
1. 登录页面 2. 访问问题 selenium 数据驱动: @pytest.mark.parametrize('case',InvestData.error_popup_data)def test_invest_error_window(self, case,invest_fixture): "" 阅读全文
摘要:
页面弹框; 登录 项目 项目里面有钱存放xpath语句 1. 定位器语句中:定位器里面,定义一个变量quit_btn class IndexLocator: quit_btn = (By.XPATH, "//a[text()='退出']")2. page页面 def click_quit(self) 阅读全文