Skip to content

feat: support for https/http protocol choice for browser address #138

Open
@SnoCold

Description

@SnoCold

Summary

What:

A minor change to allow users to choose from http or https protocols

Why:

People trying to test webpages while their browser is in a secure network, might want to use https instead of the default http.

p.s. not sure if any other protocols exist, that can be used with the browser.

Acceptance Criteria

Below is a list of tasks that must be completed before this issue can be closed.

  • Write documentation
  • Write unit tests
  • Write integration tests

Example Pseudo Code (for implementation)

const { browser, page } = await buildFor( "chrome", { protocol: "https" });

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