May 19, 2023 · RPA Framework, Portal
🎉 RPA Framework 23.1.0
- Library RPA.Browser.Selenium (#943):
- New keyword
Click Element When Clickablewhich tries to overcome errors like “Other element would receive the click”. (#884) - New keyword
Set Element Attributewhich sets an attribute value to an element retrievable withGet Element Attribute. (#762) - Setting a custom download directory is now supported by all Chromium-based browsers and Firefox. Use
Set Download Directorybefore opening any browser instance in order to set such a custom path. (this should be working now in both headful and headless modes; #882) - Custom user profiles (and common configuration) can be used with all Chromium-based browsers, like Chrome, Edge. (#865)
- Improved main library documentation, accepting both WebElement and str as locator types under our keywords as well. (#940, #939)