[wtr-general] Re: Why this autoit code is not working? its doing send keys in the browser URL address area instead of in the text_field area.

2009-05-15 Thread al3kc
Do you use IE7? try to click anywhere in browser page. It will move focus from URL field to the browser page. and the run your autoit code --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post

[wtr-general] Re: Why this autoit code is not working? its doing send keys in the browser URL address area instead of in the text_field area.

2009-05-14 Thread satish
Can some one help me on this? Thanks Satish. On May 13, 4:26 pm, satish spanchumar...@gmail.com wrote: text_field is on the browser it self. No popups involved here. Thanks Satish. On May 13, 4:21 pm, Anu Gangavaram anuwri...@gmail.com wrote: where is the text field, on the browser

[wtr-general] Re: Why this autoit code is not working? its doing send keys in the browser URL address area instead of in the text_field area.

2009-05-14 Thread satish
Can some one help me on this? Satish. On May 14, 8:20 am, satish spanchumar...@gmail.com wrote: Can some one help me on this? Thanks Satish. On May 13, 4:26 pm, satish spanchumar...@gmail.com wrote: text_field is on the browser it self. No popups involved here. Thanks Satish.

[wtr-general] Re: Why this autoit code is not working? its doing send keys in the browser URL address area instead of in the text_field area.

2009-05-14 Thread kiran
Hi sathish, Try to use fire_event actions on the text_field. I think it would help you. It is something like this ie.text_field().fire_event(OnClick) see the source code. Thanks, kiran. On May 14, 7:50 pm, satish spanchumar...@gmail.com wrote: Can some one help me on this? Satish. On May

[wtr-general] Re: Why this autoit code is not working? its doing send keys in the browser URL address area instead of in the text_field area.

2009-05-14 Thread satish
I tried following. That did not help either. For some reason its starting typing from at the end of the Phone MASK. (___) ___- ie.text_field(:id, ctl00_contentChildWindow_secUserDetails_subsecUserInfo_txtPhoneNumber_txtMaskTextBox_I).fire_event ('onblur') ie.text_field(:id,

[wtr-general] Re: Why this autoit code is not working? its doing send keys in the browser URL address area instead of in the text_field area.

2009-05-14 Thread satish
Here is HTML code.. == Active Element: [INPUT], Index: [536] INPUT class=dxeEditArea onkeypress=aspxEKeyPress ('ctl00_contentChildWindow_secUserDetails_subsecUserInfo_txtPhoneNumber_txt­ MaskTextBox', event)

[wtr-general] Re: Why this autoit code is not working? its doing send keys in the browser URL address area instead of in the text_field area.

2009-05-13 Thread Anu Gangavaram
where is the text field, on the browser or the windows popup? It the textfield is on the popup, you are using the browser object to focus. You should use AutoIt instead. On Wed, May 13, 2009 at 4:10 PM, satish spanchumar...@gmail.com wrote: I think I did focus on to text_field using following

[wtr-general] Re: Why this autoit code is not working? its doing send keys in the browser URL address area instead of in the text_field area.

2009-05-13 Thread satish
text_field is on the browser it self. No popups involved here. Thanks Satish. On May 13, 4:21 pm, Anu Gangavaram anuwri...@gmail.com wrote: where is the text field, on the browser or the windows popup?  It the textfield is on the popup, you are using the browser object to focus. You should