[wtr-general] Is it possible to locate/set checkbox shadowed by Label For element

2015-01-08 Thread Sohail Mirza
HI,

I want to set following checkbox but it is
shadowed by Label For element. So i can't execute b.checkbox().set
method... it is giving an error. How do i set checbox in this case?

input type=checkbox id=DailySummaryCompleted class=checkbox col-lg-1
ng-pristine ng-untouched ng-valid
data-ng-model=jobReport.DailySummaryCompleted
label for=DailySummaryCompleted /label

Further, is it still valid issue? It is not possible to find the checkbox
by its label (as it appears to be comparing a Watir::Label object):
https://github.com/watir/watir-classic/issues/56

-- 
-- 
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/d/optout.


[wtr-general] Cucumber question

2015-01-08 Thread vusisimbada
Hello

I am new to cucumber. i have few questions


   1. I can understand that feature file can have only one feature and can 
   have multiple scenarios definition. If feature file has multiple scenarios 
   then do i need to write sepraete step_definition file (.rb) for each 
   scenario?
   2. Is it possible to execute cucumber feature on an already opened 
   browser instance?
   3. Any Cucumber best tips guideline?
   4. How i can run cucumber features in batch?
   

cheers.

-- 
-- 
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/d/optout.


Re: [wtr-general] Cucumber question

2015-01-08 Thread Željko Filipin
On Thu, Jan 8, 2015 at 10:58 AM, vusisimb...@gmail.com wrote:

 I am new to cucumber


This is Watir mailing list. You might get good answers here, but you would
probably get more or better answers at Cucumber mailing list.

Ž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/d/optout.


[wtr-general] Re: Fill up values in popup with nested frames is slow in IE

2015-01-08 Thread Andrew Petrenko
Yes, I'm using page-object gem. Could you provide some example?
About typing into any text field. I had this problem also and I resolved 
this just change IE driver from x64 to x32.

-- 
-- 
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/d/optout.