Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bablosoft/playwright-with-fingerprints
/ functions
Functions
16 in github.com/bablosoft/playwright-with-fingerprints
⨍
Functions
16
◇
Types & classes
3
↓ 10 callers
Method
launch
* Launches **playwright** and launches a browser instance with given arguments and options when specified. * * This method uses the playwright's
src/index.d.ts:65
↓ 5 callers
Function
getText
(selector)
examples/multithreading.js:14
↓ 2 callers
Method
#validateOptions
* Check the options used to launch a browser for compatibility with plugin. * If any of the specified options are incompatible, an error will be th
src/index.js:89
↓ 2 callers
Function
isBrowser
(target)
src/utils.js:113
↓ 2 callers
Function
resetOptions
(options = {})
src/utils.js:108
↓ 1 callers
Method
configure
* Configures the browser, including viewport size, hook and event binding. * * @param {import('playwright').Browser} browser - The target browse
src/index.js:59
↓ 1 callers
Method
launchPersistentContext
(userDataDir, options = {})
src/index.js:21
↓ 1 callers
Method
launchPersistentContext
* Returns the persistent browser context instance. * * Launches browser that uses persistent storage located at `userDataDir` and returns the on
src/index.d.ts:77
↓ 1 callers
Function
patchContext
@param {import('playwright').BrowserContext} ctx
src/utils.js:31
↓ 1 callers
Function
patchPage
@param {import('playwright').Page} page
src/utils.js:44
↓ 1 callers
Function
waitForResize
(page)
src/utils.js:106
Function
apply
(fn, ctx, [opts])
src/utils.js:33
Function
launch
()
test/basic.js:61
Method
launch
(options = {})
src/index.js:15
Function
main
()
examples/multithreading.js:9
Method
resize
(page)
src/index.js:64