Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ログインが必要ないくつかの異なるページでのブラウジングを自動化するスクリプトを実行する必要があります。通常、これらのページのユーザー名とパスワードはブラウザーに保存されますが、selenium を実行すると、ブラウザーの新しいインスタンスが開き、ログイン情報を求めるプロンプトが表示されます。ログイン情報をコードに保存する必要がないように、ブラウザの既存のインスタンスでスクリプトを実行する方法はありますか?