[wtr-general] WATIR 6.1.0 html input type date

2017-07-31 Thread Brian Rieck
Does watir support html input element of date type?  

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date

-- 
-- 
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: Clicking out of view elements chrome/chromedriver

2017-02-01 Thread Brian Rieck
Thank you for the reply, this will be a great workaround and actually 
provides some needed functionality.  

I updated my Watir/Selenium/Chrome/Chromedriver and the problem persists. 
 Is this a known issue for certain situations, or do I need to dig deeper 
into my code?

On Wednesday, February 1, 2017 at 5:00:26 PM UTC-5, Titus Fortner wrote:
>
> Out of curiosity, what isn't compatible with updating selenium?
>
> For scrolling elements, check out p0deje's 'watir-scroll' gem. It's great 
> when what selenium does by default isn't quite good enough.
>
> Titus
>
>
> On Wednesday, February 1, 2017 at 8:36:06 AM UTC-6, Brian Rieck wrote:
>>
>> Watir-webdriver: 0.6.11
>> Selenium-webdriver: 2.35.1
>> Chromdriver: 2.27.440174
>> Chrome: 56.0.2924.76
>>
>> I am forced to use an older watir-webdriver version as there are other 
>> dependencies that conflict with updating selenium.  I have run into an 
>> issue with elements that are out of view.  The tests believe they have 
>> interacted with the element and even bring it into view.  However, the 
>> resulting action does not in fact click a button that was out of view, only 
>> bring it into view.  Does anyone know a workaround for this other than 
>> "update your stuff".
>>
>>
>> Thank you.  
>>
>

-- 
-- 
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] Specify Geckodriver Port

2017-02-01 Thread Brian Rieck
Hello I am using an old version of selenium webdriver (2.35.1) and 
watir-webdriver (0.6.11).  It is trying to connect to the geckodriver on 
the incorrect port.  Is there way to specify to either watir or the 
geckodriver which port to use?

-- 
-- 
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] Clicking out of view elements chrome/chromedriver

2017-02-01 Thread Brian Rieck
Watir-webdriver: 0.6.11
Selenium-webdriver: 2.35.1
Chromdriver: 2.27.440174
Chrome: 56.0.2924.76

I am forced to use an older watir-webdriver version as there are other 
dependencies that conflict with updating selenium.  I have run into an 
issue with elements that are out of view.  The tests believe they have 
interacted with the element and even bring it into view.  However, the 
resulting action does not in fact click a button that was out of view, only 
bring it into view.  Does anyone know a workaround for this other than 
"update your stuff".


Thank you.  

-- 
-- 
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] Watir Screenshots on using Chrome/Chrome Driver

2016-12-19 Thread Brian Rieck
I am using #screenshot.save and Chrome.  The saved screenshot is only a 
portion of the window (only the visible window) and not the entire DOM as 
expected.  Is there a different method that I should be using instead?

-- 
-- 
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.