Hello Telerik,
I am attempting to automate an HtmlInputNumber control. Can you please provide a working example of how this control can be automated?
My company appears to be using the HtmlInputNumer control in this fashion:
1. 'Step up' (clicking up arrow in textbox UI) to a certain number
2. This 'step up' action once clicked, enables another button on the page.
However, when I create the control using Telerik and attempt to use the HtmlInputNumberControl.StepUp(5) method - it only inputs the number, it doesn't enable any controls. So it appears that the step up control is not behaving as if it would truly behave in the UI.
Thoughts?
Lauren