How is it going;
I'm tring to use Karate UI to develop Web automated tests, but having some problem to work with a JS slider: enter image description here
That element work with a click and drag, where each place of the bar change the value to another amount;
I tryed to use '''value(element, "value")''', but when I use a delay to see what happened in the screen, it moved the bar, but the value dont change...so I cant proceed with the test.
Tried to use input as well, but it dont work as I need.
Someone with more experience on Karate could help?
Thanks