[wtr-general] Re: Extension for testing flash applications with Watir

2008-12-21 Thread sai
You must be able to test any kind of flash application with it as long as you are able to expose the method you want to test on the flash using ExternalInterface. I have tested a flex application which I wrote. You can give it a try. If you have any questions or get into some problem please let m

[wtr-general] Re: Problem installing safariwatir on OS X version 10.5.5

2008-12-21 Thread Margam
Hello, Everything works fine now. I had to download and install the Xcode tool. Then SafariWatir installed fine. Thank you for the hint. Margam On Dec 19, 1:15 pm, Margam wrote: > Hello, > I am very new for Mac machines, and this is a loan machine. So I do > not have any install Cds. > I went t

[wtr-general] How to close safari popups using safariwatir?

2008-12-21 Thread Margam
Hello, I know this is a Safariwatir question, but was wondering if anyone in this group can help. I have posted this in the Safariwatir group also, but waiting for an reply. How to close Safari windows popups? Environment: Mac OS X 10.5.5 browser used is Safari. Steps: When I click on a link, a

[wtr-general] Re: Capturing data within an xml

2008-12-21 Thread winstan
Hello Again, After playing around with rexml with some of the URL’s provided in this thread and other sites I have found I have established that you are in fact correct and that rexml would be the way to go. However, I am still making requests and receiving responses to and from the WS via the UI

[wtr-general] Does Firewatir 1.6.2 version support multiple browser?

2008-12-21 Thread Wilson Xu
Hi guys, Is there anyone know how to support multiple browser in the Firewatir 1.6.2? Wilson Xu --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to watir-gener

[wtr-general] Re: Does Firewatir 1.6.2 version support multiple browser?

2008-12-21 Thread sai
I am not sure about watir 1.6.2 but there was a patch to run jssh on different ports and use that to run firewatir tests parallel. Please check this out http://coderrr.wordpress.com/2007/10/15/patch-to-firewatir-and-jssh-to-support-testing-with-multiple-concurrent-firefox-browsers/ Regards, Sai

[wtr-general] Re: Capturing data within an xml

2008-12-21 Thread Richard Lawrence
My guess at what's going on is that View Source gives you the source XML, but IE#html gives you the XML transformed into HTML for pretty viewing in the browser. Not sure how you get at the untransformed XML with Watir. Perhaps someone knows of a way to get IE not to transform the XML (or to replac

[wtr-general] Re: Does Firewatir 1.6.2 version support multiple browser?

2008-12-21 Thread Wilson Xu
Thank you for your information, Sai. I knew that, and it was working on firewatir 1.1.1 version, I used this version before. But, now I wanna upgrade my old environment to the 1.6.2 version, meet this issue, I will keep on researching it. Wilson Xu On Dec 22, 1:05 pm, sai wrote: > I am not su

[wtr-general] getting error while executing

2008-12-21 Thread Parul Upadhyay
Hi all, I've install ruby 1.8.2 and watir 1.5.3. Now I'm getting this error,can anyone help me. irb(main):001:0> require rubygems NameError: undefined local variable or method `rubygems' for main:Object from (irb):1 irb(main):002:0> require 'rubygems' => false irb(main):003:0>

[wtr-general] Re: getting error while executing

2008-12-21 Thread Wilson Xu
According to the error message ("em::LoadError: Could not find RubyGem win32-process (>= 0.5.1) "), you need to install win32-process (version number is >= 0.5.1) first. I don't why you need to install 1.8.2, I also met this issue when I wanna use this special version to resolve module dialog box

[wtr-general] Re: Does Firewatir 1.6.2 version support multiple browser?

2008-12-21 Thread Wilson Xu
Refer to http://coderrr.wordpress.com/2007/10/15/patch-to-firewatir-and-jssh-to-support-testing-with-multiple-concurrent-firefox-browsers/ website information, I have modified the source code of firewatir 1.6.2 version, it works very well. Wilson Xu On Dec 22, 1:53 pm, Wilson Xu wrote: > Thank