分度器は初めてで、分度器を使用してスライダーをテストしようとしています。私が見つけた:
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>