随笔分类 - selenium
摘要:1.basepage.py from selenium import webdriver #公共的,对driver初始化的部分做抽离 from selenium.webdriver.remote.webdriver import WebDriver from selenium.webdriver.s
阅读全文
摘要:1.basepage.py文件 from selenium import webdriver #公共的,对driver初始化的部分做抽离 from selenium.webdriver.remote.webdriver import WebDriver class BasePage: # def _
阅读全文
摘要:from selenium import webdriver from selenium_po.page.contact_page import ContactPage class MainPage: def goto_contact_page(self): opt = webdriver.Chro
阅读全文
摘要:1.设计思路 2.代码结构 3.初始代码展示 from testpo.page1.contact_page import ContactPage class MainPage: def goto_contact_page(self): return ContactPage() class Conta
阅读全文
摘要:selenium官网:>https://www.selenium.dev/zh-cn/documentation/ 作者:https://martinfowler.com/bliki/PageObject.html #微信通讯录添加成员并断言 import time from selenium im
阅读全文
摘要:import time import yaml from selenium import webdriver class TestDemo(): def setup_method(self,method): self.driver = webdriver.Chrome() self.driver.i
阅读全文

浙公网安备 33010602011771号