[wtr-general] Re: Need help about startClicker

2009-11-01 Thread Bindhu
Thanks Ravindran for ur reply Hi zakir , I have tried even Autoit. It is handling the popup even it appears but not continuing with the remaining code. I want my rudbu script to search for the specified popup if it exists. If it exists handle it and then continue with the remaining code. If

[wtr-general] Re: Need help about startClicker

2009-10-29 Thread Bindhu
Hi Raveendran, Thanks a lot for ur reply. If popup does not appear also it is returning 'true'. if ouput ='true' puts pop up startClicker( OK ) else puts no popup sleep(5) $ie = Watir::IE.find(:url,/search.do/) $ie = Watir::IE.find(:url,/secure/)

[wtr-general] Re: Need help about startClicker

2009-10-29 Thread Raveendran P
Hi Bindhu, Try with this change if ouput == true else end 1. Replace = to ==. 2.Replace 'true' to true -- it returns true -- it is not a string Awaiting your reply On Thu, Oct 29, 2009 at 12:20 PM, Bindhu udayarekha2...@gmail.com wrote: Hi Raveendran, Thanks a lot for ur reply. If

[wtr-general] Re: Need help about startClicker

2009-10-29 Thread Bindhu
Hi Raveendran, It is still returning true even though popup does not appear. The below is the code: if ouput == true puts pop up startClicker( OK ) else puts no popup $ie = Watir::IE.find(:url,/search.do/) sleep(5) $ie.frame(:name, mainFrame).button(:id,submitBtn).click

[wtr-general] Re: Need help about startClicker

2009-10-29 Thread Raveendran P
Hi Bindhu, Its Strange ! There is not possible to return true but it occurs now. Let us wait for Zeljko's update. Thanks On Thu, Oct 29, 2009 at 12:39 PM, Bindhu udayarekha2...@gmail.com wrote: Hi Raveendran, It is still returning true even though popup does not appear. The below is

[wtr-general] Re: Need help about startClicker

2009-10-29 Thread Bindhu
Hi Ravenedraan, I guess why it is returning true. The title of the popup is Microsoft Internet Explorer.So I said window_name_opened('Microsoft Internet Explorer'). IE window which is opend to execute my application has title Microsoft Internet Explorer. That is reason why it is returning true

[wtr-general] Re: Need help about startClicker

2009-10-29 Thread zakir hussain
Hi Bindhu, Why not try with auto it to handle pop-ups. Refer to the links given below http://wiki.openqa.org/display/WTR/JavaScript+Pop+Ups http://wiki.openqa.org/display/WTR/Pop+Ups%20http://wiki.openqa.org/display/WTR/Pop+Ups - zakir On Thu, Oct 29, 2009 at 12:58 PM, Bindhu

[wtr-general] Re: Need help about startClicker

2009-10-29 Thread Raveendran P
Hi Bin, Your guess is correct. But I am finding(trying to find) the alternative way for this. thanks On Thu, Oct 29, 2009 at 12:58 PM, Bindhu udayarekha2...@gmail.com wrote: Hi Ravenedraan, I guess why it is returning true. The title of the popup is Microsoft Internet Explorer.So I said

[wtr-general] Re: Need help about startClicker

2009-10-28 Thread Bindhu
Hi Zeljko, I am really sorry that I have not clearly described what exactly I want to do in my previous query. There is popup with warning message will appear, if we try to create the customer with the existing customer details. I wanted to click OK to continue with remaning functionality. I am

[wtr-general] Re: Need help about startClicker

2009-10-28 Thread Raveendran P
Hi Bindhu, Sorry for interrupt but may be this will help to solve ur problem. Try with this article -- http:// goog_1256773908603bit.ly/3TbxYr http://bit.ly/3TbxYr and Replace the window name notepad' to your pop-up window name. Thanks On Thu, Oct 29, 2009 at 11:06 AM, Bindhu

[wtr-general] Re: Need help about startClicker

2009-10-21 Thread Željko Filipin
On Wed, Oct 21, 2009 at 6:37 AM, Bindhu udayarekha2...@gmail.com wrote: I need to skip the pop up when ever it appear. And the problem is? Have you read this? http://wiki.openqa.org/display/WTR/Pop+Ups Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~