Dima Tisnek
Dima Tisnek
That's not good 😆
@FRiMN could you provide a MRE? I was not able to reproduce, I've tried the newest versions: * ChromeDriver 89.0.4389.23 (61b08ee2c50024bab004e48d2b1b083cdbdac579-refs/branch-heads/4389@{#294}) * arsenic==20.9 * aiohttp==3.7.4.post0 I've added `xx = await...
I'm considering to close this...
Please test it :) I imagine there could be complications: * can a single session be reused concurrently or are N separate sessions necessary? * does the browser render in...
`jinja2` fail in CI 🙈 cc: @ojii
We love pull requests!
I tried to read https://bugs.chromium.org/p/chromedriver/issues/detail?id=780 but I can't be sure if they mean `--whitelisted-ips=""` verbatim or `--whitelisted-ips=""` typed in the shell which ought to result in `--whitelisted-ips=` passed to `chromedriver`....
Given this bit: ``` 233 "whitelisted-ips", "comma-separated whitelist of remote IPv4 addresses " 234 "which are allowed to connect to ChromeDriver", ``` I think that the double-quotes should not be...
Hmmm `{"browserName":"firefox", "moz:firefoxOptions":{"args":["-headless"]}}` works with geckodriver for me, so it seems that the command-line options can be passed... PR is welcome to fix Firefox profiles!
Interesting, `stop_session` tries to close the session nicely via the WebDriver API, which fails.