Month: <span>February 2013</span>

Slide-bar and slide action using Webdriver

Some websites do have slider elements like you can see in some travel websites like given below. this moment is possible using mouse event and concept would be very much similar to the old article on the mouse event. I will take a simple example of working code with dummy data inside so you can pass your input and see this working. Here is a detailed explanation: You need to keep few things in mind: Slider bar size may or may not vary based on browser size. You may need to slide either by the number of pixels or percentage of …