Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMatchett committed Oct 23, 2018
1 parent 9575a47 commit 242e9d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Selenium Sliders Library -by James


Small library for manipulating sliders by simply passing the amount you want to move the slider to using the Selenium Web Driver
Small library for manipulating sliders by simply passing the amount you want to move the slider to instead of having to continually calculate a pixel value, using the Selenium Web Driver

<br>

if you know that the incriment of the slider will be constant then simply pass them through the MoveSliderWithInfo Subroutine, This takes in the Max & Min values, Incriment, and the slider & selenium driver as arguments as well as the amount you want to move the slider to for assertion testing, use in a forloop with the data you have to assert against and save a heck-load of time :).

Expand Down

0 comments on commit 242e9d8

Please sign in to comment.