I am trying to scrape web elements using selenium wrapper excel VBA. Firefox browser closes as soon as the execution of code is completed. Is there any way to keep the bowser open ?
Asked
Active
Viewed 87 times
1
-
comment the line which closes the browser. like browser.Close – Murthi Jul 13 '17 at 14:05
-
1This question has been answered previously here: [https://stackoverflow.com/questions/33857246/selenium-vba-exit-sub-without-close-browser-window](https://stackoverflow.com/questions/33857246/selenium-vba-exit-sub-without-close-browser-window) – Sean Kelly Jul 13 '17 at 14:32
-
Thanks for the response. The browser should be in Open state !!! – Anantha Jul 13 '17 at 17:51