S
S
Snake2021-08-21 12:27:42
Python
Snake, 2021-08-21 12:27:42

Python. Selenium - is it possible to work on an open browser page?

Python. Selenium - is it possible to work on an open browser page, and not open a new window every time through webdriver?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
taktik, 2021-08-21
@taktik

If you need to connect to the same browser instance every time you run your code, then this is not possible.
Within one session, you can connect to one instance as many times as you like, it depends only on how the code will be written.
To give a more specific answer, you need to understand exactly what problem you are trying to solve.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question