mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-17 08:11:49 +03:00
0b1b718afc
Allows autocomplete on the arg passed to the init script ```ts await page.addInitScript((arg) => { window.localStorage.setItem('init_user_state', JSON.stringify(arg.initUserState)) // arg was previously 'any' }, { initUserState: { foo: 'bar' }, }) ``` |
||
---|---|---|
.. | ||
bin | ||
bundles | ||
src | ||
types | ||
.npmignore | ||
browsers.json | ||
cli.js | ||
index.d.ts | ||
index.js | ||
index.mjs | ||
package.json | ||
README.md | ||
ThirdPartyNotices.txt |
playwright-core
This package contains the no-browser flavor of Playwright.