[wtr-general] Problem starting watir in Ubuntu, Firefox 3, Ruby 1.8.7

2010-02-03 Thread parkurm
Just heard of this great browser simulator, and couldn't wait to try it out. My ruby version is 1.8.7, firefox version is 3.5.7, has FireBug 1.5.0 installed. Installation of 'firewatir' gem went well, and now I'm starting the irb to follow some tutorial: Here's the whole process of having the

[wtr-general] store the Class file

2010-02-03 Thread Nishant
http://wiki.openqa.org/display/WTR/HTML+report+class The actual report class (CLReport.class.rb) Where we have to store the Class file. -- You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to

Re: [wtr-general] Broken link in http://wtr.rubyforge.org/rdoc/classes/Watir/Container.html

2010-02-03 Thread Željko Filipin
On Tue, Feb 2, 2010 at 10:09 AM, Frank Harper fhar...@greenliff.com wrote: I just went to http://wtr.rubyforge.org/rdoc/classes/Watir/Container.html#M81 The link is broken now. I guess Marek moved it somewhere. željko -- You received this message because you are subscribed to the Google

[wtr-general] Finding the position of element in webpage

2010-02-03 Thread Ramapulla Reddy
Does watir has a way to find the position of an element by giving its id or name or xpath etc if it has it would be good because we can use AutoIt to move mouse and click etc If its there can anyone help me out a way? -- You received this message because you are subscribed to the Google Groups

Re: [wtr-general] New proposed Watir project home on the wiki

2010-02-03 Thread Željko Filipin
On Mon, Feb 1, 2010 at 5:32 AM, Alister Scott alister.sc...@gmail.com wrote: The new proposed page is: http://wiki.openqa.org/display/WTR/Project+Home+%28Proposed%29 Alister, This is not how the things should be done. I just make the change and _then_ ask if people like it. :) There is no need

[wtr-general] Donate to Watir

2010-02-03 Thread Željko Filipin
If you like the Watir project, you can make a donation. There is donate button at http://watir.com/. We have raised $370 this year. You can see list of donors and Bret's thank you note at http://pledgie.com/campaigns/2982 Željko -- watir.com - community manager watirpodcast.com - host -- You

Re: [wtr-general] Finding the position of element in webpage

2010-02-03 Thread Željko Filipin
On Wed, Feb 3, 2010 at 11:52 AM, Ramapulla Reddy ramapullare...@gmail.com wrote: Does watir has a way to find the position of an element by giving its id or name or xpath etc Please take a look at this: http://wiki.openqa.org/display/WTR/Tutorial http://watir.com/

[wtr-general] Watir Podcast #31

2010-02-03 Thread Željko Filipin
Jari Bakken and Simon Stewart on Watir 2.0, Selenium and WebDriver, Celerity and HtmlUnit http://bit.ly/aNqUkU Ž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

[wtr-general] Re: New proposed Watir project home on the wiki

2010-02-03 Thread Alister Scott
Thanks for everyone's feedback. I have made changes to the Watir wiki home page: http://wiki.openqa.org/display/WTR/Project+Home On Feb 3, 8:56 pm, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Mon, Feb 1, 2010 at 5:32 AM, Alister Scott alister.sc...@gmail.com wrote: The new proposed

Re: [wtr-general] Re: New proposed Watir project home on the wiki

2010-02-03 Thread Željko Filipin
On Wed, Feb 3, 2010 at 12:52 PM, Alister Scott alister.sc...@gmail.com wrote: I have made changes to the Watir wiki home page: http://wiki.openqa.org/display/WTR/Project+Home Thanks Alister. Everything looks better after you work on it. :) Željko -- You received this message because you are

[wtr-general] unsubcribe

2010-02-03 Thread Makesh Vadivelu
_ Hotmail: Powerful Free email with security by Microsoft. https://signup.live.com/signup.aspx?id=60969 -- You received this message because you are subscribed to the Google Groups

Re: [wtr-general] unsubcribe

