Hi all

Currently i m using a ruby -watir framework with docker , i m trying to 
test the new native headless of chrome without xvfb , but seems that there 
are still some issues, as example with native headless watir is unable to 
find some elements that works on chrome with xvfb , has anyone achieve a 
succesfull test with chrome headless native.

My system :

Ubuntu 16.04
Chrome 61
Chromedriver 2.31

browser = Watir::Browser.new :chrome,
switches: %w[--headless
                  --disable-gpu --no-sandbox
                  --disable-prompt-on-repost
                  --windows-size=3200x1800]

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

Reply via email to