issues
search
qentinelqi
/
qweb
Keyword driven automation for the web
https://github.com/qentinelqi/qweb
Apache License 2.0
40
stars
17
forks
source link
Tko sel 4 10
#130
Closed
tkoukkari
closed
1 year ago
tkoukkari
commented
1 year ago
Selenium 4.10+ support.
Changed
OpenBrowser keyword to support Selenium 4.10 and above
Service class taken into use
Support for automatic driver/browser management via Selenium Manager (if drivers are not in PATH)
Chrome: Support for specific
browser_version
(loads Chrome for Testing if needed)
OpenBrowser kw documentation updated/more examples added, including BrowserStack usage and local android device usage.
DragDrop to support also elements that do not have "draggable" attribute set
Re-used variable "url" renamed in VerifyLinks
Updated readme.md
Fixed
SetConfig HandleAlerts False was not raising exceptions
BrowserStack/mobile integration to support OS Version
SetConfig argument types modified in order to avoid automatic type conversion
This fixes issue of using robot fw format (variable containing list) in SetConfig RunBefore
Removed
IE Support
Robot 3.2.2 support (4.1.3 is the new minimum)
Python 3.7 support as it has been already
EOL'd
and some security fixes for dependencies are not released for Python 3.7
Selenium 4.10+ support.
Changed
Fixed
Removed