2010-02-03 Thread Željko Filipin
Done. Ž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 watir-general@googlegroups.com Before posting, please read the following guidelines:

[wtr-general] Click on min button

2010-02-03 Thread rashmi upari
Hi, In below line, if i change flash to click/click!/click_no_wait, its not clicking on the button but when i execute the below line, the button gets highlighted. ie.table(:class=Table, :index=1).span (:class=minibuttonOn,:text=...).flash Please let me know, how can i resolve the issue.

Re: [wtr-general] Click on min button

2010-02-03 Thread Željko Filipin
On Wed, Feb 3, 2010 at 2:01 PM, rashmi upari upari.ras...@gmail.com wrote: In below line, if i change flash to click/click!/click_no_wait, its not clicking on the button Are you sure? How do you know it is not clicking? What should happen? It sounds to me that a javascript event should be

[wtr-general] Re: [Wtr-development] Ads on watir.com

2010-02-03 Thread Željko Filipin
Found the post: ...Selenium continues to generate ~$1000/mo in advertisement revenues... http://bit.ly/b7ycVA Željko -- 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] Wonderful Job on the Watir wiki

2010-02-03 Thread Darryl (gem dandy) Brown
Great job on the Watir wiki Alister !! Thanks, Darryl -- 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 posting, please read the following guidelines:

[wtr-general] Re: Wonderful Job on the Watir wiki

2010-02-03 Thread Tiffany Fodor
I second that! The wiki looks awesome Alister! -Tiffany On Feb 3, 3:09 pm, Darryl (gem dandy) Brown d-l- br...@roadrunner.com wrote: Great job on the Watir wiki Alister !! Thanks, Darryl -- You received this message because you are subscribed to the Google Groups Watir General group. To

Re: [wtr-general] store the Class file

2010-02-03 Thread Wesley Chen
You can store it anywhere, you just need require the file and invoke the methods in it. Wesley. For life, the easier, the better. On Wed, Feb 3, 2010 at 6:10 PM, Nishant nishant.jain2...@gmail.com wrote: http://wiki.openqa.org/display/WTR/HTML+report+class The actual report class

Re: [wtr-general] Broken link in http://wtr.rubyforge.org/rdoc/classes/Watir/Container.html

2010-02-03 Thread marekj
Yes, I moved the old /rdoc to /rdoc/1.6.2 and instead of publishing the new rdoc in the same place I published it http://wtr.rubyforge.org/rdoc/1.6.5/ The new rdoc is based on hanna template and the methods are searchable. I've also made some examples and cleaned up some text that was breaking the

Re: [wtr-general] Broken link in http://wtr.rubyforge.org/rdoc/classes/Watir/Container.html

2010-02-03 Thread marekj
That link is fixed in new rdoc http://wtr.rubyforge.org/rdoc/1.6.5/ and I'll turn it into a nice text link rather than url. marekj Watirloo: Semantic Page Objects in UseCases http://github.com/marekj/watirloo/ Support Watir Project http://pledgie.com/campaigns/2982 On Tue, Feb 2, 2010 at 3:09

[wtr-general] Re: Finding the position of element in webpage

2010-02-03 Thread Ramapulla Reddy
I went through all those site before posting only. The problem is the mouse over and right click events as mentioned in those sites is not simulating the real mouse right click. I should get a context menu on clicking a image whose position is keep changing. I used the right click as mentioned in

[wtr-general] Re: Finding the position of element in webpage

2010-02-03 Thread Ramapulla Reddy
On Feb 3, 4:04 pm, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Wed, Feb 3, 2010 at 11:52 AM, Ramapulla Reddy ramapullare...@gmail.com wrote: Does watir has a way to find the position of an element by giving its id or name or xpath etc Please take a look at this:

[wtr-general] A way to identify the events to be fired on an object

2010-02-03 Thread Betsy
Hi all, At times selecting a value in a select list makes new objects appear on screen. This could not be handled by using .set alone and needed an explicit use of Fireevent handling. Now if the .fireevent method is used every time .set is used, it would again fail in cases where no event is