olzliberty.blogg.se

Chrome on mac os
Chrome on mac os









chrome on mac os

I finalized my approach with: def packageExtensionScript = '/Users/varr/package. ProcessBuilder packExtension = new ProcessBuilder(chromePath, packExtensionSwitch)īut this returned an exit code 21 every time and no files were generated. To set up Chrome browser on Mac, you create a configuration profile and deploy it using your preferred mobile device management (MDM) tool. In oovy, I tried using: def chromePath = "/Users/varr/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary"ĭef packExtensionSwitch='-pack-extension="/Users/varr/Dropbox/Code/Projects/Bookmark Express/src"' To automate this, I used Geb (and Groovy). oh-my-zsh) may display exit codes so you can have an idea there Chrome will not display any output of success or failure but it will return an exit code."/Users/varr/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" -pack-extension="/Users/varr/Dropbox/Code/Projects/Bookmark Express/src"











Chrome on mac os