量角器非常新,并尝试使用量角器测试滑块。我发现:
ptor.actions().dragAndDrop(slider.find(), {x:100, y:0}).perform()
应该做的工作。但它对我的代码没有帮助,有人可以在这里提出一些建议吗?
HTML 代码片段:
<input ng-model="sliderValue" type="text" id="slider" slider="" options="sliderOptions" class="ng-pristine ng-untouched ng-valid ng-isolate-scope ng-hide" value="60">
<div class="jslider-pointer" style="left: 100%; background-color: rgb(3, 155, 229);"></div>