Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7ec2752

Browse files
Samuel-StOCopilot
andauthored
Update docs/helpers/Playwright.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 47c3d2c commit 7ec2752

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎docs/helpers/Playwright.md‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1352,14 +1352,15 @@ Avoid committing it to source control and prefer storing it in a protected secre
13521352

13531353
* `options` **[object][6]?**
13541354

1355-
* `options.indexedDB` **[boolean][26]?** set to true to include IndexedDB in snapshot (Playwright >=1.51)```js
1355+
* `options.indexedDB` **[boolean][26]?** set to true to include IndexedDB in snapshot (Playwright >=1.51)
1356+
```js
13561357
// basic usage
13571358
const state = await I.grabStorageState();
13581359
require('fs').writeFileSync('authState.json', JSON.stringify(state));
13591360

13601361
// include IndexedDB when using Firebase Auth, etc.
13611362
const stateWithIDB = await I.grabStorageState({ indexedDB: true });
1362-
```
1363+
```
13631364

13641365
### grabTextFrom
13651366

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /