Difference between close() and quit() methods in Selenium WebDriver
‘close()’ method closes the currently active/focus window or tab of the current browser instance.
For detailed tutorials, visit -
https://t.co/6eZwBkbng0
#selenium#seleniumwebdriver#sdet#automamtiontesting
What is Headless mode Test Execution in Selenium?
Ans: To Run the Test without GUI
What are the advantages of running Test Execution in Headless mode?
Ans: Runs faster than GUI
For detailed tutorials and source code, visit - https://t.co/ahOM4fi0ge
#selenium#sdet#automation