madhuryadutta / LearnSelenium

Learn Selenium Using Python.This is a sample project automate browser testing of a site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to Use Learn Selenium

Last Updated on: 06/01/2024

Start a Virtual Python Environment

pip install virtualenv
virtualenv my_env
source my_env/bin/activate

Install Requirment from requirments.txt

pip install -r requirements.txt

Install Requirment for Selenium to run on Linux (using a shell script)

sudo chmod +x init.sh && ./init.sh

RUN

python headless.py

About

Learn Selenium Using Python.This is a sample project automate browser testing of a site

License:Apache License 2.0


Languages

Language:Python 78.0%Language:Shell 22.0%