1{ 2 "browsers": { 3 "linux-ssh-chrome": { 4 "path": "/path/to/google/chrome", 5 "driver": { 6 "type": "ssh", 7 "settings": { 8 "host": "my-linux-machine", 9 "port": 9515, 10 "ssh_port": 22, 11 "ssh_user": "user" 12 } 13 } 14 }, 15 "chromeos-ssh-chrome": { 16 "path": "/opt/google/chrome/chrome", 17 "driver": { 18 "type": "chromeos-ssh", 19 "settings": { 20 "host": "my-chromeos-machine", 21 "port": 9515, 22 "ssh_port": 22, 23 "ssh_user": "root" 24 } 25 } 26 } 27 } 28} 29