Michał Lipok
Michał Lipok
> @mlipok for selenium 4 its better to use ChromeOptions instead of capabilities Ok. So I ask if this following document: https://github.com/operasoftware/operachromiumdriver/blob/master/docs/desktop.md should be changed accordingly?
> Are the capabilites string examples form `desktop.md` not correct? It was my question in OP but maybe not well worderd.
I had in a mind that using: https://github.com/operasoftware/operachromiumdriver/blob/495bb0313bb59fc0f92acc2887ec9b60ef3395e8/docs/desktop.md?plain=1#L42-L46 or https://github.com/operasoftware/operachromiumdriver/blob/495bb0313bb59fc0f92acc2887ec9b60ef3395e8/docs/desktop.md?plain=1#L58-L62 failed when I was used it. I asked/proposed to change to something like this: ```json "goog:chromeOptions":{ "w3c":true, "excludeSwitches":[ "enable-automation" ],...