Dave

Results 135 comments of Dave

>3) I think it is more stable to make the manager tell the agents to create this variable Maybe I tell the agent to create it if it doesn't exist,...

Hmmm maybe this is part of the solution: ``` import re #Return a list containing every occurrence of "ai": txt = "%{RF_DIRECTORY}${/}folder${/}file.resource" x = re.findall("%{([^}]+)}", txt) print(x) ```

This might be related to Issue #246, If so, hopefully v1.3.1 will resolve it

Can you confirm if this remains an issue with v1.3.2? 1.3.1 and v1.3.2 have many bug fixes related to resource files

Work in progress | ![image](https://github.com/user-attachments/assets/de85bba3-fe9a-469f-a4ad-bfd7ef387188) | ![image](https://github.com/user-attachments/assets/9aa0b2f7-1931-4a62-a9c4-eaa7bcedaa61) | | --- | --- | | Scenario Settings | Test Row Settings |

Same here: ``` $ webdrivermanager chrome Downloading WebDriver for browser: "chrome" Error, unable to get version number for release 116.0.5845, got code: 404 Failed to parse compatible version: Error, unable...

The solution suggested by @lich0821 worked for me, I was able to implement that with robot framework

@Antimatterr If you are using robot framework with the latest version of SeleniumLibrary, you don't need that python code workaround, SeleniumLibrary to use Selenium Manager and automatically download the driver...