Àlex Pérez
Àlex Pérez
Nice, thanks for reporting! I'll take a look when I have some time.
I belive this is a duplicated https://github.com/wkeeling/selenium-wire/issues/697. The problem seems to be [here](https://github.com/wkeeling/selenium-wire/blob/master/seleniumwire/webdriver.py#L297). ``` if seleniumwire_options.get('auto_config', True): capabilities = kwargs.get('desired_capabilities') if capabilities is None: capabilities = DesiredCapabilities.FIREFOX.copy() else: capabilities =...
Sure, I didn't meant it for you to close it, just to create the link relating the two of them. I think this has better documentation, I'd leave this open.
> @surfingdoggo test this: > > > For old selenium (< 4.10): dc = DesiredCapabilities.CHROME.copy() dc["goog:loggingPrefs"] = {"browser":"INFO"} > > For "new" selenium (>=4.10), you need to place it using...
That's probably because the helm chart is too old, the Ingress api group change a while ago. We'll try to fix it ASAP.
When using a single page, even with the templares it still uses markdown in the main header. But still pretty useful, thanks for the templates!
I do expect it also, it makes special sense when using a vim plugin.
It helped, thanks!