I am trying to get this working with phantomjs, I am using:

```ruby
browser = Watir::Browser.new :phantomjs
```

when I run a single test file, this starts up phantomjs, but I get a timeout 
error for every test:

```
Timeout::Error: execution expired
```

When I try accessing a site via phantomjs in the rails console it works fine 
and is very fast. Any idea what this could be?

---
Reply to this email directly or view it on GitHub:
https://github.com/watir/watir-rails/issues/4
_______________________________________________
Wtr-development mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-development

Reply via email to