代码之家  ›  专栏  ›  技术社区  ›  user310291

带Powershell的VSCode的Sendkeys:只工作第1次,第2次,为什么我会得到关于nodejs的错误?

  •  0
  • user310291  · 技术社区  · 6 年前

    当我将此粘贴到Powershell控制台中时,它可以工作

    $wshell = New-Object -ComObject wscript.shell;
    $wshell.AppActivate('Untitled-1')
    Sleep 1
    $wshell.SendKeys('Hello World 1~')
    Sleep 1
    $wshell.SendKeys('Hello World 2~')
    

    更新:我怀疑Electronjs,所以我将其添加到标签:)

    enter image description here

    0 回复  |  直到 6 年前