InterviewSolution
Saved Bookmarks
| 1. |
Explain the difference between driver.close() and driver.quit() command in Selenium? |
|
Answer» Following is the major difference between both the commands:
Both the commands don’t take any PARAMETER and don’t return any VALUE either. |
|