Hi,
How do I zoom out a page using C# code against Firefox Gecko Driver thru Selenium? Visual Studio is 2017, but Firefox (version 48), Selenium and Gecko Driver can be updated if it matters something.
I found a lot of examples from internet, but not a single one seems to work. Either it is written for Java or then it uses some Keys.Chord that C# doesn't understand, at least not with the context (imports, packages, whatever) I had. So if your solution includes Keys.Chord, I'd need to know what all do I need to do/have/import to use Keys.Chord.
Thank you,
Arto Kilponen