1.

How is driver.close()command different from driver.quit command?

Answer»
S.noclose()quit()
1.Closes the browser window currently being used or accessed by WebDriverCloses down all the WINDOWS that were OPENED by the program
2.Neither requires PARAMETERS nor RETURNS values.Neither requires parameters nor returns values.


Discussion

No Comment Found