October 11, 2023 · RPA Framework
🎉 RPA Framework 27.4.0
- Library RPA.JavaAccessBridge (#1060;
java-access-bridge-wrapper1.1.0): - New library import parameter max_depth which limits the maximum level the search will go when selecting a window and building the element tree. With disable_refresh one can disable any implicit global refresh when this is set to False.
- Add new keyword
Refresh Elementfor explicitly refreshing elements. (useful when callbacks are disabled and new data appears in the app) - Enhance
Read Tablewith visible_only parameter which controls what kind of children (inner cells of the table) to return. The number of columns is correctly detected and the table automatically refreshes when callbacks are disabled and the global refresh is enabled. - Bugfixes in the following keywords:
Click Element,Set Display Scale Factor,Get Element Actions.