Display a link to a given path or open link in a browser.
drush browse
path : Path to open. If omitted, the site front page will be opened.
--browser : Specify a particular browser (defaults to operating system default). Use --no-brower to suppress opening a browser.
--redirect-port : The port that the web server is redirected to (e.g. when running within a Vagrant environment)
Open default web browser (if configured or detected) to the site front page.
drush browse
Open web browser to the path node/1.
drush browse node/1
Open a browser to the web site specified in a site alias.
drush @example.prod
Open Firefox web browser to the path 'admin'.
drush browse --browser=firefox admin