Skip to content

Commit

Permalink
Selenium improvements (#1091)
Browse files Browse the repository at this point in the history
* Support for browser version retrieval

* Log browser and webdriver versions

* Fix parameter bug in version retrieval function

* Fix Selenium profile usage with Edge in IE mode

* Remove truststore dependency

* Fix version retrieval and webdriver caching for IE

* Release notes

* Fix bug during cache manager initialization

* Add Edge in IE mode user-data (profile usage) test

* Fix maximization behaviour during headless runs

* Use core 11.2.0 and prepare release

* Don't maximize the browser window in CI
  • Loading branch information
cmin764 authored Sep 15, 2023
1 parent 26fad7b commit c2fe3a8
Show file tree
Hide file tree
Showing 6 changed files with 417 additions and 341 deletions.
17 changes: 11 additions & 6 deletions docs/source/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,21 @@ Latest versions
`Upcoming release <https://github.com/robocorp/rpaframework/projects/3#column-16713994>`_
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

- Library **RPA.Browser.Selenium** (:issue:`1078`; ``rpaframework-core`` **11.2.0**):

- Display the used webdriver and browser versions in the logs.
- Reminder: You can disable webdriver-manager SSL checks during downloads by setting
``WDM_SSL_VERIFY=false`` in the environment.


`Released <https://pypi.org/project/rpaframework/#history>`_
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

27.1.0 - 15 Sep 2023
--------------------

- Library **RPA.Browser.Selenium** (:pr:`1091`; ``rpaframework-core`` **11.2.0**):

- Display the used webdriver and browser versions in the logs. (:issue:`1078`)
- Support profile usage with Edge in IE mode as well. (:issue:`1079`)
- Warn when maximizing the browser in headless mode and offer help. (:issue:`1075`)
- Reminder: You can disable webdriver-manager SSL checks during downloads by setting
``WDM_SSL_VERIFY=false`` in the environment.

14 Sep 2023
-----------

Expand Down
Loading

0 comments on commit c2fe3a8

Please sign in to comment.