Created
January 24, 2022 01:15
-
-
Save mw866/9500d685ffcfdcfcf933a204203b0da2 to your computer and use it in GitHub Desktop.
#chrome
This file contains 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 characters
#!/bin/zsh | |
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --headless --disable-gpu --remote-debugging-port=9222 https://www.example.com | |
echo "Connec to the remote target at chrome://inspect/#devices` | |
read -p "Press Return to Close..." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment