Open
Description
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
Labels
No labels