Skip to content

Bump apparition from 0.1.0 to 0.2.0

NipaNipa requested to merge dependabot/bundler/apparition-0.2.0 into master

Bumps apparition from 0.1.0 to 0.2.0.

Changelog

Sourced from apparition's changelog.

Version 0.2.0

Release date: 2019-05-17

Added

  • Windows chrome location detection
  • Node#obscured? to support the new Capybara obscured filter
  • Node#drop to support the new Capybara drop functionality currently in Capybara master

Fixed

  • Node#set passes options to set_text
  • :return added as alias of :enter key
  • correct signal passed to shutdown Chrome
Commits
  • a5cc616 Update version
  • 5a1a84b Temporarily increase the wait_for_loaded timeout
  • b5af079 HTML5 drag tests were moved into the Capybara provided test suite
  • 5d014ee Add Node#drop support
  • 96dd01c Add Node#obscured? without frame support
  • fc9e6c7 Code style fixes
  • 50a49a8 Fix windows chrome detection use of env
  • 27bd37b Also search path for chrome on windows
  • 6dd5b14 Merge pull request #15 from titusfortner/launcher_paths
  • 0361d5d add all of the filenames and paths that chromedriver searches for; falls back...
  • Additional commits viewable in compare view

Merge request reports