Re: [wtr-general] How to set a style value for a div/class

2009-12-02 Thread Željko Filipin
On Tue, Dec 1, 2009 at 10:26 PM, QAguy wrote: > > > I need to set the style value above to a value greater than 0px. Watir is _just_ a browser driver. That means it drives the browser like a real user would. How would you do it manually? Željko -- watir.com - community manager watirpodcast.com

[wtr-general] How to set a style value for a div/class

2009-12-01 Thread QAguy
I have the following code: I need to set the style value above to a value greater than 0px. Doing this will invoke a JS function that will do a needed calculation and activate a submit button on the page. But I'm not sure how to do this. I have checked the watir wiki and the discussion group b