我正在尝试使用一个小脚本在Windows 10计算机上将默认Web浏览器更改为Chrome。由于某种原因,它不会发送击键。它只会执行第一次MouseClick。
server:
port: 8443
ssl:
enabled: true
key-store: mykeystore.p12
key-store-password: mypass
key-store-type: PKCS12
client-auth: need
trust-store: mytruststore.jks
trust-store-password: mypass
trust-store-type: JKS
我确实创建了winwait函数以及键延迟。