Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 582 Bytes

File metadata and controls

12 lines (9 loc) · 582 Bytes

Selenium Automation Testing with Python

Introduction

Selenium is a widely-used tool for web browser automation. It supports all major browsers and is highly valuable for performing web testing, scraping, and task automation. This repository contains a basic setup guide and code examples for using Selenium with Python.

Prerequisites

To get started, ensure you have the following installed on your machine:

  • Python: You can download it from here.
  • Pip: Check if pip is installed using the command:
    pip --version