Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sanjay-roy/selenium-google-search

Selenium project that demonstrates how to use Selenium WebDriver to automate a Google search.
https://github.com/sanjay-roy/selenium-google-search

selenium selenium-webdriver testing-automation

Last synced: about 1 month ago
JSON representation

Selenium project that demonstrates how to use Selenium WebDriver to automate a Google search.

Awesome Lists containing this project

README

        

# selenium-google-search
Selenium project that demonstrates how to use Selenium WebDriver to automate a Google search.
The script performs the following steps:

1) Opens the Google homepage.
2) Searches for a specific query ("Gmail Login").
3) Validates the presence of search results.
4) Prints the titles of the top five search results.

Features:
* Automates Google search using Selenium WebDriver.
* Validates search functionality by checking for results.
* Outputs the titles of the top search results.

Prerequisites:
Python 3.7 or later
Google Chrome browser
ChromeDriver (compatible with your Chrome version)