You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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!
The text was updated successfully, but these errors were encountered:
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.
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.
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!
The text was updated successfully, but these errors were encountered: