[wtr-general] Re: ie.modal_dialog(:title, 'Tile') problem

2009-11-03 Thread david
@ie.modal_dialog.title() gives me the correct title of the modal dialog box when I run it from IRB I am using IE7 David On Nov 2, 2:16 pm, Bret Pettichord b...@pettichord.com wrote: I did a little research on this issue. There does appear to be a bug using this code with IE8 -- the title

[wtr-general] Re: How to get html meta details

2009-11-03 Thread Raveendran P
Hi Marlon, welcome ... ! On Tue, Nov 3, 2009 at 1:11 PM, Marlon marlonmoja...@gmail.com wrote: Hi Raveendran, I was able to get what I want. For now im going to use it. thanks lot for helping! marlon -- Regards, P.Raveendran http://raveendran.wordpress.com

[wtr-general] Re: How to get html meta details

2009-11-03 Thread Wesley Chen
But I can't access the URL: http://bit.ly/4mDHoJ How can I make it? Thanks. Wesley Chen. For life, the easier, the better. On Tue, Nov 3, 2009 at 4:42 PM, Raveendran P jazzezr...@gmail.com wrote: Hi Marlon, welcome ... ! On Tue, Nov 3, 2009 at 1:11 PM, Marlon marlonmoja...@gmail.com

[wtr-general] Re: How to get html meta details

2009-11-03 Thread Raveendran P
Hi Chen, The code in my blog follows ... code=’html head titletitle/title meta content=”title” name=”keywords”/ meta content=”text/html; charset=iso-8859-1″ http-equiv=”Content- Type”/’ puts content= code.scan(%r{content=”(.*?)”}im).flatten[0].to_s puts

[wtr-general] Play back option not working

2009-11-03 Thread muthukumaran thanaraj
Hi all, I have installed ruby ,then watir recorder++ for recording a project.I am aple to record the application , but when I click on play back option ,I am not getting the screen what I went across.The window opens only the temp wordpad.I don't have any clue what is happening ,why it is not

[wtr-general] Re: Play back option not working

2009-11-03 Thread Željko Filipin
On Tue, Nov 3, 2009 at 1:38 PM, muthukumaran thanaraj muthuvi2...@gmail.com wrote: why it is not playing back the recorded script. This is not watir recorder support group. Maybe somebody will know the answer, but you have greater chance of getting an answer if you post your question on watir

[wtr-general] Re: Watir gem tries to build against the win32 API on a mac

2009-11-03 Thread ravi pulipaka
try uninstalling watir,safariwatir and firewatir install only firewatir and safari watir and check if you had a gem named activerecord install it it worked for me so give it a shot On Fri, Oct 9, 2009 at 4:37 AM, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Fri, Oct 9, 2009 at 11:23

[wtr-general] Re: How to get html meta details

2009-11-03 Thread chandu.tennety
Marlon, Your original code works for me: {Content-Type=text/html; charset=iso-8859-1, keywords=title} Chandu On Nov 2, 10:51 pm, Marlon marlonmoja...@gmail.com wrote: I found the part of the solution herehttp://groups.google.com/group/watir-general/browse_thread/thread/566... it still did

[wtr-general] Re: Answering incomplete requests

2009-11-03 Thread Alan Baird
Bret/Z* - I will update the help page today. Alan On Nov 3, 2009 3:23 AM, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Tue, Nov 3, 2009 at 2:00 AM, b...@pettichord.com bpettich...@gmail.com wrote: I guess for now... I am afraid if we do not push it, that change will not happen. I

[wtr-general] Error when encountering SSL certificate message in IE8

2009-11-03 Thread Scott Ferguson
I've got my site running on XAMPP locally for testing and obviously don't have a valid SSL certificate for XAMPP. Whenever IE encounters the There is a problem with this website's certificate screen, Watir dumps out the message: c:/Ruby/lib/ruby/gems/1.8/gems/watir-1.6.2/lib/watir/ie-class.rb:

[wtr-general] Slightly OT: using two ie objects for execScript

2009-11-03 Thread aidy lewis
Hi, Does anyone know why I need to use two ie objects here? http://pastie.org/681645 http://pastie.org/681647 Aidy --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send

[wtr-general] Re: FireWatir broken on OSX 10.6.1 Snow Leopard

2009-11-03 Thread Charley Baker
Hey Chris, This has been fixed in the latest release candidate 1.6.5.rc2, the change was calling firefox-bin to start it up instead of the firefox shell script. http://github.com/bret/watir/commit/3c3a130b2e8f48a1d1e0c5ceab4f44f6bf4a146c If you want to give 1.6.5.rc2 a try, here are the gems

[wtr-general] Re: FireWatir broken on OSX 10.6.1 Snow Leopard

2009-11-03 Thread Chris
awesome, thank you On Nov 3, 8:51 am, Charley Baker charley.ba...@gmail.com wrote: Hey Chris,   This has been fixed in the latest release candidate 1.6.5.rc2, the change was calling firefox-bin to start it up instead of the firefox shell

[wtr-general] Re: Answering incomplete requests

