Архив метки: testing
How to Start Learning Java?
Advantages and Disadvantages of Computer
Advantages and Disadvantages of Computer Hello friends! in this article, we will check the advantages and disadvantages of computer systems. With the advancement in technology, our whole lives are now dependent on the computer and the internet. Not even a day goes where they are not part of it. From small-scale businesses to large industries,… Читать далее »
What is Data?
Launching Browsers in Selenium
What is a font?
Difference b/w driver.close() and driver.quit()
Difference b/w driver.close() and driver.quit() Selenium webdriver provides two methods for closing a browser window – driver.close() and driver.quit(). Some people incorrectly use them interchangeably but the two methods are different. In this post, we will study the difference between the two and also see where to use them effectively.