appium / appium-windows-driver

Appium's interface to WindowsAppDriver provided by Microsoft
Apache License 2.0
131 stars 35 forks source link

[Help]Any method to get/set the text of clipboard? #185

Closed pppppino closed 1 year ago

pppppino commented 1 year ago

Hi, I want to get text in clipboard, but below API has not yet been implemented: self.driver.get_clipboard_text()

I wanna know do we have other method to achieve it?

pppppino commented 1 year ago

solved by pyperclip