2009-11-03 Thread Bret Pettichord
Željko Filipin wrote: On Tue, Nov 3, 2009 at 2:00 AM, b...@pettichord.com mailto:b...@pettichord.com bpettich...@gmail.com mailto:bpettich...@gmail.com wrote: I guess for now, I would say that people should be told that they can post questions in either location. There are very few

[wtr-general] Re: Answering incomplete requests

2009-11-03 Thread Željko Filipin
On Tue, Nov 3, 2009 at 5:24 PM, Bret Pettichord b...@pettichord.com wrote: If you personally think it is better and would prefer using it, you can tell people that that is the best way to get an answer from you. Stack Overflow is to this group like Git is to trying to remember what you have

[wtr-general] Table row

2009-11-03 Thread Abhay
Hi All, I have a web page which contains many tables, none of the table has any distinguishing properties, No name, No id etc. In one of the table there are 5 text boxes each on differant row of the table but same column number. In all these text boxes i want to enter some text value.

[wtr-general] Re: Answering incomplete requests

2009-11-03 Thread Bret Pettichord
Željko Filipin wrote: On Tue, Nov 3, 2009 at 5:24 PM, Bret Pettichord b...@pettichord.com mailto:b...@pettichord.com wrote: If you personally think it is better and would prefer using it, you can tell people that that is the best way to get an answer from you. Stack Overflow is to this

[wtr-general] Re: Table row

2009-11-03 Thread Mark Anderson
of virus signature database 4569 (20091103) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __ Information from ESET NOD32 Antivirus, version of virus signature database 4569 (20091103) __ The message was checked by ESET NOD32 Antivirus. http

[wtr-general] Re: Table row

2009-11-03 Thread Angrez Singh
It would be best if you could post the relevant HTML code and ruby code that you tried. No one can help you without seeing your HTML code and ruby code. Make sure whenever you post any question here tell us what all you tried and what is your HTML code? Thanks, Angrez On Tue, Nov 3, 2009 at

[wtr-general] Revised HTML report class added to Wiki

2009-11-03 Thread George
Well, this is my first attempt at trying to contribute to the Watir community. I took the original HTML class listed in the examples section and snazzed it up a bit: http://wiki.openqa.org/display/WTR/HTML+report+class+%28version+2%29 Updates include: - Reformatted the time methods - Changes to

[wtr-general] Re: Table row

2009-11-03 Thread George
If you wanted to fill out all the text fields in the 3rd table listed, you would do something like this: @browser.table(:index, 3).rows.each |row| row.text_field(:index, 1).set 'whatever' end Otherwise, more information will be helpful. On Nov 3, 8:40 am, Abhay abhaybas...@gmail.com wrote:

[wtr-general] Re: Revised HTML report class added to Wiki

2009-11-03 Thread George
I forgot...I also included an attachment in the Wiki that has everything you need to test it out. On Nov 3, 3:13 pm, George george.sand...@gmail.com wrote: Well, this is my first attempt at trying to contribute to the Watir community. I took the original HTML class listed in the examples

[wtr-general] Re: How to get html meta details

2009-11-03 Thread Wesley Chen
Thank you very much. Only this way to get the meta data? I think it is not convenient enough. Thanks. Wesley Chen. For life, the easier, the better. On Tue, Nov 3, 2009 at 10:41 PM, chandu.tennety chandu.tenn...@gmail.comwrote: Marlon, Your original code works for me:

[wtr-general] Re: Slightly OT: using two ie objects for execScript

2009-11-03 Thread Ethan
you are not using two Watir::IE objects there. I assume you are referring to the ie.ie - the first ie is the local variable 'ie' which is an instance of Watir::IE. the second is the #ie method of Watir::IE, which returns the win32ole object representing the browser. On Tue, Nov 3, 2009 at 10:43,

[wtr-general] Working on Chrome watir

2009-11-03 Thread shradha_Dalvi
Hi All, I have installed ruby 1.8.6 and install chrome_Watir 1.5.0. I have executed the following test script :- require chrome_watir browser = ChromeWatir::Browser.new browser.goto 'http://www.google.com' After running this script I am getting following message in the O/P windoe:-

[wtr-general] Re: Click event not working in IE 7

2009-11-03 Thread Prince3105
Hi all, I open this thread again. I am not able to find a solution. But i tracked when this issue happens. Whenever i click submit button in my application it creates a pop-up , that time cursor is still on the application's text field and IE hangs for a while. If i manually click on any part of

[wtr-general] Re: Answering incomplete requests

2009-11-03 Thread Alan Baird
I made a first pass at adding some additional stuff to http://wiki.openqa.org/display/WTR/Support. Let me know what you think and if you can make it better please do. Alan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[wtr-general] Re: How to get html meta details

2009-11-03 Thread Marlon
yes for now this is the best solution I have. On 11/4/09, Wesley Chen cjq@gmail.com wrote: Thank you very much. Only this way to get the meta data? I think it is not convenient enough. Thanks. Wesley Chen. For life, the easier, the better. On Tue, Nov 3, 2009 at 10:41 PM,