Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: İnanç Gümüş <[email protected]>
  • Loading branch information
ankur22 and inancgumus authored Jul 27, 2022
1 parent b675502 commit b9e5ba7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "BrowserContext"
excerpt: "xk6-browser: BrowserContext Class"
---

`BrowserContext`s provide a way to operate multiple independent sessions, with separate pages, cache and cookies. When a [Browser](/javascript-api/xk6-browser/browser) is launched, a default `BrowserContext` is created.
`BrowserContext`s provide a way to operate multiple independent sessions, with separate pages, cache, and cookies. A default `BrowserContext` is created when a [Browser](/javascript-api/xk6-browser/browser) is launched.

The [Browser](/javascript-api/xk6-browser/browser) type is used to create a new `BrowserContext`.

Expand Down

0 comments on commit b9e5ba7

Please sign in to comment.