[wtr-general] Watitr scripts TO windows smart Client

2009-08-17 Thread bharadwaj
Hi Friends, we have developed nearly around 200 watir scripts for a web applicaiton. We are migratign the webappliaiton to a .Net smart client application. is there any automation soultion for.net smartclinet applications? If so can I convert the existing scripts. Any suggestions? Thanks

[wtr-general] How to delete cookies in Firefox through firewatir script?

2009-08-17 Thread Maumita
Hi, How to delete cookies in Firefox through firewatir script? Thanks Maumita --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to watir-general@googlegroups.com

[wtr-general] Re: How to delete cookies in Firefox through firewatir script?

2009-08-17 Thread Raveendran P
Hi Mita, Hope this code helps you.. require 'fileutils' dir= C:\\Documents and Settings\\raveendran\\Cookies FileUtils.rm_rf dir Thanks On Mon, Aug 17, 2009 at 4:04 PM, Maumita maumita.majum...@gmail.com wrote: Hi, How to delete cookies in Firefox through firewatir script? Thanks

[wtr-general] Re: How to delete cookies in Firefox through firewatir script?

2009-08-17 Thread Angrez Singh
As of now there is no method/way to remove the cookies using Firewatir. If you want that you can open a new JIRA ticket for that. Thanks, Angrez On Mon, Aug 17, 2009 at 4:25 PM, Raveendran P jazzezr...@gmail.com wrote: Hi Mita, Hope this code helps you.. require 'fileutils' dir=

[wtr-general] Is there anyway to wait until all images of a page is not loaded properly.

2009-08-17 Thread Maumita
Hi, I have written a script to capture the page download time. The page has different shopping item images along with their price details. The script capture the time and stops when the page layout (page framework) is loaded completely .It doesn't include the images of all the shopping items.

[wtr-general] what to added as a control class in getHandleOFControl(hwnd,control class,position)

2009-08-17 Thread supriya
hi i am trying to access a authentication window dialog box..m able to get handle of button using its text but unable to enter anything in userid and password boxes,.as m not having their handles..please help me ..what to add as control class for combo box and textbox in

[wtr-general] How can i click CTRL key + Link in Watir

2009-08-17 Thread Bhavesh
Hi , I have to click CTRL key + link using watir. Is anybody know how to do it? Actually i can tmodify any setting in IE, os i have to press CTRL key manually and then link to open an link. But for automation, i have to do it using WATIR Any help is appreciated. Bhavesh

[wtr-general] Re: how to click link with CTRL key pressed in watir?

2009-08-17 Thread Dylan
http://wtr.rubyforge.org/rdoc/classes/Watir/IE.html#M000256 -Dylan On Aug 16, 11:32 pm, Bhavesh bhavesh1_sha...@yahoo.com wrote: Actually  currently i press CTRL key manually and then the link, it gets opened. But while automating how can i do this? Plz dont suggest to remove pop-blocker

[wtr-general] Re: Is there anyway to wait until all images of a page is not loaded properly.

2009-08-17 Thread Dylan
Try something like: Water::Waiter.new(10).wait_until{$ie.image(:id,imgid).exist?} using one of the images. -Dylan On Aug 17, 7:18 am, Maumita maumita.majum...@gmail.com wrote: Hi, I have written a script to capture the page download time. The page has different shopping item images along

[wtr-general] Re: How can i click CTRL key + Link in Watir

2009-08-17 Thread Dylan
See my reply to your other message, and please only create one discussion per topic at a time, thanks. :) -Dylan On Aug 17, 12:05 am, Bhavesh bhavesh1_sha...@yahoo.com wrote: Hi , I have to click CTRL key + link using watir. Is anybody know how to do it? Actually i can tmodify any

[wtr-general] Watir Podcast #26: Alister Scott on Watir.com

2009-08-17 Thread Željko Filipin
Gregg and I talk with Alister about Watir.com: http://watirpodcast.com/26-alister-scott-on-watir-com/ Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post

[wtr-general] Re: How to get all links inside an object

2009-08-17 Thread Marlon
Hi George, Thanks! What if its a div? Marlon --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to watir-general@googlegroups.com Before posting, please read the

[wtr-general] Re: How to get all links inside an object

2009-08-17 Thread Wesley Chen
Why don't you try what you thought? Thanks. Wesley Chen. On Tue, Aug 18, 2009 at 11:17 AM, Marlon marlonmoja...@gmail.com wrote: Hi George, Thanks! What if its a div? Marlon --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[wtr-general] Re: How to get all links inside an object

2009-08-17 Thread Marlon
yup already tried it and it works great. thanks for your help --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to watir-general@googlegroups.com Before posting,