Simon Meggle
Simon Meggle
Yes, @aaltat the library import value (or if not given, the default) is what the reset should set. My only point in the last comment was that it does not...
From my POV, besides containers, I do not see any way for an air gapped installation than doing it with RCC. It allows to import environments via `hololib.zip` file. But...
(Blowing away the dust 💨) An chance that Browserlibrary does not use a proxy at all to communicate with the Playwright process? Setting `no_proxy` env var works but is not...
I also asked Robocorp to allow `no_proxy` var in RCC environments: https://github.com/robocorp/rcc/issues/57 But anyway, it would be great if this could be fixed inside the library. Thanks!
> Is there already a timeline to implement this. It will be implemented soon, but obviously not in this library (the pr still hangs, no one has ever reviewed it).
Hi Ed, I also notice that creating a webdriver does not work as expected (Selenium 4.7.2, SeleniumLibrary 6.0.0). ``` # (The browser type does not really matter) Create Webdriver chromium...
OMG. Wrong path... 🤦♂️ It makes a big difference how you write the browser name. https://github.com/robotframework/SeleniumLibrary/blob/24c732b1628420ab8fd016424489ba1d63667503/src/SeleniumLibrary/keywords/browsermanagement.py#L385 In case of "Chrome" it returns the webdriver object. But "chrome" is also an...
The error is that `getCellValue` is not a valid method of the returned COM object. For me it seems that this keyword never could have worked. I have fixed this...
It's a problem with asyncio on Windows, seems to be fixed in Python 3.9.1 (my machine has 3.8.5). See https://bugs.python.org/issue39010 If it s not solvable in CryptoLib, please add a...