-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copy to clipboard example #709
Conversation
good example for cypress-io/cypress#2752 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why does this functionally only work in Electron? Is Cypress sending a flag for Electron to make it skip clipboard permissions that you know of?
We are not sending any special flag - Electron just has access to the clipboard like a "normal" desktop application. |
Uses the custom element that GitHub uses to copy every code fragment. Currently works pretty well in Electron only, other browsers probably will need a native event or some permission stuff. But it is a good start.
The test failures are from flakey tests in unrelated recipes