dmtrKovalenko / cypress-real-events

Fire native system events from Cypress.
MIT License
755 stars 67 forks source link

Missing "getCypressElementCoordinates" import in latest version and exception is thrown 'not a function' #628

Closed AhmedMAnwar closed 2 months ago

AhmedMAnwar commented 7 months ago

After installing the latest version 1.11.0, I got an error that 'getCypressElementCoordinates' is not resolved by the node module.

dmtrKovalenko commented 6 months ago

Need more details and a way to reproduce this error in order to help you

AhmedMAnwar commented 6 months ago

@dmtrKovalenko Thanks for the quick response. I just installed the latest version of the plugin, and while using the realClick() method, I just an exception is thrown in the console logs showing that " 'getCypressElementCoordinates'" is not resolved. After more investigation, I found this method doesn't exist at all in the node module package.

dmtrKovalenko commented 6 months ago

If this will be a real issue nobody will be able to use this lib but taking into account amount of downloads Id guess this is your local issue. Feel free to provide more details if you still think this is a real one.

AhmedMAnwar commented 6 months ago

I guess I already did a cleaning for my package installation, and it didn't work at all.

dmtrKovalenko commented 2 months ago

closing as no more references of this issue were made