This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

ค้นหาฝ่ายสนับสนุน

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

เรียนรู้เพิ่มเติม

Support for Applescript

  • 1 การตอบกลับ
  • 1 คนมีปัญหานี้
  • 8 ครั้งที่ดู
  • ตอบกลับล่าสุดโดย ideato

more options

I use applescript to automatic some daily tasks. Currently, I am needing to use Chrome or Safari on my mac because the scripts do not work on Firefox. Could applescript support be added to Firefox?

tell application "Firefox" activate if windows is {} then reopen

repeat 5 times tell front window set newTab to make new tab set the URL of newTab to "https://samplelink.com" set the current tab to newTab delay 0.5 end tell end repeat

delay 5 close (every tab of window 1 whose URL contains "https://samplelink.com") end tell

Thanks.

I use applescript to automatic some daily tasks. Currently, I am needing to use Chrome or Safari on my mac because the scripts do not work on Firefox. Could applescript support be added to Firefox? tell application "Firefox" activate if windows is {} then reopen repeat 5 times tell front window set newTab to make new tab set the URL of newTab to "https://samplelink.com" set the current tab to newTab delay 0.5 end tell end repeat delay 5 close (every tab of window 1 whose URL contains "https://samplelink.com") end tell Thanks.

การตอบกลับทั้งหมด (1)

more options

Hello daviddierking, if i remember well i think that option disappear from firefox 3.6.x (not 36.0) and above.

Add Applescript Support to Firefox - Bug 608049

thank you