def test_autocomplete(field, options = {}) fill_in field, :with => options[:with] page.execute_script("$('##{field}').trigger('focus');") page.execute_script ("$('##{field}').trigger...
Best results in other decks
When things go wrong, for example, caused by a bad commit, we need to revert back to an earlier known...
developer.mozilla.org
Websites often want to send analytics or diagnostics to the server when the user has finished with the page. The...