Thomas Walpole
Thomas Walpole
@dkniffin The test you modified is now failing - I'm not sure if it's because of your change or not. Please add a new test that specifically tests the `finished?`...
@dkniffin Any update on changing this to be its own new test rather than hacking into an existing one?
@dkniffin The test appears to fail
I'm wondering whether this has something to do with older versions of OSX
Is `#console_messages` available on the Browser object what you're looking for?
Because the Page.loadEventFired event hasn't been reliable either. PRs with a fully reliable method (that doesn't also hang if something in the page can't be loaded) would be great. One...
@andrewr224 using `Timeout.timeout` (the most dangerous method in Ruby) is asking for issues - Because of the way it works (second thread aborting the main thread) it can leave the...
Sorry for the delay in this - I've been really busy recently. I plan to update apparition to meet recent Capybara changes, but will hopefully get to this tomorrow
Hmmm -- I see the issue -- not really sure how to fix, or if it is fixable - will require more research
TL;DR; It's not that capybara-mechanize requires an app, it's that the rack-test driver does. The issue here is that capybara-mechanize derives from the rack-test driver, and the rack-test driver requires...