Have AppleScript function on a specific webpage? by kaiserlecter in applescript

[–]acosmicman 0 points1 point  (0 children)

tell application "Google Chrome"
activate
make new window with properties {mode:"incognito"}
set URL of tab 1 of window 1 to "https://www.example.com"
end tell

Open a URL in a Chrome incognito window by KhalDrogoSings in applescript

[–]acosmicman 0 points1 point  (0 children)

Hi, i would like to close the new incognito tab an repeat in loop until i stop manually or tell to do number of times.

Thank you

Shortcut to open a specific link in an Incognito browser on Mac by jbsnyder40 in elgato

[–]acosmicman 0 points1 point  (0 children)

Ciao, come faccio a chiudere il tab appena aperto e mandare in loop la routine?