Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 911 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 911 Bytes

TestingWithSeleniumPython

Test repository using Python end Selenium in testing process of the S/W web development.

About this repo

This repo was created for education purposes on Selenium using Python course. The educational source is a Udemy course

Installation

  1. Install Python
  2. Install Selenium
  3. Install PyCharm IDE
  4. Start a new blank project in PyCharm IDE and configure the interpreter in a such was so that to execute python.exe from the Python's installation folder
  5. In PyCharm IDE import the Selenium package