bojingo

Results 3 comments of bojingo

Issue 161 states that fix was released in version 4.1.3. I am using that version and the issue described here definitely remains.

I am having issues with wait_for_ajax and jquery is not defined errors in my application. We use RequireJS to load all scripts, including jquery.

@Chuckv - actually, turns out your code didn't work because even a call to `execute_script` checks if jquery is loaded and results in Selenium::WebDriver::Error::UnknownError jquery is not defined. As a...