Difference between webdriver.close() and webdriver.quit() in Selenium
Difference between webdriver.close() and webdriver.quit() in Selenium
Well, in this post I am going to discuss the difference between webdriver.close() and webdriver.quit() in Selenium framework. While learning the concept of selenium, beginners always have confusion when to use these methods.
Hence the basic difference webdriver.close() and webdriver.quit() are as follows:
webdriver.close():
close() method closes the browser window on which the execution is going…
View On WordPress













