1

I have to run a script that automates browsing on a few different pages that require logins. Normally, the usernames and passwords for these pages are stored in the browser, but when I run selenium, it opens a new instance of the browser and prompts me for login information. Is there any way to run the script in an existing instance of a browser so that I don't have to store login information in code?

4

0 回答 0