MCPcopy Create free account

hub / github.com/appium/appium / functions

Functions1,957 in github.com/appium/appium

↓ 130 callersFunctionit
()
packages/base-driver/test-fixtures/static/js/jquery.min.js:3
↓ 114 callersMethodinfo
(prefix: string, message: any, ...args: any[])
packages/logger/lib/types.ts:31
↓ 96 callersMethoddebug
(prefix: string, message: any, ...args: any[])
packages/logger/lib/types.ts:30
↓ 77 callersMethoderror
(prefix: string, message: any, ...args: any[])
packages/logger/lib/types.ts:36
↓ 55 callersMethodwarn
(prefix: string, message: any, ...args: any[])
packages/logger/lib/types.ts:35
↓ 41 callersMethodget
()
packages/strongbox/lib/base-item.ts:47
↓ 38 callersMethodall
(route: string, handler: (req: unknown, res: MockResponse) => void)
packages/fake-plugin/test/unit/plugin.spec.ts:19
↓ 37 callersMethodcode
()
packages/base-driver/lib/protocol/errors.ts:290
↓ 36 callersMethodw3cStatus
()
packages/base-driver/lib/protocol/errors.ts:293
↓ 34 callersMethodclose
()
packages/types/lib/server.ts:14
↓ 32 callersMethodset
(key: K, value: V)
packages/appium/lib/schema/schema.ts:28
↓ 31 callersMethodtoString
()
packages/support/lib/timing.ts:100
↓ 23 callersMethodlog
* Creates a log message * @param level * @param prefix * @param message message of the log which will be formatted using utils.format() *
packages/logger/lib/types.ts:21
↓ 21 callersMethodexec
* Execute `npm` with given args. * * If the process exits with a nonzero code, the contents of `STDOUT` and `STDERR` will be in the * `messag
packages/support/lib/npm.ts:68
↓ 19 callersMethodstart
* Start the timer * * @return {Timer} The current instance, for chaining
packages/support/lib/timing.ts:65
↓ 18 callersFunctionnext
()
packages/appium/lib/bidi-commands.ts:196
↓ 17 callersMethodproxy
* Proxies a raw WebDriver command to the downstream server.
packages/base-driver/lib/jsonwp-proxy/proxy.ts:173
↓ 16 callersMethodwrite
* Writes value * @param value New value
packages/strongbox/lib/index.ts:59
↓ 15 callersMethoddelete
()
packages/opencv/lib/autorelease-pool.ts:2
↓ 14 callersMethodisWindows
()
packages/support/lib/system.ts:77
↓ 13 callersMethodcreate
(manifest: Manifest)
packages/appium/test/unit/extension/plugin-config.spec.ts:22
↓ 13 callersFunctiongetLogger
(tag: string, parent = rootLogger)
packages/docutils/lib/logger.ts:53
↓ 13 callersFunctionperformApiRequest
(suffix = '', opts = {})
scripts/crowdin-common.mjs:54
↓ 12 callersMethoddeleteSession
* Stop an automation session * @see {@link https://w3c.github.io/webdriver/#delete-session} * * @param sessionId - the id of the session that
packages/types/lib/commands/basedriver.ts:361
↓ 12 callersMethodfind
* Perform lookup of image element(s) inside of the current element * * @param multiple - Whether to lookup multiple elements * @param driver
packages/images-plugin/lib/image-element.ts:264
↓ 11 callersMethodadd
(opts: ItemOptions, source: Stream | WebSocket)
packages/storage-plugin/lib/storage.ts:50
↓ 11 callersMethodfail
* If a thing like `err` has not already been emitted, emit * {@linkcode DocutilsValidator.FAILURE}. * @param err A validation error * @return
packages/docutils/lib/validate.ts:187
↓ 11 callersMethodgetDuration
* Get the duration since the timer was started * * @return {Duration} the duration
packages/support/lib/timing.ts:78
↓ 11 callersFunctiongetTestPort
()
packages/driver-test-support/lib/helpers.ts:16
↓ 11 callersMethodlog
* Creates a log message * @param level * @param prefix * @param message message of the log which will be formatted using utils.format() *
packages/logger/lib/log.ts:221
↓ 11 callersFunctionresolveFixture
(filename: string, ...pathParts: string[])
packages/appium/test/helpers.ts:57
↓ 10 callersMethodclear
* Deletes the item.
packages/strongbox/lib/index.ts:50
↓ 10 callersMethodclick
* Click/tap an element * @see {@link https://w3c.github.io/webdriver/#element-click} * * @param elementId - the id of the element
packages/types/lib/commands/webdriver.ts:299
↓ 10 callersMethoderrorWithException
* Logs given arguments at the error level and returns * the error object. * * @param {...any} args * @returns {Error}
packages/types/lib/logger.ts:63
↓ 10 callersMethodupdate
(newSettings: T)
packages/types/lib/driver.ts:30
↓ 9 callersMethodjson
* Writes to `STDOUT`. Must be stringifyable. * * You probably don't want to call this more than once before exiting (since that will output inv
packages/support/lib/console.ts:182
↓ 9 callersFunctionsetup
()
packages/base-driver/test/helpers.ts:23
↓ 9 callersFunctionteardown
()
packages/base-driver/test/helpers.ts:32
↓ 8 callersMethodcreateSession
* Start a new automation session * @see {@link https://w3c.github.io/webdriver/#new-session} * * @privateRemarks * The shape of this metho
packages/types/lib/commands/basedriver.ts:347
↓ 8 callersFunctionfn
()
packages/support/test/unit/util.spec.ts:600
↓ 7 callersMethodclearNewCommandTimeout
()
packages/types/lib/driver.ts:125
↓ 7 callersMethodgetInstance
(manifest: Manifest)
packages/appium/test/unit/extension/plugin-config.spec.ts:23
↓ 7 callersMethodgetPageSource
* Get the current page/app source as HTML/XML * @see {@link https://w3c.github.io/webdriver/#get-page-source} * * @returns The UI hierarchy i
packages/types/lib/commands/basedriver.ts:257
↓ 7 callersFunctiongetResponseForW3CError
(err: any)
packages/base-driver/lib/protocol/errors.ts:1102
↓ 7 callersMethodok
A "success" message
packages/support/lib/console.ts:192
↓ 7 callersMethodread
* Reads value
packages/strongbox/lib/index.ts:54
↓ 7 callersFunctionwrapIfNeeded
* Recursively wraps objects and functions; leaves primitives unchanged; routes Promises to the * thenable facade. * * @param value - Result of a `g
packages/execute-driver-plugin/lib/vm-host-binding.ts:352
↓ 7 callersMethodxpathQuery
(sel: string, ctx?: XMLDocument | null)
packages/fake-driver/lib/fake-app.ts:137
↓ 6 callersMethoddecorate
* Wraps a message string in breathtaking fanciness * * Returns `undefined` if `msg` is `undefined`.
packages/support/lib/console.ts:165
↓ 6 callersFunctiondeleteSession
(driver: Awaited<ReturnType<typeof wdio>>)
packages/fake-driver/test/helpers.ts:37
↓ 6 callersMethodend
()
packages/support/test/helpers.ts:23
↓ 6 callersFunctiongenerateDriverLogPrefix
(obj: object | null, _sessionId?: string | null)
packages/base-driver/lib/basedriver/helpers.ts:369
↓ 6 callersMethodgetActualError
()
packages/base-driver/lib/protocol/errors.ts:927
↓ 6 callersMethodgetSettings
()
packages/types/lib/driver.ts:31
↓ 6 callersFunctioninitSession
(w3cPrefixedCaps: StringRecord, wdioOpts: Partial<Parameters<typeof wdio>[0]> = {})
packages/fake-driver/test/helpers.ts:33
↓ 6 callersFunctionisErrorType
(err: any, type: Class<T>)
packages/base-driver/lib/protocol/errors.ts:1063
↓ 6 callersFunctionisWindows
()
packages/support/lib/system.ts:10
↓ 6 callersFunctionkebabCase
(value: string)
packages/appium/lib/utils/object.ts:11
↓ 6 callersFunctionmixin
(mixin: T)
packages/base-driver/lib/basedriver/commands/mixin.ts:13
↓ 6 callersFunctionrunExtensionCommand
( args: Args<Cmd, SubCmd>, config: ExtensionConfig<Cmd>, )
packages/appium/lib/cli/extension.ts:29
↓ 6 callersFunctionserver
(opts: ServerOpts)
packages/base-driver/lib/express/server.ts:106
↓ 6 callersMethodsetExtension
* Stores a deep-cloned copy of extension metadata under the given type and name. * * @param extType - `"driver"` or `"plugin"` * @param extNa
packages/appium/lib/extension/manifest.ts:288
↓ 6 callersFunctionsetPath
(obj: Record<string, unknown>, path: string, value: unknown)
packages/appium/lib/utils/object.ts:136
↓ 6 callersFunctionspinWith
(json: boolean, msg: string, fn: () => T | Promise<T>)
packages/appium/lib/cli/utils.ts:81
↓ 5 callersMethodadd
(...items: T[])
packages/opencv/lib/autorelease-pool.ts:13
↓ 5 callersMethodcommand
* Executes a WebDriver command and returns the unwrapped `value` field (or throws).
packages/base-driver/lib/jsonwp-proxy/proxy.ts:318
↓ 5 callersMethoddriverForSession
(sessionId: string)
packages/types/lib/driver.ts:127
↓ 5 callersMethodfindElOrEls
* A helper method that returns one or more UI elements based on the search criteria * * @param strategy - the locator strategy * @param selec
packages/types/lib/commands/basedriver.ts:234
↓ 5 callersMethodfindElement
* Find a UI element given a locator strategy and a selector, erroring if it can't be found * @see {@link https://w3c.github.io/webdriver/#find-elem
packages/types/lib/commands/basedriver.ts:162
↓ 5 callersMethodgetAttribute
* Retrieve the value of an element's attribute * @see {@link https://w3c.github.io/webdriver/#get-element-attribute} * * @param name - the at
packages/types/lib/commands/webdriver.ts:199
↓ 5 callersFunctiongetBuildInfo
()
packages/appium/lib/helpers/build.ts:108
↓ 5 callersMethodgetExtensionData
* Returns the live installed-extension map for drivers or plugins (same object as stored in memory). * Mutations affect the manifest until replaced
packages/appium/lib/extension/manifest.ts:70
↓ 5 callersMethodgetImageElement
(imgElId: string)
packages/images-plugin/lib/finder.ts:65
↓ 5 callersFunctioninitMocks
(sandbox = createSandbox())
packages/appium/test/unit/extension/mocks.ts:89
↓ 5 callersFunctioninstallLocalExtension
( appiumHome: string, type: ExtType, pathToExtension: string, )
packages/appium/test/e2e/e2e-helpers.ts:154
↓ 5 callersFunctionisContainedPath
(originalPath: string, root: string)
packages/support/lib/zip.ts:652
↓ 5 callersFunctionisPlainObject
(value: unknown)
packages/relaxed-caps-plugin/lib/plugin.ts:82
↓ 5 callersFunctionisPlainObject
(value: unknown)
packages/support/lib/util.ts:116
↓ 5 callersFunctionloadExtensions
(appiumHome: string)
packages/appium/lib/extension/index.ts:30
↓ 5 callersFunctionmapValues
( obj: T, fn: (value: T[keyof T], key: keyof T) => R, )
packages/appium/lib/utils/object.ts:83
↓ 5 callersMethodok
* Emits a {@linkcode DocutilsValidator.SUCCESS} event * @param message Success message
packages/docutils/lib/validate.ts:198
↓ 5 callersMethodpluginsForSession
* Plugin instances for a session id, or the shared sessionless list when `sessionId` is null. * Lazily builds sessionless instances on first use.
packages/appium/lib/appium.ts:557
↓ 5 callersMethodpublish
(topic: string, publisher: string, data: T)
packages/types/lib/ipc.ts:67
↓ 5 callersFunctionrouteConfiguringFunction
(driver: Core<any>)
packages/base-driver/lib/protocol/protocol.ts:258
↓ 5 callersFunctionrun
( appiumHome: string, args: CliExtArgs | CliArgs, opts: {env?: Record<string, string>; FORCE_COLOR?: str
packages/appium/test/e2e/e2e-helpers.ts:77
↓ 5 callersMethodstop
()
packages/support/lib/mjpeg.ts:156
↓ 5 callersFunctiontoReadableSizeString
(bytes: number | string)
packages/support/lib/util.ts:411
↓ 5 callersFunctionunwrapIfProxy
* Maps a value that may be our deep proxy back to the underlying host target for host APIs. * * @param value - Possibly a proxy from this module, or
packages/execute-driver-plugin/lib/vm-host-binding.ts:100
↓ 4 callersMethod_patchExit
* Patches the `exit()` method of the parser to throw an error, so we can handle it manually.
packages/appium/lib/cli/parser.ts:149
↓ 4 callersFunctionb
(e,t)
packages/base-driver/test-fixtures/static/js/jquery.min.js:3
↓ 4 callersFunctionc
(t)
packages/base-driver/test-fixtures/static/js/jquery.min.js:3
↓ 4 callersFunctioncapitalize
(value: string)
packages/appium/lib/utils/object.ts:41
↓ 4 callersFunctioncompact
(arr: Array<T | null | undefined | false | '' | 0>)
packages/appium/lib/utils/object.ts:176
↓ 4 callersFunctioncreateBase64EncodeStream
()
packages/support/lib/internal/base64-encode-stream.ts:4
↓ 4 callersFunctioncreateServer
( driver: T, options: { extraMethodMap?: MethodMap<T>; hostname?: string; cliArgs?: Partial<Se
packages/base-driver/test/helpers.ts:6
↓ 4 callersMethoddrain
()
packages/opencv/lib/autorelease-pool.ts:20
↓ 4 callersFunctiondt
(e)
packages/base-driver/test-fixtures/static/js/jquery.min.js:4
↓ 4 callersFunctionduplicateKeys
(input: T, firstKey: string, secondKey: string)
packages/base-driver/lib/basedriver/helpers.ts:305
↓ 4 callersFunctionerrorFromMJSONWPStatusCode
(code: number, value: string | {message: string} = '')
packages/base-driver/lib/protocol/errors.ts:1073
↓ 4 callersFunctionerrorFromW3CJsonCode
(signature: string, message: string, stacktrace?: string)
packages/base-driver/lib/protocol/errors.ts:1089
next →1–100 of 1,957, ranked by callers