Skip to content

Not working as documented in Pharo 10/11 #14

@offray

Description

@offray

When I try to run this code, which was previously working as expected, I got the message in the pictures below:

browser := GoogleChrome new.
browser headless: false.
browser open.
page := browser firstTab.
page get: 'https://mutabit.com'.

Why GoogleChrome is unable to open a web browser window? Any minimal test to run GoogleChrome with a GUI?

Pharo 10 error message:
Pharo 10 error message.

Pharo 11 error message:
Pharo 11 error message.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions