๐ RPA Framework 28.6.2
-
Update
rpaframework-coreto version 11.3.3 includingwebdriver-managerupgrade to version 4.0.2. This should fix the issue with downloading the latest Chrome driver version. -
(in rpaframework 28.6.1) Library RPA.Robocorp.Vault (#1199): Proper error message if caused by SSL truststore patching bug.
Couple of reminders when using Selenium browsers and handling webdrivers:
-
the matching webdriver can be always placed into robot root folder and that will be used if it is compatible with the selected browser (can be downloaded from here). BUT remember that open_available_browser method will automatically try to download and use correct webdriver
-
the Chrome's new search engine selection startup popup can be bypassed by giving argument for the Chrome (examples in Python and Robot Framework syntax)
Python
Robot Framework