Skip to content

Commit 242e9d8

Browse files
Update README.md
1 parent 9575a47 commit 242e9d8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Selenium Sliders Library -by James
22

33

4-
Small library for manipulating sliders by simply passing the amount you want to move the slider to using the Selenium Web Driver
4+
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
5+
6+
<br>
57

68
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 :).
79

0 commit comments

Comments
 (0)