Skip to content

Commit

Permalink
Updating Readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
Qxf2-blr committed Dec 25, 2018
1 parent 54bc299 commit 4a9a350
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
--------
Learn Selenium using examples for beginners
--------
Selenium lets you control the browser through a script. Selenium lets you interact with browsers in a manner similar to real users interacting with browsers. We present small code samples that help you learn selenium from scratch using Python.

There are example code for some of the most commonly performed actions on a webpage like navigating to a URL, fill in the text, click buttons, hover over elements, choose drop downs, validate text, etc.
Selenium lets you control the browser through a script. Selenium lets you interact with browsers in a manner similar to real users interacting with browsers. We present small code samples that help you learn selenium from scratch using Python. These are example code for some of the most commonly performed actions on a webpage like navigating to a URL, fill in the text, click buttons, hover over elements, choose drop downs, validate text, etc.

--------
Motivation for creating this repository
Expand All @@ -27,7 +25,7 @@ d. Install Selenium (pip install Selenium)

e. Download Geckodriver (https://github.com/mozilla/geckodriver/releases) and add it to your PATH environment variable

f. Open command prompt, navigate to the folder you have downloaded the repo and run the test using command eg: *python 01_Navigate_Url.py*
f. Open command prompt, navigate to the folder you have downloaded the repo and run the example code using command eg: *python 01_Navigate_Url.py*

Pro tip: Once you are setup, try your best to timebox each exercise to no more than 10-minutes. We recommend this tip for even rank beginners who know nearly nothing about Selenium and Python!

Expand Down

0 comments on commit 4a9a350

Please sign in to comment.