[Wtr-general] Can we display images using puts

2007-06-20 Thread sapna
Hi, Can we display images in the output using puts? Regards Sapna ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

[Wtr-general] display errors without exiting the script?

2007-06-20 Thread mihai
i have a link in $ie wich opens me a new window i attach that window to a variable $ie1 like that: $ie1=IE.attach(:title, /bla bla bla/) and i must verify if that window really exist or not how do i do that because if that window exist is ok, but if is not exist the script is interrupted and

Re: [Wtr-general] Load Error

2007-06-20 Thread Max Russell
The load error turned out to be due to the line Require 'rubygems' becoming explicit rather than implicit. Max Russell Test Analyst INPS ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] display errors without exiting the script?

2007-06-20 Thread Angrez Singh
Hi, Try this: begin $ie1=IE.attach(:title, /bla bla bla/) rescue Watir::Exception::NoMatchingWindowFoundException [ do what you want to do in case you don't find the matching window] end Hope this helps. - Angrez On 6/20/07, mihai [EMAIL PROTECTED] wrote: i have a link in $ie wich

Re: [Wtr-general] WYSIWYG editor inside iframe - entire new

2007-06-20 Thread Jason
... problem is, I don't seem to have a div tag anywhere in sight. All I've got inside the iframe is another html instance, and inside the body of that, nothing but a br tag. ___ Wtr-general mailing list Wtr-general@rubyforge.org

Re: [Wtr-general] Can we display images using puts

2007-06-20 Thread Ċ½eljko Filipin
Sapna, puts displays text, not images. Do you need to display image properties? Something like this should work. puts ie.image(:how, what).src Zeljko ___ Wtr-general mailing list Wtr-general@rubyforge.org

Re: [Wtr-general] iterate thru forum

2007-06-20 Thread Charley Baker
Hard to tell without seeing an html snippet of what you're trying to test. Now that you have the table, I assume you want to iterate through rows. table.rows.each do |row| do something with the row end -Charley On 6/18/07, B Smith [EMAIL PROTECTED] wrote: I got this far on my own table

Re: [Wtr-general] Watir no longer always waits for all frames to load

2007-06-20 Thread Brown, David
Bret, I've filed the issue in Jira as low priority. The ticket# is: WTR-165 Thanks for your help. -David ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

[Wtr-general] Where to find watir classes and their methods

2007-06-20 Thread maung aung
I am new to ruby and watir. Can any one direct me where I can get more info about watir classes and their methods? Especially related to ie class and its methods. I have been to this site http://wtr.rubyforge.org/rdoc/index.html, but seems like it doesn't contain most updated methods. Or did i

[Wtr-general] Can you tell me where can download reporter package?

2007-06-20 Thread jieke
I expect get the test report too,but I don't know where can download the reporter package.Can you give me a address where can download the reporter package .Thanks a lot! ___ Wtr-general mailing list Wtr-general@rubyforge.org

Re: [Wtr-general] Where to find watir classes and their methods

2007-06-20 Thread Bret Pettichord
maung aung wrote: I am new to ruby and watir. Can any one direct me where I can get more info about watir classes and their methods? Especially related to ie class and its methods. I have been to this site http://wtr.rubyforge.org/rdoc/index.html, but seems like it doesn't contain most