Path to this page:
Subject: CVS commit: pkgsrc/www/ruby-selenium-webdriver
From: Takahiro Kambe
Date: 2022-09-01 16:17:28
Message id: 20220901141728.2B4A8FA8B@cvs.NetBSD.org
Log Message:
www/ruby-selenium-webdriver: update to 4.4.0
4.4.0 (2022-08-09)
* Implement Virtual Authenticator (#10903, #10541) (thanks Tamsil Amani!)
4.3.0 (2022-06-23)
* Allow specifying which button is clicked in pointer action class methods
* Remove deprecated `Persistent` http class
* Remove deprecated HasRemoteStatus module
* Remove deprecated `Manager#new_window` and `Manager#logs`
* `ActionBuilder#move_to` no longer attempts to move to top left corner of
element
* Remove deprecated support for sending Service parameters directly to
Driver constructor
* Remove deprecated setters and getters for driver path on Browser modules
* Remove deprecated support for passing in options argument to Options class
* Allow `:options` parameter to take `Options` instance argument like other
languages
* Remove deprecated support for `:desired_capabilities` & `:options` with
`Hash` argument
4.2.1 (2022-05-31)
* Fix bug in setting default duration in Actions constructor
4.2.0 (2022-05-27)
* Updated minimum required Ruby version to 2.7
* Fix bug by not attempting to stop service process when it's not started
(#10015)
* Fix bug to not stop service process when it's not started (thanks
Atsushi Tatsuma!)
* Use driver endpoint to get page source instead of JavaScript
* Add zenkaku_hankaku key support
* Fix download support of Selenium Server
* Do not convert Tag Name to CSS Selector
Files: