[wtr-general] Running Watir in silent mode

2010-04-22 Thread gmile
I wonder if it's possible to run Watir in silent mode, i.e. not running the browser. I'm also interested whether it's possible to do the same in FireWatir. The point is that I want to run my Watir script remotely, and I don't want to fire up a browser instance there. I've googled for a while but

[wtr-general] Enabling button in FireWatir

2010-05-18 Thread gmile
I'm trying to enable the button manually. How do I do that? I'd thought there's something as the following methods: — b.button(:value, MyButton).enable — b.button(:value, MyButton).set(:enabled, true) By there's no such methods. So is it possible to enable the button via Watir at all? --

[wtr-general] Re: Enabling button in FireWatir

2010-05-18 Thread gmile
What I'm actually trying to accomplish is to enable the button during the test (that's what I meant saying 'manually'). Is it possible? On May 18, 1:05 pm, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Tue, May 18, 2010 at 11:57 AM, gmile iamex...@gmail.com wrote: So is it possible