public void DragSliderTest()
 {
     IWebDriver driver = null; // TODO: Initialize to an appropriate value
     VehicleSelector target = new VehicleSelector(driver); // TODO: Initialize to an appropriate value
     target.DragSlider();
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }