💻 Software
Switch between Google Chrome Tabs using AppleScript
Fresh7 days ago
Mar 15, 202614308 viewsConfidence Score0%
0%
Problem
I was hoping that the following code would do the job, but no cigar:
Error Output
--Only the window is brought into focus
tell application "Google Chrome"
activate tab 1 of window 1
end tellUnverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Switch between Google Chrome Tabs using AppleScript
Low Risk
Google Chrome is, in fact, scriptable. Works like a charm for version 10.0.648.204. While it would be nice to do something like the following: It's not possible, since is a read-only property. You'd need to loop over all a window's tabs to find the …
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix