Re: [Wtr-general] any way to make IE.text_field.set optional?

2006-03-01 Thread Zeljko Filipin
This will also work (if you are passing nil or false when you do notwant to set text field). Just a bit shorter. def enter_text(arg1, arg2, arg3)@ie.text_field(:name, 'field1').set(arg1) if arg1@ie.text_field(:name, 'field2').set(arg2) if arg2@ie.text_field(:name,

[Wtr-general] How to click a button present on the pop up window..

2006-03-01 Thread Kiran Kumar..
Hi All, How to click a button present on the pop up window..please Can any one help me out. regards Kiran.. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: [Wtr-general] How to click a button present on the pop up window..

2006-03-01 Thread Matthew Musgrove
Hi Kiran, This has been answered before so I'll just link to the one I know of. http://rubyforge.org/pipermail/wtr-general/2005-September/003573.html HTH, Matt Kiran Kumar.. wrote: Hi All, How to click a button present on the pop up window..please Can any one help me out. regards Kiran..