Re: [wtr-general] Error in installation of gem

2009-12-08 Thread chethan sarathy
any help on this...? The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/ -- You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to watir-general@googlegroups.com Before

[wtr-general] gems installtion

2009-12-08 Thread khaja shaik
Hello, my machine was formatted and i was trying to install again watir. Hi all, I am trying to install watir in my PC. while I am running the command gem update --system or gem install watir It always throws following error ERROR: While executing gem ... (Gem::GemNotFoundException) Could

Re: [wtr-general] gems installtion

2009-12-08 Thread Željko Filipin
On Tue, Dec 8, 2009 at 10:53 AM, khaja shaik khaja.sh...@gmail.com wrote: Could not find watir ( 0) in any repository Did you even take a look at already posted questions in the group? I have answered to the exactly same problem just a few minutes ago. Željko -- watir.com - community manager

Re: [wtr-general] Error in installation of gem

2009-12-08 Thread shivanand desai
Hi, Was tyring to install watir on my M/c (windows Vista) I have installed ruby 1.6.86 and when i do gem -v, i get 0.9.4 as the gem version. When i tried with gem update --system i got the below message * gem update --system Updating RubyGems... Attempting remote update of rubygems-update

Re: [wtr-general] Error in installation of gem

2009-12-08 Thread chethan sarathy
Posted a request for solution in gemcutter group Thanks, Chethan The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/ -- You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send

Re: [wtr-general] Error in installation of gem

2009-12-08 Thread Željko Filipin
On Tue, Dec 8, 2009 at 1:11 PM, chethan sarathy chethan2...@yahoo.co.in wrote: Posted a request for solution in gemcutter group Great, please let us know if you find out how to fix it. Željko -- You received this message because you are subscribed to the Google Groups Watir General group. To

[wtr-general] help me in using Excel DataDrivenTestHarnessExample

2009-12-08 Thread venkat
Can any one please help me out in getting the multi row data from a column using watir xls interface class. I have taken the DataDrivenTestHarnessExample as my source from Watir OpenQA. I have added test data into a sheet Sheet4 Sheet4 has columns with data as follows. A

Re: [wtr-general] how to click the open button in a microsoft window

2009-12-08 Thread Željko Filipin
Does this help? http://wiki.openqa.org/display/WTR/File+Downloads Željko -- watir.com - community manager watirpodcast.com - host -- You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to

[wtr-general] Re: require ‘watir’ command shows error from Interactive Ruby Shell (IRB)

2009-12-08 Thread Alvin Bunk
Sorry, I meant change the colons to then (not when). On Dec 7, 9:07 am, Alvin Bunk alvinb...@yahoo.com wrote: I noticed there is a problem issuing the command “require ‘watir’” form the Interactive Ruby Shell. The error is described here: (http://

Re: [wtr-general] how to click the open button in a microsoft window

2009-12-08 Thread arihan sinha
Then I think I've to install AutoIt ...rt? On Tue, Dec 8, 2009 at 3:26 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: Does this help? http://wiki.openqa.org/display/WTR/File+Downloads Željko -- watir.com - community manager watirpodcast.com - host -- You received this

Re: [wtr-general] how to click the open button in a microsoft window

2009-12-08 Thread Željko Filipin
On Tue, Dec 8, 2009 at 5:14 PM, arihan sinha arihan.si...@googlemail.com wrote: Then I think I've to install AutoIt ...rt? Autoit is installed with Watir. Željko -- You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send

[wtr-general] Re: how to click the open button in a microsoft window

2009-12-08 Thread mohe
Can you try this.? save_dialog.WinWait(File Download,,40) save_dialog.WinActivate(File Download) save_dialog.Send({TAB}) 'Use this if you need to tab. save_dialog.Send({Enter}) On Dec 8, 10:37 am, arihan sinha arihan.si...@googlemail.com wrote: I've the watir version 1.6.2 and when i added

Re: [wtr-general] Re: how to click the open button in a microsoft window

2009-12-08 Thread arihan sinha
Can you please try this below and let me know how i will proceed further after that . I need to click the cancel button or open button of that window. def test_powerpointslide $ie = Watir::IE.new $ie.set_fast_speed $ie.goto(http://content.nejm.org/;)

[wtr-general] Question for Watir Group

2009-12-08 Thread tester86
Hi, This is more of a question: Has anyone tried to use Zentest with there Test::Unit scripts on Windows 7. If anyone has can they let me know there thoughts. Thanks -- You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send

[wtr-general] Re: better way to do a conditional require

2009-12-08 Thread b...@pettichord.com
require 'watir/contrib/visible' rescue nil On Dec 7, 5:12 pm, Bill Agee billa...@gmail.com wrote: You might be able to use Watir::IE::VERSION: require 'watir' require 'watir/contrib/visible' if Watir::IE::VERSION != '1.6.5' But I guess that will only work so long as nothing newer than 1.6.5

Re: [wtr-general] Error in installation of gem

2009-12-08 Thread chethan sarathy
H I All, Here is the solution for Ruby Installation Updating the Gems. Pls read this article for more info http://rubyforge.org/forum/forum.php?forum_id=35591 Steps: Find the New Ruby Installer 186-27_rc2.exe. in http://rubyforge.org/frs/?group_id=167 Install the

Re: [wtr-general] Re: help me in using Excel DataDrivenTestHarnessExample

2009-12-08 Thread venkat
Hi Tiffany, thanks and no confusion, we are on the same page. $addNotification = xlFile.getRowRecords(A1:E6, Sheet4) $addNotification.each do |notification| if notification['Priority'] == 'Urgent' $ie.select_list( :name , tusers).select(record[Select_Users]) # here it gets only 1row but i