← All release notes

September 7, 2023 Β· RPA Framework

πŸŽ‰ RPA Framework 27.0.0a0 (in-test experimental alpha release)

  • Enables system certificate store usage with truststore automatic injection. Minimum versions for this to happen are Python 3.10.12 and pip 23.2.1. (#1083)
  • Library RPA.Browser.Selenium (#1084; rpaframework-core 11.1.0):
    • Fixes webdriver caching when attempting previously downloaded executable reuse and latest release version retrieval optimization.
    • Use Robocorp controlled secure sources for querying and downloading webdrivers. Base URL to whitelist: https://downloads.robocorp.com/ext/webdrivers/ – set RPA_EXTERNAL_WEBDRIVERS to any value if you want to default to the previously used external sources (#1080)
    • Ability to take into use a 64bit webdriver version for IE on a 64bit Windows system by setting RPA_ALLOW_64BIT_IE to any value. (by default the 32bit version is used as that’s the recommendation provided by Selenium)