mirror of
https://github.com/appium/appium.git
synced 2026-04-29 15:01:27 -05:00
allow automation of chrome beta
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module.exports = {
|
||||
browserName: 'chrome',
|
||||
browserName: process.env.BROWSER_NAME || 'chrome',
|
||||
enablePerformanceLogging: true
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user