摘要:
#coding=utf-8 from selenium import webdriver from selenium.webdriver.common.by import By from selenium.webdriver.support import expected_conditions as 阅读全文
摘要:
1.2、火狐的profile文件记录信息实现 1.4、万能验证码、去掉验证码 万能验证码、去掉验证码需要开发的配合 2、等待 2.1、time模块 2.2、隐式等待 2.3、显式等待 3、unittest单元测试框架 简单的unittest框架代码如下: 可生成html报告的unittest框架代码 阅读全文
摘要:
一、框架目录结构 二、代码 2.1page层代码 1 package com.mianshui.page; 2 3 import org.openqa.selenium.WebElement; 4 import org.openqa.selenium.support.FindBy; 5 6 7 pu 阅读全文
摘要:
1 # 测试角色权限管理页面功能 2 from selenium import webdriver 3 from login_page import LoginPage 4 import random, time, unittest 5 6 7 class TestRole(unittest.Tes 阅读全文