Skip to content

Bump apparition from 0.3.0 to 0.6.0

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

Bumps apparition from 0.3.0 to 0.6.0.

Changelog

Sourced from apparition's changelog.

Version 0.6.0

Release date: 2020-06-21

Added

  • Support Ruby loggers in the :logger and :browser_logger option [Daniel Orner]
  • Support "Remote" Chrome browser [Volodymyr Mykhailyk]
  • Support rapid set functionality
  • Support click delay
  • Experimental: Support sending emoji to text inputs

Fixed

  • User Fetch CDP domain for network interception

Changed

  • Only support Ruby 2.5+

Version 0.5.0

Release date: 2020-01-26

Added

  • Support :drop_modifiers option in #drag_to
  • Support setting range input

Fixed

  • Ruby 2.7 keyword arguments warnings
  • Error in visibility JS atom [Stefan Wienert]
  • Issue with request headers [dabrowt1]

Version 0.4.0

Release date: 2019-07-15

Added

  • Node#rect added to support spatial filters
  • Support for Capybaras w3c_click_offset settomg
  • Support setting color inputs

Fixed

  • No longer hangs starting the browser with JRuby
  • ValidityState objects can now be returned from the browser
  • Headers now returned correctly
  • Drag type detection improved
  • Mouse button status tracked correctly through actions
  • Clicking on a link that splits across multiple lines now works
... (truncated)
Commits
  • d73cefa Release 0.6.0
  • d1dc525 Merge branch 'master' of github.com:twalpole/apparition
  • 9fae63a Update Changelog
  • c01606b Merge pull request #59 from twalpole/emoji
  • e1c2c23 Support sending emoji
  • 7f64862 Rubocop fixes
  • 07353a9 Merge pull request #52 from volodymyr-mykhailyk/feature/remote_chrome
  • 2a6a1f3 Merge branch 'master' into feature/remote_chrome
  • 15faf00 Merge pull request #58 from dorner/ruby-logger
  • 968475d Support remote launcher using Driver options
  • Additional commits viewable in compare view

Merge request reports