Skip to content

Tag: capybara

How tho check this checkbox (capybara/ruby)

How to check this checkbox?enter image description here I tried: No success! =( I got this error: … Answer Don’t use direct driver calls or execute_script to try and click on things – if you’re having to do that you’re doing something wrong. Generally for things like this I&#8217…