telekom / testerra

Testerra is an integrated framework for automating tests for (web) applications.
https://docs.testerra.io/
Apache License 2.0
27 stars 15 forks source link

Update to Selenium 4.18 - Replace EventFiringWebDriver #381

Closed martingrossmann closed 8 months ago

martingrossmann commented 10 months ago

Description

The listener EventFiringWebDriver is deprecated and was also removed in current Selenium trunk (https://github.com/SeleniumHQ/selenium/pull/13200).

Selenium now provides EventFiringDecorator and WebDriverListener. This change includes an update to Selenium 4.18.1.

There is still an open PR which adds some more methods to WebDriverListener we want to use:

Other ToDos:

Type of change

Please delete options that are not relevant.

Checklist: