Hoping someone may know why this script stopped working when I upgraded from 10.8 to 10.12.
tell application "Chrome" of machine "eppc://Display:0@192.168.1.90" to set URL of active tab of window 1 to "http://192.168.1.80:8176/controlpage?name=Display%20Front%20Camera&useJS=True"
It returns Chrome isn’t running…which it definitely is.
Many thanks,
Carl
Model: Mac mini
Browser: Safari 603.3.8
Operating System: Mac OS X (10.12.6 beta 6)
This one returns this error:
error “Can’t make "Google Chrome" into type integer.” number -1700 from “Google Chrome” to integer
set remoteMachine to "eppc://Display:0@192.168.1.90"
using terms from application "Google Chrome"
tell application "Google Chrome" of remoteMachine
set URL of active tab of window 1 to "http://192.168.1.80:8176/controlpage?name=Display%20Front%20Camera&useJS=True"
end tell
end using terms from
Not sure if I’m getting closer or it’s just not possible anymore with 10.12.