When using chrome driver in Python selenium, should I close the driver with quit or close even when using headless mode?

Asked 2 years ago, Updated 2 years ago, 51 views

When using chrome driver in Python selenium, do I have to close the driver with quit or close if the necessary work is done?

python selenium

2022-09-22 19:20

1 Answers

Yes, even if it's headless, the browser is running in the background.


2022-09-22 19:20

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.