First selenium script | Writing and running code

In the Previous Tutorial, we covered the following – Created a new project ‘TeachMeSelenium’. Configured project to include Selenium dependencies In this tutorial, we’ll write a magical script that does the following operations – Navigate to https://cosmocode.io/automation-practice-first-selenium-script Print the page title Type “Teach me selenium” in the search box Click on the “Search” icon. And finally, close the …

Read moreFirst selenium script | Writing and running code