どうも、Python初学者のShuです。 個人的に、指定された複数のサイトをPDF化して保存したいと思ったので、 色々調べた結果、スクレイピングでPDF保存するのが良さそうでした。 ただ、業務でも個人的にもPython使ったことないので勉強も兼ねてやってみました ...
VSCode上でPython seleniumでスクレイピングしようと思ったらエラーになったときのメモ。 以下のエラーが発生していた。 コード(修正前) from selenium import webdriver import chromedriver_binary driver = webdriver. Chrome () driver. get ('https: //google.com') ...
/Library/Frameworks/Python.framework/Versions/3.12/lib/python312.zip /Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12 /Library/Frameworks/Python ...
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.