[wtr-general] Re: problem in jssh

2009-06-30 Thread amit onkar
Hi Please remove firefox and reinstall. Hope it should get resolved. I was too facing the same problem. And even back,forward,home button dont work of firefox right. On Tue, Jun 30, 2009 at 11:06 AM, venky venkatesh...@gmail.com wrote: Hi i had installed jssh for firewatir but iam still

[wtr-general] getting error while running watir script on firefox 3.0.11

2009-06-30 Thread aparna
Hi, I am facing an error when i tried to run watir script on firefox 3.0.11. Actually the ruby which i have installed is ruby 1.8.6 26 and watir is 1.6.2. Also I have installed firewatir and JSSH (0.9) extension. I have changed the settings on firefox like allowing the popups and firefox opens a

[wtr-general] Re: problem in jssh

2009-06-30 Thread Angrez Singh
which Firefox version you are using? which platform? and from where have you downloaded the JSSh XPI? let us know it will help us in providing you with the XPI that works. Thanks, Angrez On Tue, Jun 30, 2009 at 11:06 AM, venky venkatesh...@gmail.com wrote: Hi i had installed jssh for

[wtr-general] Re: integrating with team system for testers

2009-06-30 Thread gary
Hi Chethan, thanks for your reply, yes it is windows, here's a more detailed outline of what I have and then what I'm aiming for. I have let's say 30 individual watir scripts which include numerous tests each. They output the results to individual text files. I have a single results watir

[wtr-general] How to check row contents?

2009-06-30 Thread Prince3105
Hi All, I am a newbie to watir. In my application after inserting the record successfully, i have yo check the data is in the grid or not. I use below code to check it. This code works good, but sometimes it fails. page = @ie.frame(:id,fmWorkflow) grid =

[wtr-general] Re: How to check row contents?

2009-06-30 Thread Željko Filipin
On Tue, Jun 30, 2009 at 12:53 PM, Prince3105 prince3...@gmail.com wrote: This code works good, but sometimes it fails. How? grid = @ie.frame(:id,fmPending).table(:id,ifgPending) So please tell me if any issue on my code. Try this changing above line to this: def grid

[wtr-general] Re: integrating with team system for testers

2009-06-30 Thread Chethan
I am not doing that much advanced all my framework will do test UI Functionality generates a html result file send it across the recipients. I am not using excel or word for my data reading or reporting. Thanks, Chethan On Jun 30, 3:27 pm, gary mrgaryengl...@googlemail.com wrote: Hi Chethan,

[wtr-general] Re: How to check row contents?

2009-06-30 Thread Prince3105
Sorry bro, I forgot to mention the error. Actually the code works good , but it returns Fail result for some success record insertion. I need know any other ways are available to check a row contents? I want to take one complete row then i have to check whether the row does have the values of

[wtr-general] Documentation about the select_list is wrong?

2009-06-30 Thread ricardo fernandes
Hello, I think that the documentation about the select_list in http://wtr.rubyforge.org/rdoc/classes/Watir/SelectList.html#M000429 is wrong. The method clear() does not exists,its method clearSelection(). The method selected_options() does not exists, its method getSelectedItems(). The method

[wtr-general] does watir support ajax application

2009-06-30 Thread rrash586
Hi All, I am new to watir and need to evaluate some ajax based application.I want to know that whether Watir support ajax based application.And also does it recognized all the object like text,button,links,select list,combo box,labels radi button etc ... Thanks in advance

[wtr-general] Firefox 3.5 compatible with FireWatir?

2009-06-30 Thread George
Hi everyone, Firefox 3.5 just came out today. I tried opening a FF browser and got the following error: C:/Ruby/lib/ruby/gems/1.8/gems/firewatir-1.6.2/lib/firewatir/ container.rb:479:in `recv': An existing connection was forcibly closed by the remote host. - recvfrom(2) (Errno::ECONNRESET)

[wtr-general] Re: Firewatir and HighAscii

2009-06-30 Thread Felipe Knorr Kuhn
Hello, I am using the following, found somewhere on the net (or even this list :) $KCODE = u WIN32OLE.codepage = WIN32OLE::CP_UTF8 require 'iconv' module FireWatir class DD NonControlElement TAG='DD' end class DL NonControlElement TAG='DL' end class DT NonControlElement

[wtr-general] Re: integrating with team system for testers

2009-06-30 Thread Wesley Chen
Hi, Chethan, I am looking for a good HTML report Ruby class all the time. Would you please share what you're using? Thanks in advance. Thanks. Wesley Chen. On Tue, Jun 30, 2009 at 1:43 PM, Chethan chethan2...@gmail.com wrote: I didn't get your problem, I assume that you want a system to run