webdriver icon indicating copy to clipboard operation
webdriver copied to clipboard

Incorrect origin type

Open waynevanson opened this issue 4 years ago • 0 comments

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.

waynevanson avatar Feb 27 '21 22:02 waynevanson