[Wtr-general] Can't run script on Vista IE7

2007-01-15 Thread nsit
Hi all I tried Google Test Search. There two browser opened. One opened google.com, one displayed status message 'connecting...' and nothing happened after that. Next lines weren't executed. What happened? Thank you. - Posted

[Wtr-general] problem in reading and storing values from row of a table

2007-01-15 Thread VIKASH KUMAR
I am running a test case, in which I want to store all the values of a table in variables, I am using the below code: require 'watir' ie=Watir::IE.start(C:\test.htm) class Test def test_row_collection(ie) t= ie.table(:class,'listView') value_i = 0 t.rows.each do |row| puts row

Re: [Wtr-general] Can't run script on Vista IE7

2007-01-15 Thread nsit
I works after installing watir 1.5.1.1136. But watir still opens 2 window one blank and one with website. And then I have to use attach to interact with the website. - Posted via Jive Forums

Re: [Wtr-general] modal_dialog not working in 1.5.1.1136, ruby 1.8.4

2007-01-15 Thread Ċ½eljko Filipin
On 1/15/07, John Lolis [EMAIL PROTECTED] wrote: I seem to be having some issues attaching to modal_dialogs. I tried to register my win32ole but it didn't seem to help. (the dialog popped up and said it didn't appear to be a valid dll) Make sure you are logged in as administrator while

Re: [Wtr-general] Menu links have duplicate attributes

2007-01-15 Thread gdx
Hi, sorry for my english. Maybe you can use .csv or excel file to read the number index who match with the connected profil. If you use this 'tips', i think you'll win time the next time, index will change in your application. You'll have to modify just one file instead of all .rb file ...

Re: [Wtr-general] modal_dialog not working in 1.5.1.1136, ruby 1.8.4

2007-01-15 Thread John Lolis
thanks zeljko, I am logged in as an admin. I tried to register win32ole.so (which i have no idea what kind of file it is). Is there a win32ole.dll somewhere I should try? - Posted via Jive Forums

Re: [Wtr-general] What does IE.down_load_time really measure?

2007-01-15 Thread Paul Carvalho
On 13/01/07, Bret Pettichord wrote: Would it be possible for you to provide code and output that are synced up with each other? Bret Sure thing. Rather than include everything, here are some relevant bits: Aside: filename written to from the setup method: filename1 =

Re: [Wtr-general] problem in reading and storing values from row of a table

2007-01-15 Thread Chris McMahon
Here's one way to do it: row_values = row.text.split(/\w+ /) 1.upto (row_values.length) do |number| puts date#{number} = #{row_value[number - 1]}, month#{number}= #{row_value[number - 1]}, Year#{number}= #{row_value[number - 1]}, value#{number} = #{row_value[number - 1]}, Status#{number} =

[Wtr-general] Made a mistake Re: problem in reading and storing values from row of a table

2007-01-15 Thread Chris McMahon
I should know by now to finish my coffee before I hit send. 1.upto (row_values.length) do |number| puts date#{number} = #{row_value[0]}, month#{number}= #{row_value[1]}, Year#{number}= #{row_value[2]}, value#{number} = #{row_value[3]}, Status#{number} = #{row_value[4]} -Chris On 1/15/07,

Re: [Wtr-general] modal_dialog not working in 1.5.1.1136, ruby 1.8.4

2007-01-15 Thread Bret Pettichord
The modal_dialog code is not supported with Ruby 1.8.4. Or more specifically, the win32ole changes that we made to support modal dialogs only work with Ruby 1.8.2. Bret ___ Wtr-general mailing list Wtr-general@rubyforge.org

Re: [Wtr-general] modal_dialog not working in 1.5.1.1136, ruby 1.8.4

2007-01-15 Thread John Lolis
Thanks! I guess I should just read the error message more carefully next time :) - Posted via Jive Forums http://forums.openqa.org/thread.jspa?threadID=6110messageID=17153#17153 ___

Re: [Wtr-general] What does IE.down_load_time really measure?

2007-01-15 Thread Paul Carvalho
Hey Bret, I have another question. I'm almost finished updating another script that walks through the pages of another web app and I'm noticing that the average difference between the timers is ~ 2.0 seconds! This second app is mostly frames though. So when I issue the following command:

Re: [Wtr-general] Speed of Firewatir vs. Watir

2007-01-15 Thread Vince
'll be releasing version 1.0 of FireWatir next week, which includes starting the FireWatir from the script itself i.e. you don't have start Firefox manually and then run the script. This will work for Windows only. Next week you say? This week, based on when you said it, even... I must say

[Wtr-general] Change in email id for mailing list

2007-01-15 Thread manjiri
://in.answers.yahoo.com/ -- next part -- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/wtr-general/attachments/20070115/4cb5a91a/attachment-0001.html -- Message: 3 Date: Mon, 15 Jan 2007 08:58:34 CST From: John Lolis [EMAIL

[Wtr-general] storing values of table cell

2007-01-15 Thread VIKASH KUMAR
I have a table structure like this: table class=listView width=354 tbody class=dataContainer id=dataContainer tr class=odd td class= width=76nbsp;01/16/2007/td td class= width=56Jan/2007/td td class= width=322007/td td class= number width=2513/td