[wtr-general] Re: Slider Problem

2009-09-15 Thread Rajat Singhal
Hi AJ Can you please provide a solution for this ASAP Thanks Can y On Fri, Sep 11, 2009 at 10:45 AM, Rajat Singhal coolraja...@gmail.comwrote: Hi AJ It moves the slider but does not change the time\price value accordingly displayed above the slider . and results are not filtered on

[wtr-general] Re: Slider Problem

2009-09-15 Thread karim rayani
well, some javascript script even has not been triggered, you can ask the developer for the javascript event that is being invoked and invoke the same, as we know that in watir we can execute javascript statements as well. Regards, Karim Rayani On Tue, Sep 15, 2009 at 3:18 PM, Rajat Singhal

[wtr-general] Re: Slider Problem

2009-09-10 Thread Rajat Singhal
Hi AJ It moves the slider but does not change the time\price value accordingly displayed above the slider . and results are not filtered on changing style value of div. kindly do let me know how it is possible Thanks Rajat Singhal On Thu, Sep 3, 2009 at 4:03 PM, AJ ajithoffic...@gmail.com

[wtr-general] Re: Slider Problem

2009-09-03 Thread AJ
Hi Ravinder, You can automate it as shown below, sliderLeft = ie.div(:class = zpSliderButtonHorizontal, :index = 1) // U can identify each slider by providing an appropriate index. sliderLeft.style.value = 10 // Replace 10 with any value. It will move the slider accordingly -AJ