Trigger events in your integration specs with Selenium
Store in a helper for extra convenience:
def trigger_event(element, event)
page.execute_script "$('#{element}').trigger('#{event}')"
end
If you're not using something like capybara-wekbit, which supports event triggering natively, then that might come in handy.
Written by Lee Machin
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Ruby
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#