Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Learn More

Support for Applescript

  • 1 odpověď
  • 1 má tento problém
  • 8 zobrazení
  • Poslední odpověď od 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.

Všechny odpovědi (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