what is the differe…
 
Notifications
Clear all

what is the difference b/w Driver.Close and Driver.quit?

1 Posts
2 Users
0 Likes
155 Views
0
Topic starter

About selenium

1 Answer
0

close() closes only the current window on which Selenium is running automated tests. The WebDriver session, however, remains active. On the other hand, the driver. quit() method closes all browser windows and ends the WebDriver session

Share: