It would be nice if I could just do this: ```js cy.realClick({ x: 10, y: 10 }) ``` instead of having to do this ```js cy.get('body').realClick({ x: 10, y: 10 }) ```