Web browser

February 1, 2019 ยท View on GitHub

WebBrowser is a project included since Pharo 7. The goal of the project is to offer to the user the possibility to open a link directly into the default browser of the computer.

It currently supports:

  • Most linux 32 and 64bits
  • OSX 32 and 64bits
  • Windows 32bits

To use it you just need to call:

WebBrowser openOn: 'https://pharo.org'