Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open in multiple Chrome brower #17

Open
DianaDaInLee opened this issue Aug 25, 2024 · 0 comments
Open

Open in multiple Chrome brower #17

DianaDaInLee opened this issue Aug 25, 2024 · 0 comments

Comments

@DianaDaInLee
Copy link

Thank you for this incredible resource. I'm trying to access GPT via selenium on multiple browsers simultaneously. But when I run a second python, the following code adds an additional tab to an existing Chrome browser and eventually breaks both the first and the second selenium code:

free_port = find_available_port()
launch_chrome_with_remote_debugging(free_port, url)
wait_for_human_verification()
driver = setup_webdriver(free_port)

Is there a way to tweak the code in a way I can have two seleniums going simultaneously?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant