[wtr-general] Re: Problem with changing the slider position

2012-04-17 Thread Ankita Gupta
Thanks for the help I was able to do it via execute_script command On Apr 18, 3:27 am, Chuck van der Linden wrote: > I don't think we support a mousemove in Watir or Watir-webdriver. > Webdriver might support it however, so if you are using watir-webdriver you > could call directly down to the we

[wtr-general] Re: Problem with changing the slider position

2012-04-17 Thread Chuck van der Linden
I don't think we support a mousemove in Watir or Watir-webdriver. Webdriver might support it however, so if you are using watir-webdriver you could call directly down to the webdriver level to issue a mouse move Other alternatives might be 1) use RAutomation, which about a month ago added a m

[wtr-general] Re: Problem with changing the slider position

2012-04-16 Thread Ankita Gupta
I have asked the developer, he said I need to use MouseDown, then MouseMove and then MouseUp event in order to drag the slider It would be great help if you could provide me the syntax for using MouseMove command On Apr 17, 5:10 am, Chuck van der Linden wrote: > Your app may be using a different

[wtr-general] Re: Problem with changing the slider position

2012-04-16 Thread Chuck van der Linden
Your app may be using a different control. Ask your developer how yours works and how it could be automated, does it accept keyboard input? can you directly change some property of the slider to fool it into thinking it has moved, is there a way to directly enter the value you want it to point

[wtr-general] Re: Problem with changing the slider position

2012-04-15 Thread Ankita Gupta
Thanks for your reply Chuck.. I already checked this solution before posting the query here, but some how it doesn't work with my code. On Apr 14, 6:31 am, Chuck van der Linden wrote: > We had a similar problem to this show up a few months back in stack > overflow.. > > See if the answer to this

[wtr-general] Re: Problem with changing the slider position

2012-04-13 Thread Chuck van der Linden
We had a similar problem to this show up a few months back in stack overflow.. See if the answer to this question works for you http://stackoverflow.com/q/8151911/409820 On Thursday, April 12, 2012 11:14:51 PM UTC-7, Ankita Gupta wrote: > > Hi > > I have a slider in my application which ran