[wtr-general] Re: getting error while running watir script on firefox 3.0.11

2009-07-08 Thread Angrez Singh
Just to make sure, when you try running the scripts you get the error that you mentioned in your mail. After that does firefox opens up or nothing happens. Also, can you try running the Firefox executable with -jssh option from run command as suggested by Kiran and let us know the results -

[wtr-general] Re: How to handle popups in fireWatir

2009-07-08 Thread Angrez Singh
Can you post the HTML code as well? On Wed, Jul 8, 2009 at 10:22 AM, Rinku Garg rinkugar...@gmail.com wrote: Hi Angrej, I had tried with following code: browser.startClicker(ok, 1, '', This is the text in the popup) browser.button(:name,submit).click But this code is not working in

[wtr-general] Re: Dealing with font, table and triggering Javascript

2009-07-08 Thread Željko Filipin
On Tue, Jul 7, 2009 at 7:52 PM, Dylan mej...@gmail.com wrote: I've even copied the exact html and ruby code given in the What to do for elements not having class in Watir? section, and I still get nil returned. I think you have to have newer version of rexml (3.1.6) than the one shipped with

[wtr-general] Re: Wait for frame to load

2009-07-08 Thread Željko Filipin
On Tue, Jul 7, 2009 at 6:14 PM, Ray rayjh...@gmail.com wrote: Is there anyway to tell watir to wait for a frame to load? Did you read this? http://wiki.openqa.org/display/WTR/How+to+wait+with+Watir Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ You

[wtr-general] Watir as Web Crawler

2009-07-08 Thread Ravinder Singroha
Hi All Is any body use Watir as Web Crawler ever ? Waiting for some positive response :) Thx Ravinder Singroha --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email

[wtr-general] Re: How to handle popups in fireWatir

2009-07-08 Thread Angrez Singh
The code is working fine. Actually in Firewatir if you are dealing with Alert/Confirm dialogs they will not show up (it is by design to make in platform independent) but the action on buttons will be performed correctly. So if on OK click you change the text of the text box you'll see the change.

[wtr-general] Re: getting error while running watir script on firefox 3.0.11

2009-07-08 Thread aparna
Hi, when i tried running the script through command prompt, firefox home page is getting opened but the url mentioned in the script is not being taken by the firefox. Immediately after firefox home page getting opened, am getting the error which i have mentioned earlier. The same is the case

[wtr-general] Re: Watir as Web Crawler

2009-07-08 Thread Raveendran P
Yes. I have user watir as a Web Crawler. On Wed, Jul 8, 2009 at 2:25 PM, Ravinder Singroha ravindersingr...@gmail.com wrote: Hi All Is any body use Watir as Web Crawler ever ? Waiting for some positive response :) Thx Ravinder Singroha -- Regards, P.Raveendran

[wtr-general] Re: Watir as Web Crawler

2009-07-08 Thread Ravinder Singroha
Hi Raveendran is there any possibility that you can share that code with me. Thanks Ravinder Singroha On Jul 8, 4:08 pm, Raveendran P raveend...@railsfactory.org wrote: Yes. I have user watir as a Web Crawler. On Wed, Jul 8, 2009 at 2:25 PM, Ravinder Singroha ravindersingr...@gmail.com

[wtr-general] Does watir support spring based application

2009-07-08 Thread rrash586
Hi All Actually i have to evaluate the web application which is based on Spring technology.. Does Watir identify all the object (like text_field, button,,link,label,radio button,check box,combo box,list box etc,.)of web apps which is based on spring technology. and also let me

[wtr-general] Re: Does watir support spring based application

2009-07-08 Thread Željko Filipin
On Wed, Jul 8, 2009 at 1:53 PM, rrash586 rrash...@gmail.com wrote: Actually i have to evaluate the web application which is based on Spring technology. From watir.com: Watir is a family of Ruby libraries but it supports your app no matter what technology it is developed in. I would recommend

[wtr-general] Re: @browser.close is not working in Firewatir

2009-07-08 Thread Angrez Singh
Thanks for the info chethan, I was able to reproduce the issue here. Fixed the code will be there in next release - Angrez On Wed, Jul 8, 2009 at 2:57 PM, Chethan chethan2...@gmail.com wrote: Here is the simple script which i used require 'firewatir' include FireWatir ff=Firefox.new

[wtr-general] Re: getting error while running watir script on firefox 3.0.11

2009-07-08 Thread Angrez Singh
just try this: Start - Run - [firefox installation directory]\firefox.exe -jssh Now open command prompt and type telnet localhost 9997 Let me know the results. - Angrez On Wed, Jul 8, 2009 at 3:57 PM, aparna aparna.m...@gmail.com wrote: Hi, when i tried running the script through command

[wtr-general] Re: Watir as Web Crawler

2009-07-08 Thread Raveendran P
Hi Sindroha, Yes. I can share my codes. today my shift time closed. I will be avilable tomoroow. ill catch u tomorrow. ping me at jazzezr...@gmail.com On Wed, Jul 8, 2009 at 4:50 PM, Ravinder Singroha ravindersingr...@gmail.com wrote: Hi Raveendran is there any possibility that you can

[wtr-general] Vikas Rattan Goyal has applied for The Great Driving Challenge- Needs your vote

2009-07-08 Thread Vikas Rattan Goyal
Hi watir-general@googlegroups.com Dear Friend It has been really long, i have been in touch. I am taking part in this driving challenge along with my partner. Please vote for our couple and do write a testimonial. Please give one vote of urs and try at least two more votes from ur buddies.

