webdriver
webdriver copied to clipboard
Incorrect origin type
In chapter 17. Actions, section 17.3 Processing Actions Requests:
If origin is not equal to "viewport" or "pointer" and origin is not an Object that represents a web element, return error with error code invalid argument.
Should be "not equal to "viewport", "pointer" or origin is not an Object".
This looks correct to me because JSON cannot be both a string and an Object.