Skip to content

isLaunched check fail if manualy close browser #212

@yannliao

Description

@yannliao

The isLaunched() function return true when manualy close browser which expected to false. Call to goto will throw en error. Suggest add connection check.

isLaunched(): boolean { return this.browser !== null && this.browser.isConnected() || this.isPersistentContext || this.pages.length > 0; }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions