2021年6月18日金曜日

playwight for python

めちゃ扱い易い、デバッグ楽!

<インスト>
pip install playwright
python -m playwright install

<録画>
python -m playwright codegen wikipedia.org



<一時停止してインスペクタを見る>
page.pause()



<インスペクタの例 Explorer>

a:has-text("start")

xpath=//a[@class='navbar__brand']

xpath=//*[@class='navbar__title']


0 件のコメント:

コメントを投稿