参考URL
| タイトル | URL |
|---|---|
| Selenium for Python Elementにフォーカスを当てる | https://qiita.com/BlueSilverCat/items/e1dc9ec65f235a7fff01 |
| 【Python】SeleniumでHeadless Chromeを使おう | https://qiita.com/derodero24/items/9e9567790bde9e4b9d0c |
| Pythonで文字列を検索(〜を含むか判定、位置取得、カウント) | https://note.nkmk.me/python-str-search/ |
| Pythonでファイルの読み込み、書き込み(作成・追記) | https://note.nkmk.me/python-file-io-open-with/ |
| Pythonで実行中のファイルの場所(パス)を取得する__file__ | https://note.nkmk.me/python-script-file-path/ |
| Python】文字列が空白・NULLか判定する | https://pg-chain.com/python-null |
| 比較演算子の使い方 | https://www.javadrive.jp/python/if/index4.html#section2 |
| 論理演算子の使い方 | https://www.javadrive.jp/python/if/index6.html#section1 |
| Seleniumを安定稼働させるために行うべき3つの設定(Headlessモードにも対応) | https://tanuhack.com/stable-selenium/ |
| Pythonで文字列を検索(〜を含むか判定、位置取得、カウント) | https://note.nkmk.me/python-str-search/ |
| 【Python】get_attribute・・・属性名から属性値を取得する | https://www.seleniumqref.com/api/python/element_infoget/Python_get_attribute.html |
| Python 重複を削除する方法 | https://qiita.com/ShinichiIt0/items/419af2f6342bd50923a8 |