Forum Discussion
JDR2500
Frequent Contributor
Any chance MouseWheel works if you hover over the slider? In my experience it works for some sliders but not all of them.
If that doesn't work maybe as suggested there is some other native method buried in the Object Spy list.
pkudrys
3 months agoContributor
Hi, thanks for the suggestion. Sadly, mouse wheel does not work when the mouse is hovering above the slider. But it may eventually work form code, because there is a MouseWheel method available.
- rraghvani3 months agoChampion Level 3
Code example, on changing the value property of a slider control.
function Slider() { // https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_rangeslider var page = NameMapping.Sys.browser.Page("https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_rangeslider"); var slider = page.Panel("container").Panel("iframecontainer").Panel("iframe").Panel("iframewrapper").Frame("iframeResult").Panel(0).Slider("myRange"); slider.value = 21; }
Related Content
- 3 years ago
- 11 years ago
- 5 years ago
Recent Discussions
- 2 hours ago
- 3 days ago