Re: [wtr-general] Watir-Classic 3.7.0 Released!

2013-05-13 Thread Luis Espla
Hello,
what is the difference between watir-classic and watir-webdriver. When I do
gem list  I only have  watir-webdriver, is it right?
Best Regards

On 10 May 2013 22:19, Jarmo jarm...@gmail.com wrote:

 Good news everyone!

 I'm happy to announce that Watir-Classic 3.7.0 has been released!

 Put it into your Gemfile:
   gem watir-classic, ~ 3.7.0

 Or install it manually with:
   gem install watir-classic

 Changes:
 * Add #required? method for input elements.
 * Improve the stability of drag and drop methods.

 With Best Regards,
 Jarmo Pertman

 --
 --
 Before posting, please read http://watir.com/support. In short: search
 before you ask, be nice.

 watir-general@googlegroups.com
 http://groups.google.com/group/watir-general
 watir-general+unsubscr...@googlegroups.com

 ---
 You received this message because you are subscribed to the Google Groups
 Watir General group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to watir-general+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

--- 
You received this message because you are subscribed to the Google Groups 
Watir General group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to watir-general+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [wtr-general] Problem: Unable to validate HTML Report using Watir

2013-05-13 Thread v b baba kanchustambham
Hi Zeljko,
The code browser.td(:class = 
Abcc5464c1acc4c48b277f0e6d02ce75e12896).text is giving me an error 
Undefinde method td.
here the class value for td is not unique.

On Friday, 10 May 2013 13:31:10 UTC+5:30, Željko Filipin wrote:

  On Fri, May 10, 2013 at 5:15 AM, v b baba kanchustambham 
 vbb...@gmail.com javascript: wrote:
  
 TD style=WIDTH:46.96mm;min-width:46.96mm;HEIGHT:4.76mm; class=
 Abcc5464c1acc4c48b277f0e6d02ce75e12896POC_Reports_test/TD
 Can you please let me know which method i should use to capture the value 
 POC_Reports_test


 This should do it:

 browser.td(:class = Abcc5464c1acc4c48b277f0e6d02ce75e12896).text

 Željko



-- 
-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

--- 
You received this message because you are subscribed to the Google Groups 
Watir General group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to watir-general+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [wtr-general] Problem: Unable to validate HTML Report using Watir

2013-05-13 Thread Željko Filipin
On Mon, May 13, 2013 at 1:07 PM, v b baba kanchustambham
vbb...@gmail.comwrote:

 The code browser.td(:class = 
 **Abcc5464c1acc4c48b277f0e6d02ce**75e12896).text
 is giving me an error Undefinde method td.


Which version of Watir do you have?


 here the class value for td is not unique.


What _is_ unique? How would you find the element manually?

Željko

-- 
-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

--- 
You received this message because you are subscribed to the Google Groups 
Watir General group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to watir-general+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [wtr-general] Watir-Classic 3.7.0 Released!

2013-05-13 Thread Karim Rayani
Hi,

Watir-webdriver is a modern version of the Watir API based on
Seleniumhttp://en.wikipedia.org/wiki/Selenium_(software) (web
driver)

-Karim


On Mon, May 13, 2013 at 3:28 PM, Luis Espla luises...@gmail.com wrote:

 Hello,
 what is the difference between watir-classic and watir-webdriver. When I
 do gem list  I only have  watir-webdriver, is it right?
 Best Regards

 On 10 May 2013 22:19, Jarmo jarm...@gmail.com wrote:

 Good news everyone!

 I'm happy to announce that Watir-Classic 3.7.0 has been released!

 Put it into your Gemfile:
   gem watir-classic, ~ 3.7.0

 Or install it manually with:
   gem install watir-classic

 Changes:
 * Add #required? method for input elements.
 * Improve the stability of drag and drop methods.

 With Best Regards,
 Jarmo Pertman

 --
 --
 Before posting, please read http://watir.com/support. In short: search
 before you ask, be nice.

 watir-general@googlegroups.com
 http://groups.google.com/group/watir-general
 watir-general+unsubscr...@googlegroups.com

 ---
 You received this message because you are subscribed to the Google Groups
 Watir General group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to watir-general+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




  --
 --
 Before posting, please read http://watir.com/support. In short: search
 before you ask, be nice.

 watir-general@googlegroups.com
 http://groups.google.com/group/watir-general
 watir-general+unsubscr...@googlegroups.com

 ---
 You received this message because you are subscribed to the Google Groups
 Watir General group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to watir-general+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

--- 
You received this message because you are subscribed to the Google Groups 
Watir General group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to watir-general+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [wtr-general] Problem: Unable to validate HTML Report using Watir

2013-05-13 Thread v b baba kanchustambham
We are using the version 1.8.1 of Watir and to find out the element 
manually  I am searching the source code by the text 'POC_Reports_test' .
-Veera.

On Monday, 13 May 2013 17:41:59 UTC+5:30, Željko Filipin wrote:

 On Mon, May 13, 2013 at 1:07 PM, v b baba kanchustambham 
 vbb...@gmail.comjavascript:
  wrote:

 The code browser.td(:class = 
 **Abcc5464c1acc4c48b277f0e6d02ce**75e12896).text 
 is giving me an error Undefinde method td.


 Which version of Watir do you have?
  

 here the class value for td is not unique.


 What _is_ unique? How would you find the element manually?

 Željko 


-- 
-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

--- 
You received this message because you are subscribed to the Google Groups 
Watir General group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to watir-general+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [wtr-general] Problem: Unable to validate HTML Report using Watir

2013-05-13 Thread v b baba kanchustambham
Here the value for class is dynamic

On Tuesday, 14 May 2013 10:06:55 UTC+5:30, v b baba kanchustambham wrote:

 We are using the version 1.8.1 of Watir and to find out the element 
 manually  I am searching the source code by the text 'POC_Reports_test' .
 -Veera.

 On Monday, 13 May 2013 17:41:59 UTC+5:30, Željko Filipin wrote:

 On Mon, May 13, 2013 at 1:07 PM, v b baba kanchustambham 
 vbb...@gmail.com wrote:

 The code browser.td(:class = 
 **Abcc5464c1acc4c48b277f0e6d02ce**75e12896).text 
 is giving me an error Undefinde method td.


 Which version of Watir do you have?
  

 here the class value for td is not unique.


 What _is_ unique? How would you find the element manually?

 Željko 



-- 
-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

--- 
You received this message because you are subscribed to the Google Groups 
Watir General group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to watir-general+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.