May 17, 2024 ยท RPA Framework
๐ RPA Framework 28.6.0
-
Library RPA.Browser.Selenium (#1191):
- Fix/workaround for Chromium browser all instances not closing after the run. Which affects methods
open_available_browserandopen_chrome_browser. The default behavior can be changed with new parametersandbox=True.
- Fix/workaround for Chromium browser all instances not closing after the run. Which affects methods
-
Library RPA.Excel.Application (#1191):
-
Enhance
findwith new parameterssearch_type,start_after, andexact -
Allow
open_workbookto load workbooks from URLs -
Improve all
RPA.*.Application.quit_applicationmethods to perform garbage collection before callingapp.quit()to avoid problem with unreleased COM objects -
Add
rgb_to_excel_color(red, green, blue)method to get a suitable color value forRange.Font.ColorandRange.Interior.Color
-