07 2024 档案
【playwright学习】wait_for_url的三种传参方法 in github create issue test
摘要:from playwright.sync_api import sync_playwright,Page,Playwright,Browser,expect import pytest import random import re @pytest.fixture(scope="module",au
阅读全文
【playwright学习】fixture和closure学习
摘要:学习的话主要材料是官网:https://playwright.dev/python/docs/auth 基础的话,像我一样薄弱就可以了。会一些java,但python会的不多,用得很少。上手贼容易,但是selenium也不怎么难 在学习之前,要弄清楚@pytest.fixture,closure(n
阅读全文