AppleScript: Simulate typing into website textfield

前端 未结 0 1742
小蘑菇
小蘑菇 2021-01-29 05:18
to inputByID(theId, theValue)
    tell application "Safari"
        do JavaScript "  document.getElementById(\'" & theId & "\').value =\         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题