[wtr-general] Watir Screenshots on using Chrome/Chrome Driver

2016-12-20 Thread Sean Poulter
I haven't tried recently since the release of Selenium 3 or GeckoDriver, but 
using Firefox used to save screenshots of the whole page.

You might also consider saving a screenshot of just an Element. There was a gem 
to support that.

-- 
-- 
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 Titus Fortner
With things like infinite scroll, the concept of "the entire dom" doesn't have 
the same being it once did. W3C spec says to only provide image of what is in 
the viewport.

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