2023-09-03 18:15:56 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-selenium-webdriver: update to 4.12.0
4.12.0 (2023-08-31)
* Fix bug preventing good error messages in Selenium Manager when stdout
empty
* Fix bug with Firefox not loading net/http library by default (#12506)
* Remove support for using capabilities in local drivers
|
2023-08-05 14:26:49 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
www/ruby-selenium-webdriver: update to 4.11.0
4.11.0 (2023-07-31)
* Made network interception threads fail silently (#12226)
* Have Selenium Manager binary locate drivers on PATH (#12345)
* Add browser output from selenium manager to options (#12398)
* Remove deprecated code (#12417)
|
2023-06-09 17:36:35 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-selenium-webdriver: update to 4.10.0
4.10.0 (2023-06-07)
* Implement proxy support for Selenium Manager
* Prevent setting driver log level in Safari
* Change all Selenium Manager logging to :debug (#12145)
* Error messages include links to documentation
* Add custom error class for driver location and improve error logic
|
2023-05-30 18:02:13 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
ruby27 has gone.
|
2023-05-21 07:36:10 by Thomas Klausner | Files touched by this commit (1) |
Log message:
ruby-selenium-webdriver: this requires at least Ruby 3.0 now
|
2023-05-08 16:28:26 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-selenium-webdriver: update to 4.9.1
4.9.1 (2023-05-08)
* Allow users to specify driver process output in Service class (#11964)
* Updated minimum required Ruby version to 3.0
* Selenium Logger defaults to :info and all debugging is now logged as
:debug (#11967)
* Every logging entry can be ignored based on ID, not just warnings
* Logging entries can be filtered to allow or ignore specific IDs
|
2023-04-30 16:40:19 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
www/ruby-selenium-webdriver: update to 4.9.0
Selenium 4.9.0 (2023-04-21)
* Fix devtools version fallback (#11869)
* Fix bug in selenium manager escaping back slashes in Windows (#11884)
|
2023-02-23 16:45:49 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
www/ruby-selenium-webdriver: update to 4.8.1
4.8.1 (2023-02-17)
* Fix autoload of WebDriver::Remote::Bridge::COMMANDS
* Subclass is setting value before the superclass is setting it to nil
* Updating Selenium Manager binaries for 4.8.1 release
|
2023-01-25 15:29:21 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
www/ruby-selenium-webdriver: update to 4.8.0
4.8.0 (2023-01-23)
* Allow updating instance variables on service classes
* Deprecate extract_service_args processing in service classes
* Fix bug preventing sending nil to #send_keys with Remote Driver
* Fix bug with IE specific methods not available to IE Driver
* Created Chromium superclass for Chrome and Edge
* Deprecated platform and version setters/getters in Capabilities class
* Revamped driver constructor logic
* Fix bug preventing using Safari Technology Preview when using
SafariOptions
* Fix bug preventing more than one driver type to access Selenium Manager
* Defaults to using Options instead of Capabilities
* Make Options classes more strict for allowed arguments and types
* Removed previously deprecated actions class parameters
* Removed Location struct
* Add comment with name of large JS executions (#11038)
* update logger with link on how to use it (#11478)
* Deprecate #add_option for Option classes in favor of constructor and
attr_accessor
* Deprecate all unrecognized capabilities for Options classes
* Deprecate support for :capabilities for local drivers
* Deprecate browser class methods for Capabilities
* Deprecate #headless! for Chrome and Firefox
|
2022-12-08 14:18:52 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
www/ruby-selenium-webdriver: add CHECK_SHLIBS_SKIP
Do not check ${GEM_LIBDIR}/bin/* since these are prebuilt binaries
for Linux, MacOS and Windows.
|