def test_autocomplete(field, options = {}) fill_in field, :with => options[:with] page.execute_script("$('##{field}').trigger('focus');") page.execute_script ("$('##{field}').trigger...
page.execute_script %Q{ $('"#{location}"').val('"#{text}"').keydown(); } sleep(3) page.execute_script %Q{ $('.ui-menu-item a:contains("#{target}")').trigger('mouseenter...
Best results in other decks
For Selenium tests, your browser starts in your local timezone, or whatever your system's environment specifies. This is usually...
DirectUpload allows you to upload files to your file storage without having to wait for the form to submit. It...