Related questions
How do I get the HTML in an element using Capybara?
I’m writing a cucumber test where I want to get the HTML in an element.
For example:
within 'table' do
# this works
find('//tr[2]//td[7]').text.should == "these are the comments"
# I want something like this (there …
Unable to obtain stable firefox connection in 60 seconds (127.0.0.1:7055)
While testing scenario by cucumber i'm getting the following error when running rspec tests
unable to obtain stable firefox connection in 60 seconds (127.0.0.1:7055) (Selenium::WebDriver::Error::WebDriverError)
Using ruby (1.9.2) selenium-webdriver (2.27.2) and firefox (19.0)
Using rspec-rails (2.12.1), capybara (2.0.2) and several other gems, Also i …