• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • CPACK
    • Home
    • List packs
    • Submit pack
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

A.29 library(www_browser): Open a URL in the users browser
All Application Manual Name SummaryHelp

  • Documentation
    • Reference manual
      • The SWI-Prolog library
        • library(www_browser): Open a URL in the users browser
          • www_open_url/1
          • known_browser/2
          • expand_url_path/2
    • Packages
Availability::- use_module(library(www_browser)).(can be autoloaded)
Sourcewww_open_url(+Url)
Open URL in running version of the users’browser or start a new browser. This predicate tries the following steps:

  1. If a prolog flag (see set_prolog_flag/2) browser is set and this is the name of a known executable, use this. The flag may be set to Command-Mode, where mode is one of fg or bg, requesting Command to run in foreground or background mode. Default is bg.
  2. On Windows, use win_shell(open, URL)
  3. Find a generic‘open’comment. Candidates are xdg-open, open or gnome-open.
  4. If a environment variable BROWSER is set and this is the name of a known executable, use this.
  5. Try to find a known browser. @tbd Figure out the right tool in step 3 as it is not uncommon that multiple are installed.
ClioPatria (version V3.1.1-51-ga0b30a5)