Dave
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) ```
Fixed linter issues and merged into v1.4.0 branch
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 |  |  | | --- | --- | | Scenario Settings | Test Row Settings |
Merged into v1.4.0 branch
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...