[wtr-general] CI reporter issue

2008-12-23 Thread basu
I am using CI reporter for generating test results in the form of a XML file, some time result file is not getting generated even though all tests pass without any issues.Is there any limitation on the XML output file name length ?Is the issue related to that ? Thanks Basu

[wtr-general] Issue in generating result file(.xml file)

2009-01-27 Thread basu
is not getting generated !!.Any one faced this kind of issue? I am using C:\ruby -v ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32] - version Thanks in advance, - Basu --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[wtr-general] Re: Issue in generating result file(.xml file)

2009-01-27 Thread basu
This behavior is random (some times it generates and some times it does not) On Jan 27, 1:17 pm, basu bas.go...@gmail.com wrote: Hi, I am facing the issue after the test execution, C:\ruby Preferences_Phase2.rb Loaded suite Preferences_Phase2 Started . Finished in 1801.094

[wtr-general] Re: Issue in generating result file(.xml file)

2009-01-27 Thread basu
ci-reporter and is this the issue related to gem dependencies ? On Jan 27, 3:59 pm, Alister Scott alister.sc...@gmail.com wrote: What library are you using to create the XML file? Regards, Alister On Jan 27, 6:45 pm, basu bas.go...@gmail.com wrote: This behavior is random (some times

[wtr-general] Does watir::IE.attach() :hwnd support embedded browsers ?

2009-02-23 Thread basu
I want to know whether the attach() method supports access to the browser embedded in a windows applications (Ex: Internet Explorer_Server1 control embedded in the winamp player) , if not could some one provide me the inputs on how to achieve this Thanks, Basu

[wtr-general] Re: How do I get the page status (200, 404, 500, etc)

2009-07-01 Thread basu
Hi Germo, If we are collecting all the links of a web page and navigating to each link via click, don't you think you are sending http request twice ? (via click and http.request_get) Instead cannot we figure out page is broken or not without sending the extra request? (dont want to verify page

[wtr-general] click method with list items

2009-07-20 Thread basu
(:index, 1).link (:text, World Wide).exists?() both are locating the object but i am not able to perform click operation on the links embedded inside li tag , could some give me inputs ? Thanks in advance -Basu --~--~-~--~~~---~--~~ You received this message because

[wtr-general] Re: click method with list items

2009-07-21 Thread basu
') On 21 июл, 09:59, basu bas.go...@gmail.com wrote: Hi, I have list structure like this, ul id=cntList class=chartsdul style=display: block; li a id= onmouseout=TopArtist.set('0'); onmouseover=TopArtist.set ('1'); href=http://www.winamp.com/music/top-artists/all/today

[wtr-general] How to access input boxes defined in an iframe

2009-07-23 Thread basu
Hi , HTML structure is like this, html body div iframe src=xyz html body div input id=abc123 input id=efg456 /div /body /html /iframe /div

[wtr-general] Does watir/ruby support different lang characters (other than ASCII) verification?

2009-11-10 Thread basu
Hi, Does watir/ruby support different lang characters (other than ASCII) verification? Ex: i want to check 完全重新设计的界面,包括专辑画面 text displayed in the application. Thanks -Basu --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[wtr-general] Reading HTML objects CSS properties in Firefox

2010-01-12 Thread basu
Hi, For IE , i can retrieve CSS properties of a HTML object say link as link.document.CurrentStyle.color , is there any way to read CSS properties in Firefox? Thanks - Basu -- You received this message because you are subscribed to the Google Groups Watir General group. To post to this group

[wtr-general] Re: Reading HTML objects CSS properties in Firefox

2010-01-13 Thread basu
) read_socket() end end On Jan 12, 6:19 pm, basu bas.go...@gmail.com wrote: Hi, For IE , i can retrieve CSS properties of a HTML object say link as link.document.CurrentStyle.color , is there any way to read CSS properties in Firefox? Thanks - Basu -- You received this message because

[wtr-general] How to read PDF

2011-05-10 Thread Basu
1.Download the pdf reader gem from http://rubygems.org/gems/pdf-reader based on ruby version For ruby 1.8.7 - pdf-reader 0.9.2 For ruby 1.8.4 - pdf-reader 0.8.0 2.Install gem gem install pdf-reader 3.Go to your web page right clicks on the link where the pdf file can be opened 4.Right click on