Skip to content

flaviamedici/selenium_automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selenium Automation Project

📌 Overview

This project demonstrates browser automation using Selenium WebDriver with Python.
It showcases how to automate real user interactions such as searching, navigating pages, and interacting with web elements.

The goal of this repository is to serve as a learning project and a foundation for building more advanced UI automation scripts.


🚀 Features

  • Automated browser interaction using Selenium WebDriver
  • Search automation (e.g., Wikipedia queries)
  • Element selection using IDs, names, and selectors
  • Basic navigation and interaction with web pages
  • Simple and beginner-friendly Python structure

🛠️ Tech Stack

  • Python 3
  • Selenium WebDriver
  • ChromeDriver (or compatible browser driver)

Selenium is a widely used framework for automating web browsers, commonly used for testing and repetitive tasks. :contentReference[oaicite:0]{index=0}


📂 Project Structure

selenium_automation/
│── main.py (or your script file)
│── README.md
│── requirements.txt (optional)
│── .gitignore

⚙️ Setup Instructions

1. Clone the repository

git clone https://github.com/flaviamedici/selenium_automation.git
cd selenium_automation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors