Andrew

Results 2 comments of Andrew

Similar situation here. Mostly consistent is the best I can get, here's my solution: ``` def wait_for_page_load Timeout.timeout(Capybara.default_max_wait_time) do loop until page.evaluate_script("window.jQuery != undefined") end end ```

Same here, `twilio-ruby: 25.5234 MiB` with version 5.13.0. Upgrading to 5.24 (the latest version as of this writing) increased memory up to 27.8438 MiB. I'm using it for both calls...