-
-
Save kevsersrca/58b5e26d8910609b6bc231427ec478e6 to your computer and use it in GitHub Desktop.
Revisions
-
gasparrobi revised this gist
Dec 9, 2017 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ ### 1. set an alias for chrome: ```alias chrome="/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome"``` ### 2. To remote control your chrome headless: ```chrome --headless --disable-gpu --remote-debugging-port=9222``` -
gasparrobi revised this gist
Dec 9, 2017 . No changes.There are no files selected for viewing
-
gasparrobi revised this gist
Dec 9, 2017 . 2 changed files with 5 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ ###1. set an alias for chrome: ```alias chrome="/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome"``` ###2. To remote control your chrome headless: ```chrome --headless --disable-gpu --remote-debugging-port=9222``` This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +0,0 @@ -
gasparrobi renamed this gist
Dec 9, 2017 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
gasparrobi created this gist
Dec 9, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ 1. set an alias for chrome: alias chrome="/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome" 2. To remote control your chrome headless: chrome --headless --disable-gpu --remote-debugging-port=9222