Skip to content

Instantly share code, notes, and snippets.

@rodrigoea
Created June 4, 2018 20:12
Show Gist options
  • Save rodrigoea/03920f023ef7c6bbf6cc60386fdb74aa to your computer and use it in GitHub Desktop.
Save rodrigoea/03920f023ef7c6bbf6cc60386fdb74aa to your computer and use it in GitHub Desktop.
Open links on the simulator from the terminal

IOS

xcrun simctl openurl booted "https://google.com/"

ANDROID

adb shell am start -a "android.intent.action.VIEW" -d "https://google.com/"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment