I need to set the firefox capability "moz:useNonSpecCompliantPointerOrigin" that has been introduced recently.
Has anybody succeeded to set it with the c# language bindings?
Here is the snipped that shows how I tried it:
myFirefoxOptions.AddAdditionalCapability("moz:useNonSpecCompliantPointerOrigin", true);
new FirefoxDriver(myFirefoxOptions)
I get a WebDriverException that says "Invalid moz:firefoxOptions field moz:useNonSpecCompliantPointerOrigin".
Am I doing it wrong, or shall i file an issue for that.
Best regards,
Nicolas