Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sanjay-roy/selenium-google-search
- Owner: Sanjay-Roy
- Created: 2024-12-10T21:09:43.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-10T21:13:46.000Z (about 1 month ago)
- Last Synced: 2024-12-10T22:20:31.725Z (about 1 month ago)
- Topics: selenium, selenium-webdriver, testing-automation
- Language: Jupyter Notebook
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)