Xceptance / neodymium-library

A test automation library based on common other best practice open source libraries. It adds missing functionalities but does not reinvent the wheel. Just glues stuff together nicely and adds some sprinkles.
MIT License
80 stars 11 forks source link

Remove support for Opera and PhantomJS #200

Closed oomelianchuk closed 3 months ago

oomelianchuk commented 3 years ago

As far as I understand, there is already no special handling for Opera and PhantomJS driver setup. Nevertheless, the NeodymiumConfigutation still contains methods to configure driver paths for those browsers.

According to the Selenium 4 release notes , the support for these browsers will be completely removed.

We should think about removing getPhantomJsDriverPath() and getOperaDriverPath() methods from the NeodymiumConfigutation class and clean up the code.

wurzelkuchen commented 5 months ago

This was this was done during the selenide update #203

georgkunze commented 5 months ago

There is a corresponding branch in the neodymium-lybrary.wiki repository fro this ticket. Awating approval