qentinelqi / qweb

Keyword driven automation for the web
https://github.com/qentinelqi/qweb
Apache License 2.0
40 stars 17 forks source link

QWeb requires old Selenium #68

Closed squrppi closed 2 years ago

squrppi commented 2 years ago

QWeb 1.2.5 requires Selenium 3.141.0, while robotframework-seleniumlibrary requires Selenium >=4.0.0. This causes issues if both are needed in the same installation.

QWeb should use Selenium>=4.0.0.

tkoukkari commented 2 years ago

hi, yes. We already have a release candidate (QWeb 2.0.0rc1) with selenium 4 which can be installed with: pip install -U QWeb --pre

Selenium 4 will also be the only supported selenium version in next official release.

I'll leave this issue open until next release will be available in pypi without --pre flag.

tkoukkari commented 2 years ago

2.0.0 was released today with selenium 4 support.