How to send CTRL or ALT + any other key?

后端 未结 2 923
我在风中等你
我在风中等你 2020-12-05 15:10

I have powershell script which will open web page (Selenium) and set focus on the \"Message\" box. Now, I want to simulate Ctrl+V to paste my data from

2条回答
  •  盖世英雄少女心
    2020-12-05 15:45

    A bit dry to read, but maybe reading C#'s docs on using what's on the clipboard might help:

    http://msdn.microsoft.com/en-us/library/system.windows.forms.clipboard%28v=vs.110%29.aspx

提交回复
热议问题