Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bosniankicks/stealthwright
/ functions
Functions
110 in github.com/bosniankicks/stealthwright
⨍
Functions
110
◇
Types & classes
26
Method
textContent
* Get the text content of an element * @returns {Promise<string>} - Text content
lib/page.js:390
Method
tryConnect
()
lib/browser.js:402
Method
type
* Type text sequentially with delays between each character * @param {string} text - Text to type * @param {Object} [options] - Type options
lib/page.js:217
Method
type
* Type text sequentially (direct method) * @param {string} selector - CSS selector for the element * @param {string} text - Text to type * @p
lib/page.js:1710
Method
typeWithMistakes
* Type text with random typing mistakes that are corrected * @param {string} text - Text to type * @param {Object} [options] - Type options
lib/page.js:252
Method
url
* Get the current URL * @returns {Promise<string>} - Current URL
lib/page.js:1299
Method
version
* Get version information * @returns {Promise<Object>} - Version info
lib/browser.js:622
Method
waitForFunction
* Wait for a function to return a truthy value * @param {Function} predicate - Function to evaluate * @param {Object} [options] - Wait options
lib/page.js:981
Method
waitForNavigation
* Wait for navigation to complete * @param {Object} [options={}] - Navigation options * @returns {Promise<void>}
lib/page.js:959
Method
waitForSelector
* Wait for a selector to appear * @param {string} selector - CSS selector to wait for * @param {Object} [options] - Wait options * @returns {
lib/page.js:969
← previous
101–110 of 110, ranked by callers