Is it possible to modify style using Cucumber + Capybara? Is it possible to modify style using Cucumber + Capybara? ruby ruby

Is it possible to modify style using Cucumber + Capybara?


Ok I found a solution: execute a script to modify the CSS.

page.execute_script("$('selector').css('property','value')");

Works quite well :-)