This is my code:require 'watir-webdriver'require 'headless'headless = Headless.newheadless.startb = Watir::Browser.start 'google.com'...b.closeheadless.destroy
$ which xvfb#=> /opt/X11/bin/xvfb
--
--
Before posting, please read http://watir.com/support. In short: search before you ask, be nice.
watir-...@googlegroups.com
http://groups.google.com/group/watir-general
watir-genera...@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-genera...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Group: http://groups.google.com/group/watir-general/topics
- Headless Problem [2 Updates]
Oscar Rieken <bis...@gmail.com> May 05 01:47AM -0400
https://github.com/leonid-shevtsov/headless
*Note: Headless will NOT hide most applications on OS X. Here is a detailed
explanation<https://github.com/leonid-shevtsov/headless/issues/31#issuecomment-8933108>
*
I feel that this most definitely deserves mention in the "headless" entry on watir-webdriver.com.
Using watir-webdriver, does Watir remain updated when a page is changed via JavaScript, like the old Watir used to?
I also notice that the old "attach" method is no longer available. Is there a way to attach a Watir browser instance to an existing browser window?