Skip to content
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

Merged
merged 20 commits into from
May 26, 2021
Merged

Copy to clipboard example #709

merged 20 commits into from
May 26, 2021

Conversation

bahmutov
Copy link
Contributor

@bahmutov bahmutov commented May 25, 2021

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.

copy-paste

The test failures are from flakey tests in unrelated recipes

@bahmutov bahmutov marked this pull request as ready for review May 25, 2021 02:32
@bahmutov
Copy link
Contributor Author

good example for cypress-io/cypress#2752

Copy link
Member

@jennifer-shehane jennifer-shehane left a 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?

@bahmutov
Copy link
Contributor Author

We are not sending any special flag - Electron just has access to the clipboard like a "normal" desktop application.

@bahmutov bahmutov merged commit 275b9d2 into master May 26, 2021
@emilyrohrbough emilyrohrbough deleted the copy-to-clipboard-example branch November 22, 2022 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants