Selenium Interview Questions - 4 | What is difference between driver.clse() & driver.quit() ?

Опубликовано: 15 Январь 2023
на канале: Magnetic Automation and Learnings
297
16

What is difference between driver.clse() & driver.quit() ?

Practical Example video for difference between driver.close() & driver.quit():    • Difference Between driver.close() vs ...  

driver.quit():
--------------
It is used for closing webdriver session. And If You execute this command then browser will get close with all tabs as well(If multiple tabs are open)


driver.close()
--------------
It is used for closing only currently highlighted Tab/Window. And if you execute this command then current highlighted tab will be closed(If Multiple tabs are there).
And Suppose only tab is there then browser will get close(driver.quit() & driver.close() will give same output)


#webdriver
#close
#quit
#magneticautomation


Смотрите видео Selenium Interview Questions - 4 | What is difference between driver.clse() & driver.quit() ? онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Magnetic Automation and Learnings 15 Январь 2023, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 29 раз и оно понравилось 1 людям.