如何在硒苏打测试中运行铬?
当我设置browser: "chrome"
它无论如何都会打开Firefox。
browser = soda.createClient({
host: "localhost",
port: 4444,
url: "http://localhost:3000",
browser: "chrome"
});
此方法甚至不执行:
browser = soda.createClient({
host: "localhost",
port: 4444,
url: "http://localhost:3000",
browser: "custom /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome"
});