感覺可以參考這個:
https://hoxtonhsu.com/p/selenium%E5%AD%B8%E7%BF%92%E7%AD%86%E8%A8%98-%E4%BB%A5104%E4%BA%BA%E5%8A%9B%E9%8A%80%E8%A1%8C%E7%82%BA%E4%BE%8B/
用 playwright 比較快
python -m playwright install
playwright install
python -m playwright codegen --target python -o my.py -b chromium https://www.google.com
您可在 google 頁面,網頁操作一下,網頁關閉,這樣就錄製 成 my.py
那個104 您可試試。