[wtr-general] Re: send attachments from outlook

2009-07-08 Thread Željko Filipin
On Wed, Jul 8, 2009 at 2:28 PM, khaja shaik khaja.sh...@gmail.com wrote: can anybody help me how to send a attachment using watir (i have to send using outllook) Watir can only drive browsers (Internet Explorer, Firefox...). You will have to use another tool to automate Outlook. Željko --

[wtr-general] Using watir can we check performance of an application

2009-07-08 Thread Maumita
Hi, I am new in watir. I want to know can I do load testing using watir. My scenario is : I want to hit my web application using 100 users at the same time. We are developing a shopping site where our aim is to check the performance of the site, when 100 users hit the url at the same time and do

[wtr-general] Re: Using watir can we check performance of an application

2009-07-08 Thread marekj
I use Watir IE with threads but at 25 browsers it's about max on a 2 gig memory machine. marekj Watirloo: Semantic Page Objects in UseCases http://github.com/marekj/watirloo/ On Wed, Jul 8, 2009 at 9:01 AM, Maumitamaumita.majum...@gmail.com wrote: Hi, I am new in watir. I want to know

[wtr-general] Re: include? text with special characters

2009-07-08 Thread Peace
Thank you all for your detailed responses. First of all, I don't get the Cp1252 error anymore. I could have gotten it before because I did some cut and paste. Thanks George for how to resolve the line breaks. All is working fine now. --~--~-~--~~~---~--~~ You

[wtr-general] Re: getting error while running watir script on firefox 3.0.11

2009-07-08 Thread Angrez Singh
telnet is not enabled by default in vista, I think that may be the cause of the problem. Can you try enabling telnet using the steps described here: http://www.gohacking.com/2008/09/how-to-enable-telnet-command-in-vista.html After that repeat what I said in my last email and let me know the

[wtr-general] Re: Firefox 3.5 compatible with FireWatir?

2009-07-08 Thread Angrez Singh
The think is this the XPI that is generated can be installed only on Firefox 1.x as the format in which it is generated works only on that version. From version 2.x the format of the XPI has changed. You can try the following solution: 1. Unpack the XPI that works with Firefox 3.0.x and the newly

[wtr-general] click extjs tabs

2009-07-08 Thread Alan Baird
All - I know a lot of you have been trying to get the tabs example in EXTJS to work. At long last I have a solution. It seems that EXTJS checks to ensure that the mousedown is a left mousedown (see http://extjs.com/forum/showthread.php?t=56916). Other than being extremely annoying, Watir

[wtr-general] Re: Dealing with font, table and triggering Javascript

2009-07-08 Thread Dylan
I have version REXML 3.1.7.2 installed. I have managed to find a workaround now (Adding the font tag to watir) that probably works better than an xpath would, in fact, but from what I've seen very few people have gotten xpaths to work with watir (at least the element_by_xpath part) in the first

[wtr-general] Re: Issue with Select List

2009-07-08 Thread Powerglide
Hi, Did you try issuing onblur or onchange ie.select_list(:name,ABC).select(value) ie.select_list(:name,ABC).fire_event(onblur) # if this does'nt work then try ie.select_list(:name,ABC).fire_event(onchange) Regards, Bhaskar On Jul 7, 11:10 pm, Ravinder Singroha

[wtr-general] Re: send attachments from outlook

2009-07-08 Thread Powerglide
Hey khaja, You can't use watir to send mails.but you can use net/smtp to do so. I have given a sample code which will use smtp to send emails, but this will not send attachments,( you need to tweak the message type etc i guess.) require 'net/smtp' myMessage = MYMESSAGE

[wtr-general] Re: Do you know how to make text box writable on the go.

2009-07-08 Thread Jared
You shouldn't be able to change the value using the browser. You *might* be able to set it directly, or enable the field, by accessing the DOM object, but I'm not sure. Without digging in the DOM, the simplest way is probably to use BurpProxy to make the field(s) writable -

[wtr-general] Re: Using watir can we check performance of an application

2009-07-08 Thread takanobu watanabe
Why don't you try to use Jmeter ? http://jakarta.apache.org/jmeter/ Hope it help. tknv/ On Thu, Jul 9, 2009 at 12:18 AM, marekjmarekj@gmail.com wrote: I use Watir IE with threads but at 25 browsers it's about max on a 2 gig memory machine. marekj Watirloo: Semantic Page Objects in

[wtr-general] Re: send attachments from outlook

2009-07-08 Thread Chethan
Hi, Check this Mailfactory stuff its cool works fine go through this link for further details http://mailfactory.rubyforge.org/ Here you can down load the mailfactory gem http://rubyforge.org/projects/mailfactory/ Regards, Chethan --~--~-~--~~~---~--~~ You

[wtr-general] Re: getting error while running watir script on firefox 3.0.11

2009-07-08 Thread kiran
Hi, Yes.This will solve your problem. Thanks kiran. On Jul 8, 10:50 pm, Angrez Singh ang...@gmail.com wrote: telnet is not enabled by default in vista, I think that may be the cause of the problem. Can you try enabling telnet using the steps described

[wtr-general] Re: getting error while running watir script on firefox 3.0.11

2009-07-08 Thread aparna
Hi Angrez, I have enabled the telnet by following the steps given in the link and then typed telnet localhost 9997 on command prompt. Now am getting an error connecting to localhost...could not open connection to the host, on port 9997: connect failed Thanks, Aparna On Jul 8, 10:50 pm, Angrez