คำถามติดแท็ก javascript-automation

1
เปิดและโฟกัสไฟล์โต้ตอบการสืบค้นจากบรรทัดคำสั่ง
ฉันต้องการเปิดกล่องโต้ตอบเรียกดูไฟล์ดั้งเดิมจากบรรทัดคำสั่งโฟกัสข้อความแล้วรับเส้นทางแบบเต็มของไฟล์ที่เลือก ต่อไปนี้ใช้งานได้ดี แต่กล่องโต้ตอบไม่ได้รับการโฟกัสดังนั้นจึงไม่สามารถควบคุมผ่านแป้นพิมพ์ได้: osascript -l JavaScript -e "var app = Application.currentApplication(); app.includeStandardAdditions = true; app.chooseFile().toString();" ขอบคุณสำหรับความช่วยเหลือใด ๆ

1
ไม่สามารถต่อข้อความใน JXA ได้
ฉันพยายามที่จะได้รับใน Javascript สำหรับระบบอัตโนมัติ bandwagon ฉันเขียนสคริปต์ด่วนที่ทำให้อีเมลคำขอเดินทางของฉันเป็นอัตโนมัติโดยมีกล่องโต้ตอบสองสามกล่อง นี่คือรหัสของฉัน: Mail = Application("Mail"); Mail.includeStandardAdditions = true Origin = Mail.displayDialog( 'Where is the trip starting from?', { defaultAnswer: 'Shanghai', buttons:["Cancel", "Continue"], defaultButton: "Continue" }) Destination = Mail.displayDialog( 'Where is the trip to?', { defaultAnswer: "", buttons:["Cancel", "Continue"], defaultButton: "Continue" }) StartDate = Mail.displayDialog( 'When are …
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.