03page专题

python+selenium2学习笔记POM设计模式-03page

Project:页面基本操作方法:如open,input_username,input_password,click_submit from selenium.webdriver.common.by import Byfrom BasePage import BasePage#继承BasePageclass LoginPage(BasePage):#定位器,通过元素属性定位元素对象user