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

Missing method to clear the clipboard. #130

Open
jensakejohansson opened this issue Jan 13, 2025 · 2 comments
Open

Missing method to clear the clipboard. #130

jensakejohansson opened this issue Jan 13, 2025 · 2 comments

Comments

@jensakejohansson
Copy link
Contributor

jensakejohansson commented Jan 13, 2025

Hi @aristotelos!

We're trying to use your clipboard methods:

7026514

However, we are missing a method for clearing the clipboard. You are not allowed to set the clipboard to an empty string according to the dotnet-implemention - the SetText-method throws an exception if input is null or empty. One most invoke the Clear-method on the clipboard.
bild
We could contribute by making a pull request, or are you intressted in adding this option as well?

Also, how/when are new releases published? We found the clipboard documentation in the readme, and found it in the source code, but it took us a while to realise it was not part of the latest release (so we had to build it ourselves) :)

Thanks for this WebDriver-wrapper! It's really the go to solution since MS abandoned the WinAppDriver project!

@aristotelos
Copy link
Collaborator

I am very open to pull requests. At the moment a release is published every time a tag gets created, which is at the moment a manual process. I'd like to automate this, maybe I could release every commit but then as release candidates.

@jensakejohansson
Copy link
Contributor Author

Ok! Yes, creating a release candidate after a pull request/commit could be good option for now.

I made pull request here: #131

I did it from the best of my understanding, I just started looking at this repo, let me know if something that needs to be improved.

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

No branches or pull requests

2 participants