[Wtr-general] Need help on button that can only be activated by mouse

2005-09-06 Thread Kim P. Hoy
ie.button(:name,/save/).click could not cause the button to submit I tried to use AutoIt to click on the button, but that did not work neither t_s() returned name: save type: image id: value: Any help is greatly appreciated. Thank you --Kim ___ Wtr-ge

RE: [Wtr-general] Need help on button that can only beactivated by mouse

2005-09-06 Thread Kim P. Hoy
the button. I suspect it's being triggered by an event and you'll have to use ie.button(:name, /save/).fire_event('foo') At 08:29 PM 9/6/2005, Kim P. Hoy wrote: >ie.button(:name,/save/).click could not cause the button to submit >I tried to use AutoIt to click on th

RE: [Wtr-general] Need help on button that can onlybeactivated by mouse

2005-09-07 Thread Kim P. Hoy
#x27;t work. You could try ie.form(:action, "adm_sdrinfo.php").submit as an alternative. That should also work. Bret At 12:25 AM 9/7/2005, Kim P. Hoy wrote: >Thank you > >--Kim > >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] Beh