Selenium by default creates a new Firefox profile when starting Firefox. Often it is useful to be able to debug with Firebug while running your tests. To be able to do that we need to create our own ...
capybara-firebug provides a dead-simple way to run Capybara-based Cucumber scenarios or RSpec request specs with Firebug enabled under the selenium driver. To use it in RSpec examples, require ...
ID : This is most common and efficient way of locating elements. For every element there are supposed to be a unique id. Eg:-Navigate to https://www.quora.com ...