摘要:
from playwright.sync_api import sync_playwright,Page,Playwright,Browser,expect import pytest import random import re @pytest.fixture(scope="module",au 阅读全文
posted @ 2024-07-03 12:10
金大鑫要坚持
阅读(261)
评论(0)
推荐(0)
摘要:
学习的话主要材料是官网:https://playwright.dev/python/docs/auth 基础的话,像我一样薄弱就可以了。会一些java,但python会的不多,用得很少。上手贼容易,但是selenium也不怎么难 在学习之前,要弄清楚@pytest.fixture,closure(n 阅读全文
posted @ 2024-07-03 11:44
金大鑫要坚持
阅读(54)
评论(0)
推荐(0)