Bruno Borges

Results 8 comments of Bruno Borges

Does it work? page.driver.browser.window_handles (version 1.4.0) > > undefined method 'window_handles ' for #Capybara::Mechanize::Browser

I will try like you said, thanks

@ryansch For this, the method window_handles should be here, on 1.1.0. https://github.com/jeroenvandijk/capybara-mechanize/blob/v1.1.0/lib/capybara/mechanize/browser.rb or not?

I'm saying this, because when i use capybara-webkit, it works. At master there, the method exist: https://github.com/thoughtbot/capybara-webkit/blob/c1b501ca525532d261ded8d3c0c6408716a1f8ef/lib/capybara/webkit/browser.rb#L129

With webkit: gem 'capybara', '2.1.0' gem 'capybara-webkit', '1.0.0' With mechanize i tried, but didn't work: gem 'capybara', '2.1.0' gem 'capybara-mechanize', '1.1.0'

I will try again, will check it outside my app, maybe it is a something else, then i come back here. Thank you.

How can I use `.test` instead of `.dev` ?

I change this line here: https://github.com/ysbaddaden/prax/blob/master/ext/nss_prax.c#L63 to `test` and installed again, it worked. Thanks