-
Notifications
You must be signed in to change notification settings - Fork 672
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
Automatically copy remote worker URL to the system clipboard #1418
Comments
const clipboardy = require('clipboardy'); if (clipboardy) { I've only learned about TestCafe today (so apply with a grain of salt)
|
Hello @okvv, you can connect any number of browsers using this URL, so if |
Is there traction with this feature, I found a use case for this that would be extremely helpful. Ideally, the remote URL would be pasted into the clipboard or accessible somewhere. |
This issue has been automatically marked as stale because it has not had any activity for a long period. It will be closed and archived if no further activity occurs. However, we may return to this issue in the future. If it still affects you or you have any additional information regarding it, please leave a comment and we will keep it open. |
We're closing this issue after a prolonged period of inactivity. If it still affects you, please create a new issue with up-to-date information. Thank you. |
Are you requesting a feature or reporting a bug?
Feature (idea of @georgiy-abbasov)
What is the current behavior?
Currently user have to highlight and copy the remote worker url by hands. It's slow and inconvenient.
What is the expected behavior?
Copy remote worker url to the system clipboard. We can use https://github.com/sindresorhus/clipboardy to do this.
The text was updated successfully, but these errors were encountered: