久々にGitに触れたら「Changes not staged for commit」とエラーが。 エラーなのか・・・?とも思いつつ、ちょっとだけ詰まったので備忘録を残します。 エラー表記 $ git commit -m "xxxxx" On branch main Your branch is up...
DeprecationWarning: executable_path has been deprecated, please pass in a Service object ↑いつから出ていたんだこのエラー、、、executable_pathをwebdriver.Chrome()関数で直接使おうとした場合、sele...