raivolink

Results 7 comments of raivolink

Hello, this is not an issue or error, truststore functionality was added for SSL issues. https://robocorp.com/docs/troubleshooting/ssl-issues

It would work with python version 3.12.

Latest rpaframework `28.6.2` includes webdriver-manager `4.0.2` https://updates.robocorp.com/release/51XaM-rpa-framework-2862 It is recommended to remove existing drivers under `%LOCALAPPDATA/robocorp/webdrivers` folder when taking this new release into use.

Hi, It works as documented https://robocorp.com/docs-robot-framework/libraries/rpa-framework/rpa-excel-files/keywords#read-worksheet, returning list of dictionaries of the data. To get all cell values you have to consider that when looping header data becomes element, turning...

What browser is being used with `Open Browser` keyword?

> any fix on this? What is the exact error you are receiving? Can you provide a minimal code example to reproduce it? What is the version used?

Additional comment from Zendesk: _Further checking the “type_text” function in the “JavaAccessBridge.py”, it is observed that in addition to the “double click” action, the clear condition uses “CTRL+A and Delete”...