這是前幾天微軟發布的playwright api for python的版本, 主要用在做網頁自動化
那就來玩玩看
pip install playwright pytest pytest-playwright
PS: 如果想安裝最新版的話, 請參考playwright-python Github 連結
P.P.S: 如果要使用pytest 做測試, 記得安裝pytest的套件
3. 安裝完pip的套件後還要安裝playwright 主體
python -m playwright install
PS: 這個步驟非常重要, 如果沒有做. playwright會初始化失敗
結論:
這是一個簡單的範例, 當然還有更多非常棒的應用可以使用playwright 達成.
更多的應用方式就請自行在Google尋找囉
參考資料: