Read more

Cucumber: Detect if the current Capybara driver supports Javascript

Henning Koch
October 08, 2013Software engineer at makandra GmbH

Copy the attached file to features/support. This gets you a convenience method:

Capybara.javascript_test?
Illustration web development

Do you need DevOps-experts?

Your development team has a full backlog? No time for infrastructure architecture? Our DevOps team is ready to support you!

  • We build reliable cloud solutions with Infrastructure as code
  • We are experts in security, Linux and databases
  • We support your dev team to perform
Read more Show archive.org snapshot

Is true for Selenium, capybara-webkit, Poltergeist and a custom driver called :chrome (which we sometimes like to use for Selenium+Chrome).

Similar sounding but completely different card: Detect if a Javascript is running under Selenium WebDriver (with Rails)

Posted by Henning Koch to makandra dev (2013-10-08 14:44)