There’s a Slider element in the top right corner, does anybody know how to handle this kind of element, i didn’t see any in-built activity or Am i missing any activity. Can anybody help ??
you can handle them using Click, Hover, or Click and Drag with UI Automation activities. Use “Click Down” and “Click Up” with precise offsets or simulate keyboard arrows if the slider supports it.
If you found helpful, feel free to tick as a solution.
Happy Automation
Thanks, i have handled that using inject JS activity, Thanks by the way.
2 Likes
No out of the box way. You will have to spy all the selector and Ui element properties to make it work. Refer the video shared by @adi.mehare
1 Like