diff --git a/404.html b/404.html index dc054fcd..98132851 100644 --- a/404.html +++ b/404.html @@ -24,13 +24,13 @@ - + -

404

Looks like we've got some broken links.
+ - + diff --git a/apis/alert/acceptAlert.html b/apis/alert/acceptAlert.html index fa7b11a2..ae67aee1 100644 --- a/apis/alert/acceptAlert.html +++ b/apis/alert/acceptAlert.html @@ -24,7 +24,7 @@ - + @@ -108,11 +108,11 @@ 简体中文
GitHub - (opens new window)

# acceptAlert

  • Accepts the currently displayed alert dialog.
  • @summary Support: Android iOS
  • @see {@link https://w3c.github.io/webdriver/#accept-alert|POST /session/:sessionId/accept_alert}
- + diff --git a/apis/alert/alertKeys.html b/apis/alert/alertKeys.html index c6632d17..f33591b0 100644 --- a/apis/alert/alertKeys.html +++ b/apis/alert/alertKeys.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# alertKeys

- + diff --git a/apis/alert/alertText.html b/apis/alert/alertText.html index f9657061..6aea0737 100644 --- a/apis/alert/alertText.html +++ b/apis/alert/alertText.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# alertText

  • Gets the text of the currently displayed JavaScript alert(), confirm(), or prompt() dialog.
  • @summary Support: iOS
  • @see {@link https://w3c.github.io/webdriver/#send-alert-text|GET /session/:sessionId/alert_text}
- + diff --git a/apis/alert/dismissAlert.html b/apis/alert/dismissAlert.html index dd2a582b..37d04a7f 100644 --- a/apis/alert/dismissAlert.html +++ b/apis/alert/dismissAlert.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# dismissAlert

  • Dismisses the currently displayed alert dialog.
  • @summary Support: Android iOS
  • @see {@link https://w3c.github.io/webdriver/#dismiss-alert|POST /session/:sessionId/dismiss_alert}
- + diff --git a/apis/assert/hasElement.html b/apis/assert/hasElement.html index 34e134e9..8bd8a03f 100644 --- a/apis/assert/hasElement.html +++ b/apis/assert/hasElement.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# hasElement

  • Check if element exists.
  • @summary Support: Android iOS Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}
  • @param {string} using The locator strategy to use.
  • @param {string} value The search target.
- + diff --git a/apis/assert/hasElementById.html b/apis/assert/hasElementById.html index 917d7bd7..85398ba2 100644 --- a/apis/assert/hasElementById.html +++ b/apis/assert/hasElementById.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# hasElementById

  • Check if element exists.
  • @summary Support: Android iOS Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}
  • @param {string} value The ID attribute.
- + diff --git a/apis/assert/hasElementByName.html b/apis/assert/hasElementByName.html index 3f052dc5..ce22e991 100644 --- a/apis/assert/hasElementByName.html +++ b/apis/assert/hasElementByName.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# hasElementByName

  • Check if element exists.
  • @summary Support: Android iOS Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}
  • @param {string} value The name attribute.
- + diff --git a/apis/assert/hasElementByPartialLinkText.html b/apis/assert/hasElementByPartialLinkText.html index 50926eaa..5bbb46f9 100644 --- a/apis/assert/hasElementByPartialLinkText.html +++ b/apis/assert/hasElementByPartialLinkText.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# hasElementByPartialLinkText

  • Check if element exists.
  • @summary Support: Android iOS Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}
  • @param {string} value The partially text.
- + diff --git a/apis/assert/hasElementByTagName.html b/apis/assert/hasElementByTagName.html index bff0c411..c36c2bf0 100644 --- a/apis/assert/hasElementByTagName.html +++ b/apis/assert/hasElementByTagName.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# hasElementByTagName

  • Check if element exists.
  • @summary Support: Android iOS Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}
  • @param {string} value The tag name.
- + diff --git a/apis/assert/hasElementByXPath.html b/apis/assert/hasElementByXPath.html index bb2d1b78..db72bbbf 100644 --- a/apis/assert/hasElementByXPath.html +++ b/apis/assert/hasElementByXPath.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# hasElementByXPath

  • Check if element exists.
  • @summary Support: Android iOS Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}
  • @param {string} value The XPath expression.
- + diff --git a/apis/browser/back.html b/apis/browser/back.html index 47b20768..d02e873c 100644 --- a/apis/browser/back.html +++ b/apis/browser/back.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# back

  • Navigate backwards in the browser history, if possible.
  • @summary Support: Android Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#back|POST /session/:sessionId/back}
- + diff --git a/apis/browser/click.html b/apis/browser/click.html index 8bab1dfb..3a9a842a 100644 --- a/apis/browser/click.html +++ b/apis/browser/click.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# click

  • Click on an element.
  • @summary Support: Android iOS Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#dfn-element-click|POST /session/:sessionId/element/:id/click}
- + diff --git a/apis/browser/forward.html b/apis/browser/forward.html index 9bc4bf5c..c7089560 100644 --- a/apis/browser/forward.html +++ b/apis/browser/forward.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# forward

  • Navigate forwards in the browser history, if possible.
  • @summary Support: Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#back|POST /session/:sessionId/forward}
- + diff --git a/apis/browser/get.html b/apis/browser/get.html index ae92d731..b9c4550d 100644 --- a/apis/browser/get.html +++ b/apis/browser/get.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# get

  • Navigate to a new URL.
  • @summary Support: Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#get|POST /session/:sessionId/url}
  • @param url get a new url.
- + diff --git a/apis/browser/maximize.html b/apis/browser/maximize.html index a6876615..fcc5bedb 100644 --- a/apis/browser/maximize.html +++ b/apis/browser/maximize.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# maximize

  • Maximize the specified window if not already maximized.
  • @summary Support: Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#dfn-maximize-window|POST /session/:sessionId/window/maximize}
  • @param handle window handle
- + diff --git a/apis/browser/refresh.html b/apis/browser/refresh.html index 6041fbcc..0513a597 100644 --- a/apis/browser/refresh.html +++ b/apis/browser/refresh.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# refresh

  • Refresh the current page.
  • @summary Support: Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#refresh|POST /session/:sessionId/refresh}
- + diff --git a/apis/context/context.html b/apis/context/context.html index ebcb22ef..4d4f935d 100644 --- a/apis/context/context.html +++ b/apis/context/context.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# context

  • Set the current context.
  • @summary Support: Android iOS
  • @param {string} contextRef context reference from contexts
  • @returns {Promise}
- + diff --git a/apis/context/contexts.html b/apis/context/contexts.html index 6edee7df..b71e7fe5 100644 --- a/apis/context/contexts.html +++ b/apis/context/contexts.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# contexts

  • Get a list of the available contexts.
  • @summary Support: Android iOS
  • @returns A list of available contexts.
- + diff --git a/apis/context/currentContext.html b/apis/context/currentContext.html index f33a2128..11ecfb0f 100644 --- a/apis/context/currentContext.html +++ b/apis/context/currentContext.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# currentContext

  • Get the current context.
  • @summary Support: Android iOS
- + diff --git a/apis/cookie/allCookies.html b/apis/cookie/allCookies.html index a7916372..bba0cdad 100644 --- a/apis/cookie/allCookies.html +++ b/apis/cookie/allCookies.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# allCookies

  • Returns all cookies associated with the address of the current browsing context’s active document.
  • @summary Support: Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#get-all-cookies|GET /session/:sessionId/cookie}
- + diff --git a/apis/cookie/deleteAllCookies.html b/apis/cookie/deleteAllCookies.html index 515a36ea..d774f827 100644 --- a/apis/cookie/deleteAllCookies.html +++ b/apis/cookie/deleteAllCookies.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# deleteAllCookies

  • Allows deletion of all cookies associated with the active document’s address.
  • @summary Support: Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#delete-all-cookies|DELETE /session/:sessionId/cookie/:name}
- + diff --git a/apis/cookie/deleteCookie.html b/apis/cookie/deleteCookie.html index 9233ab26..9264b27d 100644 --- a/apis/cookie/deleteCookie.html +++ b/apis/cookie/deleteCookie.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# deleteCookie

  • Delete either a single cookie by parameter name, or all the cookies associated with the active document’s address if name is undefined.
  • @summary Support: Web(WebView)
  • @param {string} name cookie name
  • @see {@link https://w3c.github.io/webdriver/#delete-cookie|DELETE /session/:sessionId/cookie/:name}
- + diff --git a/apis/cookie/setCookie.html b/apis/cookie/setCookie.html index 9e2bf332..56fcff1e 100644 --- a/apis/cookie/setCookie.html +++ b/apis/cookie/setCookie.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# setCookie

  • Adds a single cookie to the cookie store associated with the active document’s address.
  • @summary Support: Web(WebView)
  • @param {object} cookie - example: {url: 'https://macacajs.github.io', name:'foo', value:'bar'} Optional cookie fields: secure, expiry
  • @see {@link https://w3c.github.io/webdriver/#add-cookie|POST /session/:sessionId/cookie}
- + diff --git a/apis/element/clear.html b/apis/element/clear.html index a425682d..9fb0ea7c 100644 --- a/apis/element/clear.html +++ b/apis/element/clear.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# clear

  • Clear a TEXTAREA or text INPUT element's value.
  • @summary Support: Android iOS Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#element-clear|POST /session/:sessionId/element/:id/clear}
- + diff --git a/apis/element/element.html b/apis/element/element.html index 2cf3cd54..0ae037d3 100644 --- a/apis/element/element.html +++ b/apis/element/element.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# element

  • Search for an element on the page, starting from the document root.
  • @summary Support: Android iOS Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}
  • @param {string} using The locator strategy to use.
  • @param {string} value The search target.
- + diff --git a/apis/element/elementByCss.html b/apis/element/elementByCss.html index 9adaa58e..7bf397b0 100644 --- a/apis/element/elementByCss.html +++ b/apis/element/elementByCss.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementByCss

  • Search for an element on the page, starting from the document root.
  • @summary Support: Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}
  • @param {string} value The css selector
- + diff --git a/apis/element/elementByCssIfExists.html b/apis/element/elementByCssIfExists.html index 2c6e6cd0..a23ae4b3 100644 --- a/apis/element/elementByCssIfExists.html +++ b/apis/element/elementByCssIfExists.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementByCssIfExists

  • Search for an element on the page, starting from the document root.
  • @summary Support: Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}
  • @param {string} value The css selector
- + diff --git a/apis/element/elementByCssOrNull.html b/apis/element/elementByCssOrNull.html index e1aa6d71..eafbfd11 100644 --- a/apis/element/elementByCssOrNull.html +++ b/apis/element/elementByCssOrNull.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementByCssOrNull

  • Search for an element on the page, starting from the document root.
  • @summary Support: Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}
  • @param {string} value The css selector
- + diff --git a/apis/element/elementById.html b/apis/element/elementById.html index ee20d56c..c5659ebb 100644 --- a/apis/element/elementById.html +++ b/apis/element/elementById.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementById

  • Search for an element on the page, starting from the document root.
  • @summary Support: Android iOS Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}
  • @param {string} value The ID attribute
- + diff --git a/apis/element/elementByIdIfExists.html b/apis/element/elementByIdIfExists.html index 1f075bba..c65d6117 100644 --- a/apis/element/elementByIdIfExists.html +++ b/apis/element/elementByIdIfExists.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementByIdIfExists

  • Search for an element on the page, starting from the document root.
  • @summary Support: Android iOS Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}
  • @param {string} value The ID attribute
- + diff --git a/apis/element/elementByIdOrNull.html b/apis/element/elementByIdOrNull.html index 7b1d6841..fce48f12 100644 --- a/apis/element/elementByIdOrNull.html +++ b/apis/element/elementByIdOrNull.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementByIdOrNull

  • Search for an element on the page, starting from the document root.
  • @summary Support: Android iOS Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}
  • @param {string} value The ID attribute
- + diff --git a/apis/element/elementByName.html b/apis/element/elementByName.html index 121ea68a..0be5d1e2 100644 --- a/apis/element/elementByName.html +++ b/apis/element/elementByName.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementByName

  • Search for an element on the page, starting from the document root.
  • @summary Support: Android iOS Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}
  • @param {string} value The name attribute
- + diff --git a/apis/element/elementByNameIfExists.html b/apis/element/elementByNameIfExists.html index af35b948..f0c7c75c 100644 --- a/apis/element/elementByNameIfExists.html +++ b/apis/element/elementByNameIfExists.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementByNameIfExists

  • Search for an element on the page, starting from the document root.
  • @summary Support: Android iOS Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}
  • @param {string} value The name attribute
- + diff --git a/apis/element/elementByNameOrNull.html b/apis/element/elementByNameOrNull.html index 8575679c..df2aada0 100644 --- a/apis/element/elementByNameOrNull.html +++ b/apis/element/elementByNameOrNull.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementByNameOrNull

  • Search for an element on the page, starting from the document root.
  • @summary Support: Android iOS Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}
  • @param {string} value The name attribute
- + diff --git a/apis/element/elementByPartialLinkText.html b/apis/element/elementByPartialLinkText.html index 7204d38f..0be1c458 100644 --- a/apis/element/elementByPartialLinkText.html +++ b/apis/element/elementByPartialLinkText.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementByPartialLinkText

  • Search for an element on the page, starting from the document root.
  • @summary Support: Android iOS Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}
  • @param {string} value The partially text
- + diff --git a/apis/element/elementByPartialLinkTextIfExists.html b/apis/element/elementByPartialLinkTextIfExists.html index 2c2ee4f9..9e4043f5 100644 --- a/apis/element/elementByPartialLinkTextIfExists.html +++ b/apis/element/elementByPartialLinkTextIfExists.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementByPartialLinkTextIfExists

  • Search for an element on the page, starting from the document root.
  • @summary Support: Android iOS Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}
  • @param {string} value The partially text
- + diff --git a/apis/element/elementByPartialLinkTextOrNull.html b/apis/element/elementByPartialLinkTextOrNull.html index 8241b0cf..e728cc30 100644 --- a/apis/element/elementByPartialLinkTextOrNull.html +++ b/apis/element/elementByPartialLinkTextOrNull.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementByPartialLinkTextOrNull

  • Search for an element on the page, starting from the document root.
  • @summary Support: Android iOS Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}
  • @param {string} value The partially text
- + diff --git a/apis/element/elementByTagName.html b/apis/element/elementByTagName.html index 05e48655..d8067fd0 100644 --- a/apis/element/elementByTagName.html +++ b/apis/element/elementByTagName.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementByTagName

  • Search for an element on the page, starting from the document root.
  • @summary Support: Android iOS Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}
  • @param {string} value The tag name
- + diff --git a/apis/element/elementByTagNameIfExists.html b/apis/element/elementByTagNameIfExists.html index 7dfc9828..e7083343 100644 --- a/apis/element/elementByTagNameIfExists.html +++ b/apis/element/elementByTagNameIfExists.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementByTagNameIfExists

  • Search for an element on the page, starting from the document root.
  • @summary Support: Android iOS Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}
  • @param {string} value The tag name
- + diff --git a/apis/element/elementByTagNameOrNull.html b/apis/element/elementByTagNameOrNull.html index 4eb084da..1a01df28 100644 --- a/apis/element/elementByTagNameOrNull.html +++ b/apis/element/elementByTagNameOrNull.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementByTagNameOrNull

  • Search for an element on the page, starting from the document root.
  • @summary Support: Android iOS Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}
  • @param {string} value The tag name
- + diff --git a/apis/element/elementByXPath.html b/apis/element/elementByXPath.html index 7cb14ea3..17cc0733 100644 --- a/apis/element/elementByXPath.html +++ b/apis/element/elementByXPath.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementByXPath

  • Search for an element on the page, starting from the document root.
  • @summary Support: Android iOS Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}
  • @param {string} value The XPath expression
- + diff --git a/apis/element/elementByXPathIfExists.html b/apis/element/elementByXPathIfExists.html index 7f602e79..13cae919 100644 --- a/apis/element/elementByXPathIfExists.html +++ b/apis/element/elementByXPathIfExists.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementByXPathIfExists

  • Search for an element on the page, starting from the document root.
  • @summary Support: Android iOS Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}
  • @param {string} value The XPath expression
- + diff --git a/apis/element/elementByXPathOrNull.html b/apis/element/elementByXPathOrNull.html index fc82d835..570bbc89 100644 --- a/apis/element/elementByXPathOrNull.html +++ b/apis/element/elementByXPathOrNull.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementByXPathOrNull

  • Search for an element on the page, starting from the document root.
  • @summary Support: Android iOS Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}
  • @param {string} value The XPath expression
- + diff --git a/apis/element/elementIfExists.html b/apis/element/elementIfExists.html index 245a1a78..2277cb91 100644 --- a/apis/element/elementIfExists.html +++ b/apis/element/elementIfExists.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementIfExists

  • Search for an element on the page, starting from the document root.
  • @summary Support: Android iOS Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}
  • @param {string} using The locator strategy to use.
  • @param {string} value The search target.
- + diff --git a/apis/element/elementOrNull.html b/apis/element/elementOrNull.html index 4874157d..7e05c05c 100644 --- a/apis/element/elementOrNull.html +++ b/apis/element/elementOrNull.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementOrNull

  • Search for an element on the page, starting from the document root.
  • @summary Support: Android iOS Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}
  • @param {string} using The locator strategy to use.
  • @param {string} value The search target.
- + diff --git a/apis/element/elements.html b/apis/element/elements.html index 93a12621..edf608eb 100644 --- a/apis/element/elements.html +++ b/apis/element/elements.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elements

  • Search for multiple elements on the page, starting from the document root.
  • @summary Support: Android iOS Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/elements}
  • @param {string} using The locator strategy to use.
  • @param {string} value The search target.
- + diff --git a/apis/element/elementsByCss.html b/apis/element/elementsByCss.html index 98e64bd5..5285d2f3 100644 --- a/apis/element/elementsByCss.html +++ b/apis/element/elementsByCss.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementsByCss

  • Search for multiple elements on the page, starting from the document root.
  • @summary Support: Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/elements}
  • @param {string} value The css selector
- + diff --git a/apis/element/elementsById.html b/apis/element/elementsById.html index 731669c4..2d53b35f 100644 --- a/apis/element/elementsById.html +++ b/apis/element/elementsById.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementsById

  • Search for multiple elements on the page, starting from the document root.
  • @summary Support: Android iOS Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/elements}
  • @param {string} value The ID attribute
- + diff --git a/apis/element/elementsByName.html b/apis/element/elementsByName.html index 30a7e38c..be945e63 100644 --- a/apis/element/elementsByName.html +++ b/apis/element/elementsByName.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementsByName

  • Search for multiple elements on the page, starting from the document root.
  • @summary Support: Android iOS Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/elements}
  • @param {string} value The name attribute
- + diff --git a/apis/element/elementsByPartialLinkText.html b/apis/element/elementsByPartialLinkText.html index 9cc4f82c..5d6b4704 100644 --- a/apis/element/elementsByPartialLinkText.html +++ b/apis/element/elementsByPartialLinkText.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementsByPartialLinkText

  • Search for multiple elements on the page, starting from the document root.
  • @summary Support: Android iOS Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/elements}
  • @param {string} value The partially text
- + diff --git a/apis/element/elementsByTagName.html b/apis/element/elementsByTagName.html index 0fcb57d6..a1f81407 100644 --- a/apis/element/elementsByTagName.html +++ b/apis/element/elementsByTagName.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementsByTagName

  • Search for multiple elements on the page, starting from the document root.
  • @summary Support: Android iOS Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/elements}
  • @param {string} value The tag name
- + diff --git a/apis/element/elementsByXPath.html b/apis/element/elementsByXPath.html index 53e0e5ba..2222ba05 100644 --- a/apis/element/elementsByXPath.html +++ b/apis/element/elementsByXPath.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementsByXPath

  • Search for multiple elements on the page, starting from the document root.
  • @summary Support: Android iOS Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/elements}
  • @param {string} value The XPath expression
- + diff --git a/apis/element/getComputedCss.html b/apis/element/getComputedCss.html index 710d3b62..c33e2d65 100644 --- a/apis/element/getComputedCss.html +++ b/apis/element/getComputedCss.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# getComputedCss

  • Query the value of an element's computed CSS property.
  • @summary Support: Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#get-element-css-value|GET /session/:sessionId/element/:id/css/:propertyName}
  • @param {string} propertyName The property name
- + diff --git a/apis/element/getProperty.html b/apis/element/getProperty.html index 67ae760c..b7535d4c 100644 --- a/apis/element/getProperty.html +++ b/apis/element/getProperty.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# getProperty

  • Get the result of a property of a element.
  • @summary Support: Android iOS Web(WebView). iOS: 'isVisible', 'isAccessible', 'isEnabled', 'type', 'label', 'name', 'value', Android: 'selected', 'description', 'text'
  • @see {@link https://w3c.github.io/webdriver/#dfn-get-element-property|GET /session/:sessionId/element/:id/property/:name}
  • @param {string} name The property name
- + diff --git a/apis/element/getRect.html b/apis/element/getRect.html index 448f566c..b6b3388c 100644 --- a/apis/element/getRect.html +++ b/apis/element/getRect.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# getRect

  • Get the dimensions and coordinates of the given element with a object including x/y/height/width.
  • @summary Support: Android iOS.
  • @see {@link https://w3c.github.io/webdriver/#dfn-get-element-rect|GET /session/:sessionId/element/:id/rect}
- + diff --git a/apis/element/isDisplayed.html b/apis/element/isDisplayed.html index 8489ff62..873b1566 100644 --- a/apis/element/isDisplayed.html +++ b/apis/element/isDisplayed.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# isDisplayed

  • Determine if an element is currently displayed.
  • @summary Support: Android Web(WebView)
- + diff --git a/apis/element/sendKeys.html b/apis/element/sendKeys.html index 1ff1c1b1..e0451ca8 100644 --- a/apis/element/sendKeys.html +++ b/apis/element/sendKeys.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# sendKeys

  • Send a sequence of key strokes to the active element.
  • @summary Support: Android iOS Web(WebView)
  • @param {string} keys The keys sequence to be sent.
  • @see {@link https://w3c.github.io/webdriver/#dfn-element-send-keys|POST /session/:sessionId/element/:id/sendKeys}
- + diff --git a/apis/element/takeElementScreenshot.html b/apis/element/takeElementScreenshot.html index d4882e24..ddfe7699 100644 --- a/apis/element/takeElementScreenshot.html +++ b/apis/element/takeElementScreenshot.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# takeElementScreenshot

  • Element Screenshot.
  • @summary Support: Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#take-element-screenshot|GET /session/:sessionId/element/:id/screenshot}
- + diff --git a/apis/element/text.html b/apis/element/text.html index 77d9440f..59c12d8f 100644 --- a/apis/element/text.html +++ b/apis/element/text.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# text

  • Returns the visible text for the element.
  • @summary Support: Android iOS Web(WebView)
- + diff --git a/apis/element/waitForElement.html b/apis/element/waitForElement.html index 487ce0f1..15247537 100644 --- a/apis/element/waitForElement.html +++ b/apis/element/waitForElement.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# waitForElement

  • All the element-related methods above (except which suffixed with OrNull, IfExists) could be prefixed with the "waitFor-" (need to capitalize the 'e', e.g., waitForElementByCss)
  • @summary Support: Android iOS Web(WebView)
  • @param {string} using The locator strategy to use, omitted when using specific method like waitForElementByCss.
  • @param {string} value The css selector
  • @param {function} [asserter] The asserter function (commonly used asserter function can be found at wd.asserters) (optional)
  • @param {number} [timeout=1000ms] The timeout before find the element (optional)
  • @param {number} [interval=200ms] The interval between each searching (optional)
  • @example waitForElementByCss('btn', 2000, 100) Search for element which class name is 'btn' at intervals of 100ms, last for 2000ms.
- + diff --git a/apis/execute/execute.html b/apis/execute/execute.html index 0bddf1c5..94a0de9c 100644 --- a/apis/execute/execute.html +++ b/apis/execute/execute.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# execute

  • Inject a snippet of JavaScript into the page for execution in the context of the currently selected frame.
  • @summary Support: Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#executing-script|POST /session/:sessionId/execute}
  • @param code script
  • @param [args] script argument array
- + diff --git a/apis/index.html b/apis/index.html index 00f37566..cb045406 100644 --- a/apis/index.html +++ b/apis/index.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)
- + (opens new window)
+ diff --git a/apis/next/fileChooser.html b/apis/next/fileChooser.html index 1d1ac4b1..9c67c934 100644 --- a/apis/next/fileChooser.html +++ b/apis/next/fileChooser.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# fileChooser

  • Emitted when a file chooser is supposed to appear, such as after clicking the input[type="file"].
  • @summary Support: Web(WebView)
  • @param {string} filePath
- + diff --git a/apis/next/frame.html b/apis/next/frame.html index 2cf2aeb7..beb47f1a 100644 --- a/apis/next/frame.html +++ b/apis/next/frame.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# frame

  • Change focus to another frame on the page.
  • @summary Support: Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#switch-to-frame|POST /session/:sessionId/frame}
  • @param {string|number|null} frameRef Identifier(id/name) for the frame to change focus to
- + diff --git a/apis/next/keys.html b/apis/next/keys.html index 632c99c6..db2232a7 100644 --- a/apis/next/keys.html +++ b/apis/next/keys.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# keys

  • Send a sequence of key strokes to the active window.
  • @summary Support: Android Web(WebView) More: https://github.com/alibaba/macaca/issues/487
  • @param {string} keys The keys sequence to be sent.
- + diff --git a/apis/next/sleep.html b/apis/next/sleep.html index 735b258e..d2e6ee87 100644 --- a/apis/next/sleep.html +++ b/apis/next/sleep.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# sleep

  • Set the amount of time the driver should wait.
  • @summary Support: Android iOS Web(WebView)
  • @param {number} ms The amount of time to wait, in milliseconds
- + diff --git a/apis/next/touch.html b/apis/next/touch.html index 31a9677a..077b5812 100644 --- a/apis/next/touch.html +++ b/apis/next/touch.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# touch

  • Apply touch actions on devices.
  • @summary Support: iOS, Android
  • @see {@link https://w3c.github.io/webdriver/#actions|POST /session/:sessionId/actions}
  • @param {string} action Name of the action, tap/doubleTap/press/pinch/rotate/drag.
  • @param [object] args Parameters of the action {@link https://github.com/alibaba/macaca/issues/366 more params}
  • @example driver.touch('doubleTap', {x: 100, y: 100});
- + diff --git a/apis/screenshot/saveScreenshot.html b/apis/screenshot/saveScreenshot.html index 30b5a477..d95cad52 100644 --- a/apis/screenshot/saveScreenshot.html +++ b/apis/screenshot/saveScreenshot.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# saveScreenshot

  • Save the screenshot of the current page.
  • @summary Support: Android iOS Web(WebView)
  • @param {str} filepath The path to save the screenshot or left blank (will create a file in the system temp dir).
  • @returns The filepath of the screenshot.
- + diff --git a/apis/screenshot/takeScreenshot.html b/apis/screenshot/takeScreenshot.html index 404aeee7..1f8b0bbb 100644 --- a/apis/screenshot/takeScreenshot.html +++ b/apis/screenshot/takeScreenshot.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# takeScreenshot

  • Take a screenshot of the current page.
  • @summary Support: Android iOS Web(WebView)
  • @returns The screenshot as a base64 encoded PNG.
- + diff --git a/apis/session/init.html b/apis/session/init.html index 3a06d332..4c060095 100644 --- a/apis/session/init.html +++ b/apis/session/init.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# init

  • Create a new session.
  • @summary Support: Android iOS Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#dfn-new-session|POST /session}
  • @param {Object} desired Desired Capabilities
  • @type session
- + diff --git a/apis/session/quit.html b/apis/session/quit.html index cad72135..a209093a 100644 --- a/apis/session/quit.html +++ b/apis/session/quit.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# quit

  • Delete the session.
  • @summary Support: Android iOS Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#dfn-delete-session|DELETE /session/:sessionId}
  • @returns {Promise}
  • @type session
- + diff --git a/apis/session/sessions.html b/apis/session/sessions.html index 12e4b05e..e170d9f1 100644 --- a/apis/session/sessions.html +++ b/apis/session/sessions.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# sessions

  • Returns a list of the currently active sessions.
  • @summary Support: Android iOS Web(WebView)
- + diff --git a/apis/session/status.html b/apis/session/status.html index 4c5bb77b..1de13082 100644 --- a/apis/session/status.html +++ b/apis/session/status.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# status

  • Query the server's current status.
  • @summary Support: Android iOS Web(WebView)
  • @type session
  • @returns The server's current status.
- + diff --git a/apis/source/source.html b/apis/source/source.html index f853c2e4..f8ced8fb 100644 --- a/apis/source/source.html +++ b/apis/source/source.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# source

  • Get the current page source.
  • @summary Support: Android iOS Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#dfn-get-page-source|GET /session/:sessionId/source}
- + diff --git a/apis/title/title.html b/apis/title/title.html index afeb42ef..4b462fb0 100644 --- a/apis/title/title.html +++ b/apis/title/title.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# title

  • Get the current page title or focus activity or viewController.
  • @summary Support: Android iOS Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#get-title|GET /session/:sessionId/title}
- + diff --git a/apis/url/url.html b/apis/url/url.html index b865f98e..8fca355f 100644 --- a/apis/url/url.html +++ b/apis/url/url.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# url

  • Retrieve the URL of the current page.
  • @summary Support: Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#get-current-url|GET /session/:sessionId/url}
- + diff --git a/apis/window/close.html b/apis/window/close.html index d40efe12..a002620d 100644 --- a/apis/window/close.html +++ b/apis/window/close.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# close

  • Close the current window.
  • @summary Support: Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#close-window|DELETE /session/:sessionId/window}
  • @type window
- + diff --git a/apis/window/getWindowSize.html b/apis/window/getWindowSize.html index 7a41cec6..8566bd7e 100644 --- a/apis/window/getWindowSize.html +++ b/apis/window/getWindowSize.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# getWindowSize

  • Get the size of the specified window.
  • @summary Support: Android iOS Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#get-window-size|GET /session/:sessionId/window/size}
  • @param [handle] window handle to set size for (optional, default: 'current')
- + diff --git a/apis/window/setWindowSize.html b/apis/window/setWindowSize.html index 847dcd3e..8341b0c7 100644 --- a/apis/window/setWindowSize.html +++ b/apis/window/setWindowSize.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# setWindowSize

  • Change the size of the specified window.
  • @summary Support: Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#set-window-size|POST /session/:sessionId/window/size}
  • @param width width in pixels to set size to
  • @param height height in pixels to set size to
  • @param [handle] window handle to set size for (optional, default: 'current')
- + diff --git a/apis/window/window.html b/apis/window/window.html index bb0983a3..ab7fca97 100644 --- a/apis/window/window.html +++ b/apis/window/window.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# window

  • Change focus to another window.
  • @summary Support: Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#switch-to-window|POST /session/:sessionId/window}
- + diff --git a/apis/window/windowHandle.html b/apis/window/windowHandle.html index b721937d..23ecc22b 100644 --- a/apis/window/windowHandle.html +++ b/apis/window/windowHandle.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# windowHandle

  • Retrieve the current window handle.
  • @summary Support: Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#get-window-handle|GET /session/:sessionId/window_handle}
- + diff --git a/apis/window/windowHandles.html b/apis/window/windowHandles.html index 5ea63a0e..f5973749 100644 --- a/apis/window/windowHandles.html +++ b/apis/window/windowHandles.html @@ -24,7 +24,7 @@ - + @@ -108,11 +108,11 @@ 简体中文 GitHub - (opens new window)

# windowHandles

  • Retrieve the list of all window handles available to the session.
  • @summary Support: Web(WebView)
  • @see {@link https://w3c.github.io/webdriver/#get-window-handles|GET /session/:sessionId/window_handles}
- + diff --git a/assets/js/100.8e77d1fa.js b/assets/js/100.575a0074.js similarity index 92% rename from assets/js/100.8e77d1fa.js rename to assets/js/100.575a0074.js index 935dc157..d5d1560b 100644 --- a/assets/js/100.8e77d1fa.js +++ b/assets/js/100.575a0074.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[100],{381:function(e,t,i){"use strict";i.r(t);var s=i(14),n=Object(s.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"getwindowsize"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#getwindowsize"}},[e._v("#")]),e._v(" getWindowSize")]),e._v(" "),t("ul",[t("li",[e._v("Get the size of the specified window.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#get-window-size|GET /session/:sessionId/window/size}")]),e._v(" "),t("li",[e._v("@param [handle] window handle to set size for (optional, default: 'current')")])])])}),[],!1,null,null,null);t.default=n.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[100],{379:function(e,t,i){"use strict";i.r(t);var s=i(14),n=Object(s.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"getwindowsize"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#getwindowsize"}},[e._v("#")]),e._v(" getWindowSize")]),e._v(" "),t("ul",[t("li",[e._v("Get the size of the specified window.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#get-window-size|GET /session/:sessionId/window/size}")]),e._v(" "),t("li",[e._v("@param [handle] window handle to set size for (optional, default: 'current')")])])])}),[],!1,null,null,null);t.default=n.exports}}]); \ No newline at end of file diff --git a/assets/js/102.dbf01bbf.js b/assets/js/102.c7bf0d81.js similarity index 90% rename from assets/js/102.dbf01bbf.js rename to assets/js/102.c7bf0d81.js index 8719baba..516c2a5b 100644 --- a/assets/js/102.dbf01bbf.js +++ b/assets/js/102.c7bf0d81.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[102],{385:function(t,s,i){"use strict";i.r(s);var n=i(14),o=Object(n.a)({},(function(){var t=this,s=t._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[s("h1",{attrs:{id:"window"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#window"}},[t._v("#")]),t._v(" window")]),t._v(" "),s("ul",[s("li",[t._v("Change focus to another window.")]),t._v(" "),s("li",[t._v("@summary Support: Web(WebView)")]),t._v(" "),s("li",[t._v("@see {@link https://w3c.github.io/webdriver/#switch-to-window|POST /session/:sessionId/window}")])])])}),[],!1,null,null,null);s.default=o.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[102],{381:function(t,s,i){"use strict";i.r(s);var n=i(14),o=Object(n.a)({},(function(){var t=this,s=t._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[s("h1",{attrs:{id:"window"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#window"}},[t._v("#")]),t._v(" window")]),t._v(" "),s("ul",[s("li",[t._v("Change focus to another window.")]),t._v(" "),s("li",[t._v("@summary Support: Web(WebView)")]),t._v(" "),s("li",[t._v("@see {@link https://w3c.github.io/webdriver/#switch-to-window|POST /session/:sessionId/window}")])])])}),[],!1,null,null,null);s.default=o.exports}}]); \ No newline at end of file diff --git a/assets/js/104.cfdcae7a.js b/assets/js/104.324ed989.js similarity index 91% rename from assets/js/104.cfdcae7a.js rename to assets/js/104.324ed989.js index 19c45d66..8afb91a8 100644 --- a/assets/js/104.cfdcae7a.js +++ b/assets/js/104.324ed989.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[104],{425:function(e,s,t){"use strict";t.r(s);var n=t(14),i=Object(n.a)({},(function(){var e=this,s=e._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[s("h1",{attrs:{id:"windowhandles"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#windowhandles"}},[e._v("#")]),e._v(" windowHandles")]),e._v(" "),s("ul",[s("li",[e._v("Retrieve the list of all window handles available to the session.")]),e._v(" "),s("li",[e._v("@summary Support: Web(WebView)")]),e._v(" "),s("li",[e._v("@see {@link https://w3c.github.io/webdriver/#get-window-handles|GET /session/:sessionId/window_handles}")])])])}),[],!1,null,null,null);s.default=i.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[104],{384:function(e,s,t){"use strict";t.r(s);var n=t(14),i=Object(n.a)({},(function(){var e=this,s=e._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[s("h1",{attrs:{id:"windowhandles"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#windowhandles"}},[e._v("#")]),e._v(" windowHandles")]),e._v(" "),s("ul",[s("li",[e._v("Retrieve the list of all window handles available to the session.")]),e._v(" "),s("li",[e._v("@summary Support: Web(WebView)")]),e._v(" "),s("li",[e._v("@see {@link https://w3c.github.io/webdriver/#get-window-handles|GET /session/:sessionId/window_handles}")])])])}),[],!1,null,null,null);s.default=i.exports}}]); \ No newline at end of file diff --git a/assets/js/105.050a3bed.js b/assets/js/105.6377a2b0.js similarity index 99% rename from assets/js/105.050a3bed.js rename to assets/js/105.6377a2b0.js index 3bf891d1..4911f874 100644 --- a/assets/js/105.050a3bed.js +++ b/assets/js/105.6377a2b0.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[105],{384:function(t,a,s){"use strict";s.r(a);var n=s(14),r=Object(n.a)({},(function(){var t=this,a=t._self._c;return a("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[a("div",{staticClass:"custom-block tip"},[a("p",{staticClass:"custom-block-title"},[t._v("开发体验")]),t._v(" "),a("p",[t._v("API 文档")])]),t._v(" "),a("h2",{attrs:{id:"安装"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#安装"}},[t._v("#")]),t._v(" 安装")]),t._v(" "),a("div",{staticClass:"language-bash extra-class"},[a("pre",{pre:!0,attrs:{class:"language-bash"}},[a("code",[t._v("$ "),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("npm")]),t._v(" i macaca-wd "),a("span",{pre:!0,attrs:{class:"token parameter variable"}},[t._v("-D")]),t._v("\n")])])]),a("h2",{attrs:{id:"使用"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#使用"}},[t._v("#")]),t._v(" 使用")]),t._v(" "),a("div",{staticClass:"language-javascript extra-class"},[a("pre",{pre:!0,attrs:{class:"language-javascript"}},[a("code",[a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("const")]),t._v(" wd "),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v("=")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("require")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'macaca-wd'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n\n"),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("const")]),t._v(" remoteConfig "),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v("=")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("{")]),t._v("\n "),a("span",{pre:!0,attrs:{class:"token literal-property property"}},[t._v("host")]),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v(":")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'localhost'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v("\n "),a("span",{pre:!0,attrs:{class:"token literal-property property"}},[t._v("port")]),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v(":")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token number"}},[t._v("3456")]),t._v("\n"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("}")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n\n"),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("var")]),t._v(" driver "),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v("=")]),t._v(" wd"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("promiseChainRemote")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),t._v("remoteConfig"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n\n"),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("before")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("function")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("{")]),t._v("\n "),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("return")]),t._v(" driver"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("init")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("{")]),t._v("\n "),a("span",{pre:!0,attrs:{class:"token literal-property property"}},[t._v("platformName")]),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v(":")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'desktop'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token comment"}},[t._v("// iOS, Android, Desktop, Playwright")]),t._v("\n "),a("span",{pre:!0,attrs:{class:"token literal-property property"}},[t._v("browserName")]),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v(":")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'chrome'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token comment"}},[t._v("// chromium, firefox, webkit")]),t._v("\n "),a("span",{pre:!0,attrs:{class:"token literal-property property"}},[t._v("app")]),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v(":")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'path/to/app'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token comment"}},[t._v("// Only for mobile")]),t._v("\n "),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("}")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("}")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n\n"),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("after")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("function")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("{")]),t._v("\n "),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("return")]),t._v(" driver\n "),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("sleep")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token number"}},[t._v("1000")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),t._v("\n "),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("quit")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("}")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n\n"),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("it")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'#1 should'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("function")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("{")]),t._v("\n\n "),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v("...")]),t._v("\n\n"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("}")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n\n"),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v("...")]),t._v("\n\n")])])]),a("h2",{attrs:{id:"集成-helper"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#集成-helper"}},[t._v("#")]),t._v(" 集成 Helper")]),t._v(" "),a("div",{staticClass:"language-javascript extra-class"},[a("pre",{pre:!0,attrs:{class:"language-javascript"}},[a("code",[a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("import")]),t._v(" wd "),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("from")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'macaca-wd'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n"),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("import")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("{")]),t._v("\n extendsMixIn"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v("\n"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("}")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("from")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'macaca-wd/lib/helper'")]),t._v("\n\n"),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("extendsMixIn")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),t._v("wd"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),t._v("\n")])])]),a("h2",{attrs:{id:"扩展更多-api"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#扩展更多-api"}},[t._v("#")]),t._v(" 扩展更多 API")]),t._v(" "),a("div",{staticClass:"language-javascript extra-class"},[a("pre",{pre:!0,attrs:{class:"language-javascript"}},[a("code",[a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("import")]),t._v(" wd "),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("from")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'macaca-wd'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n\nwd"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("addPromiseChainMethod")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),t._v("name"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v(" method"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n")])])]),a("p",[a("a",{attrs:{href:"//macacajs.github.io/macaca-wd/zh/apis"}},[t._v("API")])]),t._v(" "),a("h2",{attrs:{id:"示例"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#示例"}},[t._v("#")]),t._v(" 示例")]),t._v(" "),a("ul",[a("li",[a("a",{attrs:{href:"//github.com/app-bootstrap/web-app-bootstrap"}},[t._v("示例-1")])]),t._v(" "),a("li",[a("a",{attrs:{href:"//github.com/macacajs/macaca-reporter"}},[t._v("示例-2")])]),t._v(" "),a("li",[a("a",{attrs:{href:"//github.com/macaca-sample/antd-sample"}},[t._v("示例-3")])]),t._v(" "),a("li",[a("a",{attrs:{href:"//github.com/xudafeng/autoresponsive-react"}},[t._v("示例-4")])])])])}),[],!1,null,null,null);a.default=r.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[105],{385:function(t,a,s){"use strict";s.r(a);var n=s(14),r=Object(n.a)({},(function(){var t=this,a=t._self._c;return a("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[a("div",{staticClass:"custom-block tip"},[a("p",{staticClass:"custom-block-title"},[t._v("开发体验")]),t._v(" "),a("p",[t._v("API 文档")])]),t._v(" "),a("h2",{attrs:{id:"安装"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#安装"}},[t._v("#")]),t._v(" 安装")]),t._v(" "),a("div",{staticClass:"language-bash extra-class"},[a("pre",{pre:!0,attrs:{class:"language-bash"}},[a("code",[t._v("$ "),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("npm")]),t._v(" i macaca-wd "),a("span",{pre:!0,attrs:{class:"token parameter variable"}},[t._v("-D")]),t._v("\n")])])]),a("h2",{attrs:{id:"使用"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#使用"}},[t._v("#")]),t._v(" 使用")]),t._v(" "),a("div",{staticClass:"language-javascript extra-class"},[a("pre",{pre:!0,attrs:{class:"language-javascript"}},[a("code",[a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("const")]),t._v(" wd "),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v("=")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("require")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'macaca-wd'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n\n"),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("const")]),t._v(" remoteConfig "),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v("=")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("{")]),t._v("\n "),a("span",{pre:!0,attrs:{class:"token literal-property property"}},[t._v("host")]),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v(":")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'localhost'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v("\n "),a("span",{pre:!0,attrs:{class:"token literal-property property"}},[t._v("port")]),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v(":")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token number"}},[t._v("3456")]),t._v("\n"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("}")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n\n"),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("var")]),t._v(" driver "),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v("=")]),t._v(" wd"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("promiseChainRemote")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),t._v("remoteConfig"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n\n"),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("before")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("function")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("{")]),t._v("\n "),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("return")]),t._v(" driver"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("init")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("{")]),t._v("\n "),a("span",{pre:!0,attrs:{class:"token literal-property property"}},[t._v("platformName")]),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v(":")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'desktop'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token comment"}},[t._v("// iOS, Android, Desktop, Playwright")]),t._v("\n "),a("span",{pre:!0,attrs:{class:"token literal-property property"}},[t._v("browserName")]),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v(":")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'chrome'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token comment"}},[t._v("// chromium, firefox, webkit")]),t._v("\n "),a("span",{pre:!0,attrs:{class:"token literal-property property"}},[t._v("app")]),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v(":")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'path/to/app'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token comment"}},[t._v("// Only for mobile")]),t._v("\n "),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("}")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("}")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n\n"),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("after")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("function")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("{")]),t._v("\n "),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("return")]),t._v(" driver\n "),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("sleep")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token number"}},[t._v("1000")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),t._v("\n "),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("quit")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("}")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n\n"),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("it")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'#1 should'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("function")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("{")]),t._v("\n\n "),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v("...")]),t._v("\n\n"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("}")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n\n"),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v("...")]),t._v("\n\n")])])]),a("h2",{attrs:{id:"集成-helper"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#集成-helper"}},[t._v("#")]),t._v(" 集成 Helper")]),t._v(" "),a("div",{staticClass:"language-javascript extra-class"},[a("pre",{pre:!0,attrs:{class:"language-javascript"}},[a("code",[a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("import")]),t._v(" wd "),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("from")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'macaca-wd'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n"),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("import")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("{")]),t._v("\n extendsMixIn"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v("\n"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("}")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("from")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'macaca-wd/lib/helper'")]),t._v("\n\n"),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("extendsMixIn")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),t._v("wd"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),t._v("\n")])])]),a("h2",{attrs:{id:"扩展更多-api"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#扩展更多-api"}},[t._v("#")]),t._v(" 扩展更多 API")]),t._v(" "),a("div",{staticClass:"language-javascript extra-class"},[a("pre",{pre:!0,attrs:{class:"language-javascript"}},[a("code",[a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("import")]),t._v(" wd "),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("from")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'macaca-wd'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n\nwd"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("addPromiseChainMethod")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),t._v("name"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v(" method"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n")])])]),a("p",[a("a",{attrs:{href:"//macacajs.github.io/macaca-wd/zh/apis"}},[t._v("API")])]),t._v(" "),a("h2",{attrs:{id:"示例"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#示例"}},[t._v("#")]),t._v(" 示例")]),t._v(" "),a("ul",[a("li",[a("a",{attrs:{href:"//github.com/app-bootstrap/web-app-bootstrap"}},[t._v("示例-1")])]),t._v(" "),a("li",[a("a",{attrs:{href:"//github.com/macacajs/macaca-reporter"}},[t._v("示例-2")])]),t._v(" "),a("li",[a("a",{attrs:{href:"//github.com/macaca-sample/antd-sample"}},[t._v("示例-3")])]),t._v(" "),a("li",[a("a",{attrs:{href:"//github.com/xudafeng/autoresponsive-react"}},[t._v("示例-4")])])])])}),[],!1,null,null,null);a.default=r.exports}}]); \ No newline at end of file diff --git a/assets/js/106.488f0ce5.js b/assets/js/106.a40f82b8.js similarity index 93% rename from assets/js/106.488f0ce5.js rename to assets/js/106.a40f82b8.js index e0d05584..385cb61c 100644 --- a/assets/js/106.488f0ce5.js +++ b/assets/js/106.a40f82b8.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[106],{388:function(a,t,r){"use strict";r.r(t);var s=r(14),e=Object(s.a)({},(function(){var a=this,t=a._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":a.$parent.slotKey}},[t("h1",{attrs:{id:"api-列表"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#api-列表"}},[a._v("#")]),a._v(" API 列表")]),a._v(" "),t("h2",{attrs:{id:"示例"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#示例"}},[a._v("#")]),a._v(" 示例")]),a._v(" "),t("ul",[t("li",[t("a",{attrs:{href:"//github.com/app-bootstrap/web-app-bootstrap"}},[a._v("示例-1")])]),a._v(" "),t("li",[t("a",{attrs:{href:"//github.com/macacajs/macaca-reporter"}},[a._v("示例-2")])]),a._v(" "),t("li",[t("a",{attrs:{href:"//github.com/macaca-sample/antd-sample"}},[a._v("示例-3")])]),a._v(" "),t("li",[t("a",{attrs:{href:"//github.com/xudafeng/autoresponsive-react"}},[a._v("示例-4")])])])])}),[],!1,null,null,null);t.default=e.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[106],{386:function(a,t,r){"use strict";r.r(t);var s=r(14),e=Object(s.a)({},(function(){var a=this,t=a._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":a.$parent.slotKey}},[t("h1",{attrs:{id:"api-列表"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#api-列表"}},[a._v("#")]),a._v(" API 列表")]),a._v(" "),t("h2",{attrs:{id:"示例"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#示例"}},[a._v("#")]),a._v(" 示例")]),a._v(" "),t("ul",[t("li",[t("a",{attrs:{href:"//github.com/app-bootstrap/web-app-bootstrap"}},[a._v("示例-1")])]),a._v(" "),t("li",[t("a",{attrs:{href:"//github.com/macacajs/macaca-reporter"}},[a._v("示例-2")])]),a._v(" "),t("li",[t("a",{attrs:{href:"//github.com/macaca-sample/antd-sample"}},[a._v("示例-3")])]),a._v(" "),t("li",[t("a",{attrs:{href:"//github.com/xudafeng/autoresponsive-react"}},[a._v("示例-4")])])])])}),[],!1,null,null,null);t.default=e.exports}}]); \ No newline at end of file diff --git a/assets/js/107.d5ba4b8f.js b/assets/js/107.febd90db.js similarity index 95% rename from assets/js/107.d5ba4b8f.js rename to assets/js/107.febd90db.js index 1bd24714..49880ad4 100644 --- a/assets/js/107.d5ba4b8f.js +++ b/assets/js/107.febd90db.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[107],{386:function(t,a,s){"use strict";s.r(a);var e=s(14),r=Object(e.a)({},(function(){var t=this,a=t._self._c;return a("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[a("h1",{attrs:{id:"acceptalert"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#acceptalert"}},[t._v("#")]),t._v(" acceptAlert")]),t._v(" "),a("ul",[a("li",[t._v("功能描述: 接受当前弹出的 alert 提示框。")]),t._v(" "),a("li",[t._v("支持平台: Android iOS")]),t._v(" "),a("li",[t._v("标准链接: "),a("a",{attrs:{href:"https://w3c.github.io/webdriver/#accept-alert",target:"_blank",rel:"noopener noreferrer"}},[t._v("POST /session/:sessionId/accept_alert"),a("OutboundLink")],1)])]),t._v(" "),a("h2",{attrs:{id:"示例"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#示例"}},[t._v("#")]),t._v(" 示例")]),t._v(" "),a("div",{staticClass:"language-javascript extra-class"},[a("pre",{pre:!0,attrs:{class:"language-javascript"}},[a("code",[t._v("driver"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("acceptAlert")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n")])])])])}),[],!1,null,null,null);a.default=r.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[107],{387:function(t,a,s){"use strict";s.r(a);var e=s(14),r=Object(e.a)({},(function(){var t=this,a=t._self._c;return a("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[a("h1",{attrs:{id:"acceptalert"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#acceptalert"}},[t._v("#")]),t._v(" acceptAlert")]),t._v(" "),a("ul",[a("li",[t._v("功能描述: 接受当前弹出的 alert 提示框。")]),t._v(" "),a("li",[t._v("支持平台: Android iOS")]),t._v(" "),a("li",[t._v("标准链接: "),a("a",{attrs:{href:"https://w3c.github.io/webdriver/#accept-alert",target:"_blank",rel:"noopener noreferrer"}},[t._v("POST /session/:sessionId/accept_alert"),a("OutboundLink")],1)])]),t._v(" "),a("h2",{attrs:{id:"示例"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#示例"}},[t._v("#")]),t._v(" 示例")]),t._v(" "),a("div",{staticClass:"language-javascript extra-class"},[a("pre",{pre:!0,attrs:{class:"language-javascript"}},[a("code",[t._v("driver"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("acceptAlert")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n")])])])])}),[],!1,null,null,null);a.default=r.exports}}]); \ No newline at end of file diff --git a/assets/js/108.414d1cba.js b/assets/js/108.fa95fe08.js similarity index 92% rename from assets/js/108.414d1cba.js rename to assets/js/108.fa95fe08.js index 3e68c307..b2559946 100644 --- a/assets/js/108.414d1cba.js +++ b/assets/js/108.fa95fe08.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[108],{387:function(t,e,r){"use strict";r.r(e);var s=r(14),n=Object(s.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"alertkeys"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#alertkeys"}},[t._v("#")]),t._v(" alertKeys")]),t._v(" "),e("ul",[e("li",[t._v("功能描述: 发送命令至当前弹出的 alert 提示框。")]),t._v(" "),e("li",[t._v("支持平台: iOS")]),t._v(" "),e("li",[t._v("标准链接: "),e("a",{attrs:{href:"https://w3c.github.io/webdriver/#send-alert-text",target:"_blank",rel:"noopener noreferrer"}},[t._v("POST /session/:sessionId/alert_text"),e("OutboundLink")],1)]),t._v(" "),e("li",[t._v("参数: {string} keys 参数键")])])])}),[],!1,null,null,null);e.default=n.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[108],{389:function(t,e,r){"use strict";r.r(e);var s=r(14),n=Object(s.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"alertkeys"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#alertkeys"}},[t._v("#")]),t._v(" alertKeys")]),t._v(" "),e("ul",[e("li",[t._v("功能描述: 发送命令至当前弹出的 alert 提示框。")]),t._v(" "),e("li",[t._v("支持平台: iOS")]),t._v(" "),e("li",[t._v("标准链接: "),e("a",{attrs:{href:"https://w3c.github.io/webdriver/#send-alert-text",target:"_blank",rel:"noopener noreferrer"}},[t._v("POST /session/:sessionId/alert_text"),e("OutboundLink")],1)]),t._v(" "),e("li",[t._v("参数: {string} keys 参数键")])])])}),[],!1,null,null,null);e.default=n.exports}}]); \ No newline at end of file diff --git a/assets/js/109.317f362f.js b/assets/js/109.252da102.js similarity index 91% rename from assets/js/109.317f362f.js rename to assets/js/109.252da102.js index ffa5ca4a..6e2bfbb4 100644 --- a/assets/js/109.317f362f.js +++ b/assets/js/109.252da102.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[109],{390:function(t,e,r){"use strict";r.r(e);var s=r(14),a=Object(s.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"alerttext"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#alerttext"}},[t._v("#")]),t._v(" alertText")]),t._v(" "),e("ul",[e("li",[t._v("功能描述: 获取当前弹出的 alert 提示框的文本。")]),t._v(" "),e("li",[t._v("支持平台: iOS")]),t._v(" "),e("li",[t._v("标准链接: "),e("a",{attrs:{href:"https://w3c.github.io/webdriver/#send-alert-text",target:"_blank",rel:"noopener noreferrer"}},[t._v("GET /session/:sessionId/alert_text"),e("OutboundLink")],1)])])])}),[],!1,null,null,null);e.default=a.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[109],{388:function(t,e,r){"use strict";r.r(e);var s=r(14),a=Object(s.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"alerttext"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#alerttext"}},[t._v("#")]),t._v(" alertText")]),t._v(" "),e("ul",[e("li",[t._v("功能描述: 获取当前弹出的 alert 提示框的文本。")]),t._v(" "),e("li",[t._v("支持平台: iOS")]),t._v(" "),e("li",[t._v("标准链接: "),e("a",{attrs:{href:"https://w3c.github.io/webdriver/#send-alert-text",target:"_blank",rel:"noopener noreferrer"}},[t._v("GET /session/:sessionId/alert_text"),e("OutboundLink")],1)])])])}),[],!1,null,null,null);e.default=a.exports}}]); \ No newline at end of file diff --git a/assets/js/110.664a4a72.js b/assets/js/110.9f489133.js similarity index 91% rename from assets/js/110.664a4a72.js rename to assets/js/110.9f489133.js index 8eb83c19..addef568 100644 --- a/assets/js/110.664a4a72.js +++ b/assets/js/110.9f489133.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[110],{389:function(s,t,r){"use strict";r.r(t);var e=r(14),i=Object(e.a)({},(function(){var s=this,t=s._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":s.$parent.slotKey}},[t("h1",{attrs:{id:"dismissalert"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#dismissalert"}},[s._v("#")]),s._v(" dismissAlert")]),s._v(" "),t("ul",[t("li",[s._v("功能描述: 关闭当前弹出的 alert 提示框。")]),s._v(" "),t("li",[s._v("支持平台: Android iOS")]),s._v(" "),t("li",[s._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#dismiss-alert",target:"_blank",rel:"noopener noreferrer"}},[s._v("POST /session/:sessionId/dismiss_alert"),t("OutboundLink")],1)])])])}),[],!1,null,null,null);t.default=i.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[110],{391:function(s,t,r){"use strict";r.r(t);var e=r(14),i=Object(e.a)({},(function(){var s=this,t=s._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":s.$parent.slotKey}},[t("h1",{attrs:{id:"dismissalert"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#dismissalert"}},[s._v("#")]),s._v(" dismissAlert")]),s._v(" "),t("ul",[t("li",[s._v("功能描述: 关闭当前弹出的 alert 提示框。")]),s._v(" "),t("li",[s._v("支持平台: Android iOS")]),s._v(" "),t("li",[s._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#dismiss-alert",target:"_blank",rel:"noopener noreferrer"}},[s._v("POST /session/:sessionId/dismiss_alert"),t("OutboundLink")],1)])])])}),[],!1,null,null,null);t.default=i.exports}}]); \ No newline at end of file diff --git a/assets/js/111.5144538c.js b/assets/js/111.e8016fdd.js similarity index 96% rename from assets/js/111.5144538c.js rename to assets/js/111.e8016fdd.js index 5982ebd3..8f02f849 100644 --- a/assets/js/111.5144538c.js +++ b/assets/js/111.e8016fdd.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[111],{391:function(t,s,e){"use strict";e.r(s);var a=e(14),n=Object(a.a)({},(function(){var t=this,s=t._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[s("h1",{attrs:{id:"haselement"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#haselement"}},[t._v("#")]),t._v(" hasElement")]),t._v(" "),s("ul",[s("li",[t._v("功能描述: 检查元素是否存在。")]),t._v(" "),s("li",[t._v("支持平台: Android iOS Web(WebView)")]),t._v(" "),s("li",[t._v("标准链接: "),s("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[t._v("POST /session/:sessionId/element"),s("OutboundLink")],1)]),t._v(" "),s("li",[t._v("参数: {string} using 元素定位器策略。")]),t._v(" "),s("li",[t._v("参数: {string} value 对应的值。")])]),t._v(" "),s("h2",{attrs:{id:"示例"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#示例"}},[t._v("#")]),t._v(" 示例")]),t._v(" "),s("div",{staticClass:"language-javascript extra-class"},[s("pre",{pre:!0,attrs:{class:"language-javascript"}},[s("code",[t._v("driver"),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),s("span",{pre:!0,attrs:{class:"token function"}},[t._v("hasElement")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),s("span",{pre:!0,attrs:{class:"token string"}},[t._v("'id'")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v(" "),s("span",{pre:!0,attrs:{class:"token string"}},[t._v("'com.demo.demo:id/searchEdit'")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n")])])])])}),[],!1,null,null,null);s.default=n.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[111],{390:function(t,s,e){"use strict";e.r(s);var a=e(14),n=Object(a.a)({},(function(){var t=this,s=t._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[s("h1",{attrs:{id:"haselement"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#haselement"}},[t._v("#")]),t._v(" hasElement")]),t._v(" "),s("ul",[s("li",[t._v("功能描述: 检查元素是否存在。")]),t._v(" "),s("li",[t._v("支持平台: Android iOS Web(WebView)")]),t._v(" "),s("li",[t._v("标准链接: "),s("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[t._v("POST /session/:sessionId/element"),s("OutboundLink")],1)]),t._v(" "),s("li",[t._v("参数: {string} using 元素定位器策略。")]),t._v(" "),s("li",[t._v("参数: {string} value 对应的值。")])]),t._v(" "),s("h2",{attrs:{id:"示例"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#示例"}},[t._v("#")]),t._v(" 示例")]),t._v(" "),s("div",{staticClass:"language-javascript extra-class"},[s("pre",{pre:!0,attrs:{class:"language-javascript"}},[s("code",[t._v("driver"),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),s("span",{pre:!0,attrs:{class:"token function"}},[t._v("hasElement")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),s("span",{pre:!0,attrs:{class:"token string"}},[t._v("'id'")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v(" "),s("span",{pre:!0,attrs:{class:"token string"}},[t._v("'com.demo.demo:id/searchEdit'")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n")])])])])}),[],!1,null,null,null);s.default=n.exports}}]); \ No newline at end of file diff --git a/assets/js/113.46a16329.js b/assets/js/113.269a06b1.js similarity index 95% rename from assets/js/113.46a16329.js rename to assets/js/113.269a06b1.js index 58e4a813..d3f03d7f 100644 --- a/assets/js/113.46a16329.js +++ b/assets/js/113.269a06b1.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[113],{394:function(t,e,a){"use strict";a.r(e);var s=a(14),n=Object(s.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"haselementbyname"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#haselementbyname"}},[t._v("#")]),t._v(" hasElementByName")]),t._v(" "),e("ul",[e("li",[t._v("功能描述: 检查元素是否存在。")]),t._v(" "),e("li",[t._v("支持平台: Android iOS Web(WebView)")]),t._v(" "),e("li",[t._v("标准链接: "),e("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[t._v("POST /session/:sessionId/element"),e("OutboundLink")],1)]),t._v(" "),e("li",[t._v("参数: {string} value name 属性。")])]),t._v(" "),e("h2",{attrs:{id:"示例"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#示例"}},[t._v("#")]),t._v(" 示例")]),t._v(" "),e("div",{staticClass:"language-javascript extra-class"},[e("pre",{pre:!0,attrs:{class:"language-javascript"}},[e("code",[t._v("driver"),e("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),e("span",{pre:!0,attrs:{class:"token function"}},[t._v("hasElementByName")]),e("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),e("span",{pre:!0,attrs:{class:"token string"}},[t._v("'搜索'")]),e("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),e("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n")])])])])}),[],!1,null,null,null);e.default=n.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[113],{393:function(t,e,a){"use strict";a.r(e);var s=a(14),n=Object(s.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"haselementbyname"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#haselementbyname"}},[t._v("#")]),t._v(" hasElementByName")]),t._v(" "),e("ul",[e("li",[t._v("功能描述: 检查元素是否存在。")]),t._v(" "),e("li",[t._v("支持平台: Android iOS Web(WebView)")]),t._v(" "),e("li",[t._v("标准链接: "),e("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[t._v("POST /session/:sessionId/element"),e("OutboundLink")],1)]),t._v(" "),e("li",[t._v("参数: {string} value name 属性。")])]),t._v(" "),e("h2",{attrs:{id:"示例"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#示例"}},[t._v("#")]),t._v(" 示例")]),t._v(" "),e("div",{staticClass:"language-javascript extra-class"},[e("pre",{pre:!0,attrs:{class:"language-javascript"}},[e("code",[t._v("driver"),e("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),e("span",{pre:!0,attrs:{class:"token function"}},[t._v("hasElementByName")]),e("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),e("span",{pre:!0,attrs:{class:"token string"}},[t._v("'搜索'")]),e("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),e("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n")])])])])}),[],!1,null,null,null);e.default=n.exports}}]); \ No newline at end of file diff --git a/assets/js/114.b3a28743.js b/assets/js/114.bbed18e1.js similarity index 96% rename from assets/js/114.b3a28743.js rename to assets/js/114.bbed18e1.js index 2364cb1e..d4213cef 100644 --- a/assets/js/114.b3a28743.js +++ b/assets/js/114.bbed18e1.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[114],{393:function(t,a,e){"use strict";e.r(a);var s=e(14),n=Object(s.a)({},(function(){var t=this,a=t._self._c;return a("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[a("h1",{attrs:{id:"haselementbypartiallinktext"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#haselementbypartiallinktext"}},[t._v("#")]),t._v(" hasElementByPartialLinkText")]),t._v(" "),a("ul",[a("li",[t._v("功能描述: 检查元素是否存在。")]),t._v(" "),a("li",[t._v("支持平台: Android iOS Web(WebView)")]),t._v(" "),a("li",[t._v("标准链接: "),a("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[t._v("POST /session/:sessionId/element"),a("OutboundLink")],1)]),t._v(" "),a("li",[t._v("参数: {string} value 部分文本内容。")])]),t._v(" "),a("h2",{attrs:{id:"示例"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#示例"}},[t._v("#")]),t._v(" 示例")]),t._v(" "),a("div",{staticClass:"language-javascript extra-class"},[a("pre",{pre:!0,attrs:{class:"language-javascript"}},[a("code",[t._v("driver"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("hasElementByPartialLinkText")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'搜索'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n")])])])])}),[],!1,null,null,null);a.default=n.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[114],{394:function(t,a,e){"use strict";e.r(a);var s=e(14),n=Object(s.a)({},(function(){var t=this,a=t._self._c;return a("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[a("h1",{attrs:{id:"haselementbypartiallinktext"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#haselementbypartiallinktext"}},[t._v("#")]),t._v(" hasElementByPartialLinkText")]),t._v(" "),a("ul",[a("li",[t._v("功能描述: 检查元素是否存在。")]),t._v(" "),a("li",[t._v("支持平台: Android iOS Web(WebView)")]),t._v(" "),a("li",[t._v("标准链接: "),a("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[t._v("POST /session/:sessionId/element"),a("OutboundLink")],1)]),t._v(" "),a("li",[t._v("参数: {string} value 部分文本内容。")])]),t._v(" "),a("h2",{attrs:{id:"示例"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#示例"}},[t._v("#")]),t._v(" 示例")]),t._v(" "),a("div",{staticClass:"language-javascript extra-class"},[a("pre",{pre:!0,attrs:{class:"language-javascript"}},[a("code",[t._v("driver"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("hasElementByPartialLinkText")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'搜索'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n")])])])])}),[],!1,null,null,null);a.default=n.exports}}]); \ No newline at end of file diff --git a/assets/js/115.c1071fde.js b/assets/js/115.8455ddb1.js similarity index 95% rename from assets/js/115.c1071fde.js rename to assets/js/115.8455ddb1.js index c7b4ad6b..5f85002c 100644 --- a/assets/js/115.c1071fde.js +++ b/assets/js/115.8455ddb1.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[115],{395:function(t,a,e){"use strict";e.r(a);var s=e(14),n=Object(s.a)({},(function(){var t=this,a=t._self._c;return a("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[a("h1",{attrs:{id:"haselementbytagname"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#haselementbytagname"}},[t._v("#")]),t._v(" hasElementByTagName")]),t._v(" "),a("ul",[a("li",[t._v("功能描述: 检查元素是否存在。")]),t._v(" "),a("li",[t._v("支持平台: Android iOS Web(WebView)")]),t._v(" "),a("li",[t._v("标准链接: "),a("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[t._v("POST /session/:sessionId/element"),a("OutboundLink")],1)]),t._v(" "),a("li",[t._v("参数: {string} value 标签名称。")])]),t._v(" "),a("h2",{attrs:{id:"示例"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#示例"}},[t._v("#")]),t._v(" 示例")]),t._v(" "),a("div",{staticClass:"language-javascript extra-class"},[a("pre",{pre:!0,attrs:{class:"language-javascript"}},[a("code",[t._v("driver"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("hasElementByTagName")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'搜索'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n")])])])])}),[],!1,null,null,null);a.default=n.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[115],{396:function(t,a,e){"use strict";e.r(a);var s=e(14),n=Object(s.a)({},(function(){var t=this,a=t._self._c;return a("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[a("h1",{attrs:{id:"haselementbytagname"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#haselementbytagname"}},[t._v("#")]),t._v(" hasElementByTagName")]),t._v(" "),a("ul",[a("li",[t._v("功能描述: 检查元素是否存在。")]),t._v(" "),a("li",[t._v("支持平台: Android iOS Web(WebView)")]),t._v(" "),a("li",[t._v("标准链接: "),a("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[t._v("POST /session/:sessionId/element"),a("OutboundLink")],1)]),t._v(" "),a("li",[t._v("参数: {string} value 标签名称。")])]),t._v(" "),a("h2",{attrs:{id:"示例"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#示例"}},[t._v("#")]),t._v(" 示例")]),t._v(" "),a("div",{staticClass:"language-javascript extra-class"},[a("pre",{pre:!0,attrs:{class:"language-javascript"}},[a("code",[t._v("driver"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("hasElementByTagName")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'搜索'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n")])])])])}),[],!1,null,null,null);a.default=n.exports}}]); \ No newline at end of file diff --git a/assets/js/116.ab1f931a.js b/assets/js/116.8f505763.js similarity index 96% rename from assets/js/116.ab1f931a.js rename to assets/js/116.8f505763.js index 02432508..079ee67f 100644 --- a/assets/js/116.ab1f931a.js +++ b/assets/js/116.8f505763.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[116],{397:function(t,e,s){"use strict";s.r(e);var a=s(14),n=Object(a.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"haselementbyxpath"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#haselementbyxpath"}},[t._v("#")]),t._v(" hasElementByXPath")]),t._v(" "),e("ul",[e("li",[t._v("功能描述: 检查元素是否存在。")]),t._v(" "),e("li",[t._v("支持平台: Android iOS Web(WebView)")]),t._v(" "),e("li",[t._v("标准链接: "),e("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[t._v("POST /session/:sessionId/element"),e("OutboundLink")],1)]),t._v(" "),e("li",[t._v("参数: {string} value XPath 表达式。")])]),t._v(" "),e("h2",{attrs:{id:"示例"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#示例"}},[t._v("#")]),t._v(" 示例")]),t._v(" "),e("div",{staticClass:"language-javascript extra-class"},[e("pre",{pre:!0,attrs:{class:"language-javascript"}},[e("code",[t._v("driver"),e("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),e("span",{pre:!0,attrs:{class:"token function"}},[t._v("hasElementByXPath")]),e("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),e("span",{pre:!0,attrs:{class:"token string"}},[t._v("'//*[@resource-id=\"com.demo.demo:id/searchEdit\"]'")]),e("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),e("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n")])])])])}),[],!1,null,null,null);e.default=n.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[116],{395:function(t,e,s){"use strict";s.r(e);var a=s(14),n=Object(a.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"haselementbyxpath"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#haselementbyxpath"}},[t._v("#")]),t._v(" hasElementByXPath")]),t._v(" "),e("ul",[e("li",[t._v("功能描述: 检查元素是否存在。")]),t._v(" "),e("li",[t._v("支持平台: Android iOS Web(WebView)")]),t._v(" "),e("li",[t._v("标准链接: "),e("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[t._v("POST /session/:sessionId/element"),e("OutboundLink")],1)]),t._v(" "),e("li",[t._v("参数: {string} value XPath 表达式。")])]),t._v(" "),e("h2",{attrs:{id:"示例"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#示例"}},[t._v("#")]),t._v(" 示例")]),t._v(" "),e("div",{staticClass:"language-javascript extra-class"},[e("pre",{pre:!0,attrs:{class:"language-javascript"}},[e("code",[t._v("driver"),e("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),e("span",{pre:!0,attrs:{class:"token function"}},[t._v("hasElementByXPath")]),e("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),e("span",{pre:!0,attrs:{class:"token string"}},[t._v("'//*[@resource-id=\"com.demo.demo:id/searchEdit\"]'")]),e("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),e("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n")])])])])}),[],!1,null,null,null);e.default=n.exports}}]); \ No newline at end of file diff --git a/assets/js/117.e4479f74.js b/assets/js/117.386b256a.js similarity index 91% rename from assets/js/117.e4479f74.js rename to assets/js/117.386b256a.js index d39ebf6e..de578236 100644 --- a/assets/js/117.e4479f74.js +++ b/assets/js/117.386b256a.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[117],{396:function(t,e,r){"use strict";r.r(e);var s=r(14),n=Object(s.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"back"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#back"}},[t._v("#")]),t._v(" back")]),t._v(" "),e("ul",[e("li",[t._v("功能描述: 在浏览器历史记录中向后导航。")]),t._v(" "),e("li",[t._v("支持平台: Android Web(WebView)")]),t._v(" "),e("li",[t._v("标准链接: "),e("a",{attrs:{href:"https://w3c.github.io/webdriver/#back",target:"_blank",rel:"noopener noreferrer"}},[t._v("POST /session/:sessionId/back"),e("OutboundLink")],1)])])])}),[],!1,null,null,null);e.default=n.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[117],{397:function(t,e,r){"use strict";r.r(e);var s=r(14),n=Object(s.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"back"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#back"}},[t._v("#")]),t._v(" back")]),t._v(" "),e("ul",[e("li",[t._v("功能描述: 在浏览器历史记录中向后导航。")]),t._v(" "),e("li",[t._v("支持平台: Android Web(WebView)")]),t._v(" "),e("li",[t._v("标准链接: "),e("a",{attrs:{href:"https://w3c.github.io/webdriver/#back",target:"_blank",rel:"noopener noreferrer"}},[t._v("POST /session/:sessionId/back"),e("OutboundLink")],1)])])])}),[],!1,null,null,null);e.default=n.exports}}]); \ No newline at end of file diff --git a/assets/js/120.71beb51a.js b/assets/js/120.d0548cbc.js similarity index 91% rename from assets/js/120.71beb51a.js rename to assets/js/120.d0548cbc.js index 7388d320..1eeb61b6 100644 --- a/assets/js/120.71beb51a.js +++ b/assets/js/120.d0548cbc.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[120],{400:function(t,e,r){"use strict";r.r(e);var s=r(14),n=Object(s.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"get"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#get"}},[t._v("#")]),t._v(" get")]),t._v(" "),e("ul",[e("li",[t._v("功能描述: 打开一个新的 url")]),t._v(" "),e("li",[t._v("支持平台: Web(WebView)")]),t._v(" "),e("li",[t._v("标准链接: "),e("a",{attrs:{href:"https://w3c.github.io/webdriver/#get",target:"_blank",rel:"noopener noreferrer"}},[t._v("POST /session/:sessionId/url"),e("OutboundLink")],1)]),t._v(" "),e("li",[t._v("参数: {string} url 链接地址")])])])}),[],!1,null,null,null);e.default=n.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[120],{401:function(t,e,r){"use strict";r.r(e);var s=r(14),n=Object(s.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"get"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#get"}},[t._v("#")]),t._v(" get")]),t._v(" "),e("ul",[e("li",[t._v("功能描述: 打开一个新的 url")]),t._v(" "),e("li",[t._v("支持平台: Web(WebView)")]),t._v(" "),e("li",[t._v("标准链接: "),e("a",{attrs:{href:"https://w3c.github.io/webdriver/#get",target:"_blank",rel:"noopener noreferrer"}},[t._v("POST /session/:sessionId/url"),e("OutboundLink")],1)]),t._v(" "),e("li",[t._v("参数: {string} url 链接地址")])])])}),[],!1,null,null,null);e.default=n.exports}}]); \ No newline at end of file diff --git a/assets/js/121.9e9fb66e.js b/assets/js/121.0f7d362c.js similarity index 92% rename from assets/js/121.9e9fb66e.js rename to assets/js/121.0f7d362c.js index 97280cd4..76e5f3a4 100644 --- a/assets/js/121.9e9fb66e.js +++ b/assets/js/121.0f7d362c.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[121],{401:function(e,i,t){"use strict";t.r(i);var n=t(14),r=Object(n.a)({},(function(){var e=this,i=e._self._c;return i("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[i("h1",{attrs:{id:"maximize"}},[i("a",{staticClass:"header-anchor",attrs:{href:"#maximize"}},[e._v("#")]),e._v(" maximize")]),e._v(" "),i("ul",[i("li",[e._v("功能描述: 最大化窗口")]),e._v(" "),i("li",[e._v("支持平台: Web(WebView)")]),e._v(" "),i("li",[e._v("标准链接: "),i("a",{attrs:{href:"https://w3c.github.io/webdriver/#dfn-maximize-window",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/window/maximize"),i("OutboundLink")],1)]),e._v(" "),i("li",[e._v("参数: {string} handle 窗口句柄")])])])}),[],!1,null,null,null);i.default=r.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[121],{400:function(e,i,t){"use strict";t.r(i);var n=t(14),r=Object(n.a)({},(function(){var e=this,i=e._self._c;return i("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[i("h1",{attrs:{id:"maximize"}},[i("a",{staticClass:"header-anchor",attrs:{href:"#maximize"}},[e._v("#")]),e._v(" maximize")]),e._v(" "),i("ul",[i("li",[e._v("功能描述: 最大化窗口")]),e._v(" "),i("li",[e._v("支持平台: Web(WebView)")]),e._v(" "),i("li",[e._v("标准链接: "),i("a",{attrs:{href:"https://w3c.github.io/webdriver/#dfn-maximize-window",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/window/maximize"),i("OutboundLink")],1)]),e._v(" "),i("li",[e._v("参数: {string} handle 窗口句柄")])])])}),[],!1,null,null,null);i.default=r.exports}}]); \ No newline at end of file diff --git a/assets/js/122.c063c7f8.js b/assets/js/122.b2950570.js similarity index 91% rename from assets/js/122.c063c7f8.js rename to assets/js/122.b2950570.js index dc8f2ba9..3636f56d 100644 --- a/assets/js/122.c063c7f8.js +++ b/assets/js/122.b2950570.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[122],{402:function(e,r,t){"use strict";t.r(r);var s=t(14),n=Object(s.a)({},(function(){var e=this,r=e._self._c;return r("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[r("h1",{attrs:{id:"refresh"}},[r("a",{staticClass:"header-anchor",attrs:{href:"#refresh"}},[e._v("#")]),e._v(" refresh")]),e._v(" "),r("ul",[r("li",[e._v("功能描述: 刷新当前页面")]),e._v(" "),r("li",[e._v("支持平台: Web(WebView)")]),e._v(" "),r("li",[e._v("标准链接: "),r("a",{attrs:{href:"https://w3c.github.io/webdriver/#refresh",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/refresh"),r("OutboundLink")],1)])])])}),[],!1,null,null,null);r.default=n.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[122],{403:function(e,r,t){"use strict";t.r(r);var s=t(14),n=Object(s.a)({},(function(){var e=this,r=e._self._c;return r("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[r("h1",{attrs:{id:"refresh"}},[r("a",{staticClass:"header-anchor",attrs:{href:"#refresh"}},[e._v("#")]),e._v(" refresh")]),e._v(" "),r("ul",[r("li",[e._v("功能描述: 刷新当前页面")]),e._v(" "),r("li",[e._v("支持平台: Web(WebView)")]),e._v(" "),r("li",[e._v("标准链接: "),r("a",{attrs:{href:"https://w3c.github.io/webdriver/#refresh",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/refresh"),r("OutboundLink")],1)])])])}),[],!1,null,null,null);r.default=n.exports}}]); \ No newline at end of file diff --git a/assets/js/123.54861224.js b/assets/js/123.4b95982f.js similarity index 90% rename from assets/js/123.54861224.js rename to assets/js/123.4b95982f.js index 1a6f4680..cc17a3b6 100644 --- a/assets/js/123.54861224.js +++ b/assets/js/123.4b95982f.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[123],{403:function(t,n,e){"use strict";e.r(n);var s=e(14),o=Object(s.a)({},(function(){var t=this,n=t._self._c;return n("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[n("h1",{attrs:{id:"context"}},[n("a",{staticClass:"header-anchor",attrs:{href:"#context"}},[t._v("#")]),t._v(" context")]),t._v(" "),n("ul",[n("li",[t._v("功能描述: 设置当前上下文")]),t._v(" "),n("li",[t._v("支持平台: Android iOS")]),t._v(" "),n("li",[t._v("参数: {string} contextRef 上下文引用")]),t._v(" "),n("li",[t._v("返回: {Promise}")])])])}),[],!1,null,null,null);n.default=o.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[123],{402:function(t,n,e){"use strict";e.r(n);var s=e(14),o=Object(s.a)({},(function(){var t=this,n=t._self._c;return n("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[n("h1",{attrs:{id:"context"}},[n("a",{staticClass:"header-anchor",attrs:{href:"#context"}},[t._v("#")]),t._v(" context")]),t._v(" "),n("ul",[n("li",[t._v("功能描述: 设置当前上下文")]),t._v(" "),n("li",[t._v("支持平台: Android iOS")]),t._v(" "),n("li",[t._v("参数: {string} contextRef 上下文引用")]),t._v(" "),n("li",[t._v("返回: {Promise}")])])])}),[],!1,null,null,null);n.default=o.exports}}]); \ No newline at end of file diff --git a/assets/js/124.5166303f.js b/assets/js/124.0fdfcf24.js similarity index 89% rename from assets/js/124.5166303f.js rename to assets/js/124.0fdfcf24.js index a8ecdc3a..8d257650 100644 --- a/assets/js/124.5166303f.js +++ b/assets/js/124.0fdfcf24.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[124],{405:function(t,s,n){"use strict";n.r(s);var e=n(14),o=Object(e.a)({},(function(){var t=this,s=t._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[s("h1",{attrs:{id:"contexts"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#contexts"}},[t._v("#")]),t._v(" contexts")]),t._v(" "),s("ul",[s("li",[t._v("功能描述: 获取可用的上下文列表")]),t._v(" "),s("li",[t._v("支持平台: Android iOS")]),t._v(" "),s("li",[t._v("返回: 可用上下文列表")])])])}),[],!1,null,null,null);s.default=o.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[124],{404:function(t,s,n){"use strict";n.r(s);var e=n(14),o=Object(e.a)({},(function(){var t=this,s=t._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[s("h1",{attrs:{id:"contexts"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#contexts"}},[t._v("#")]),t._v(" contexts")]),t._v(" "),s("ul",[s("li",[t._v("功能描述: 获取可用的上下文列表")]),t._v(" "),s("li",[t._v("支持平台: Android iOS")]),t._v(" "),s("li",[t._v("返回: 可用上下文列表")])])])}),[],!1,null,null,null);s.default=o.exports}}]); \ No newline at end of file diff --git a/assets/js/125.076ee24e.js b/assets/js/125.593a4b2a.js similarity index 89% rename from assets/js/125.076ee24e.js rename to assets/js/125.593a4b2a.js index 7749e4a4..863854ff 100644 --- a/assets/js/125.076ee24e.js +++ b/assets/js/125.593a4b2a.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[125],{404:function(t,s,n){"use strict";n.r(s);var r=n(14),e=Object(r.a)({},(function(){var t=this._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":this.$parent.slotKey}},[t("h1",{attrs:{id:"currentcontext"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#currentcontext"}},[this._v("#")]),this._v(" currentContext")]),this._v(" "),t("ul",[t("li",[this._v("功能描述: 获取当前上下文列表")]),this._v(" "),t("li",[this._v("支持平台: Android iOS")])])])}),[],!1,null,null,null);s.default=e.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[125],{405:function(t,s,n){"use strict";n.r(s);var r=n(14),e=Object(r.a)({},(function(){var t=this._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":this.$parent.slotKey}},[t("h1",{attrs:{id:"currentcontext"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#currentcontext"}},[this._v("#")]),this._v(" currentContext")]),this._v(" "),t("ul",[t("li",[this._v("功能描述: 获取当前上下文列表")]),this._v(" "),t("li",[this._v("支持平台: Android iOS")])])])}),[],!1,null,null,null);s.default=e.exports}}]); \ No newline at end of file diff --git a/assets/js/126.33b1b11a.js b/assets/js/126.6c2fbd05.js similarity index 91% rename from assets/js/126.33b1b11a.js rename to assets/js/126.6c2fbd05.js index 7790fad9..f6009917 100644 --- a/assets/js/126.33b1b11a.js +++ b/assets/js/126.6c2fbd05.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[126],{407:function(e,t,o){"use strict";o.r(t);var s=o(14),r=Object(s.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"allcookies"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#allcookies"}},[e._v("#")]),e._v(" allCookies")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 获取与当前上下文关联的所有 cookie。")]),e._v(" "),t("li",[e._v("支持平台: Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#get-all-cookies",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/cookie"),t("OutboundLink")],1)])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[126],{406:function(e,t,o){"use strict";o.r(t);var s=o(14),r=Object(s.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"allcookies"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#allcookies"}},[e._v("#")]),e._v(" allCookies")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 获取与当前上下文关联的所有 cookie。")]),e._v(" "),t("li",[e._v("支持平台: Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#get-all-cookies",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/cookie"),t("OutboundLink")],1)])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file diff --git a/assets/js/127.26116610.js b/assets/js/127.7a91bef1.js similarity index 92% rename from assets/js/127.26116610.js rename to assets/js/127.7a91bef1.js index 69ddd8a3..a9b0c409 100644 --- a/assets/js/127.26116610.js +++ b/assets/js/127.7a91bef1.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[127],{408:function(e,t,o){"use strict";o.r(t);var l=o(14),s=Object(l.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"deleteallcookies"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#deleteallcookies"}},[e._v("#")]),e._v(" deleteAllCookies")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 删除当前上下文关联的所有 cookie。")]),e._v(" "),t("li",[e._v("支持平台: Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#delete-all-cookies",target:"_blank",rel:"noopener noreferrer"}},[e._v("DELETE /session/:sessionId/cookie/:name"),t("OutboundLink")],1)])])])}),[],!1,null,null,null);t.default=s.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[127],{407:function(e,t,o){"use strict";o.r(t);var l=o(14),s=Object(l.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"deleteallcookies"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#deleteallcookies"}},[e._v("#")]),e._v(" deleteAllCookies")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 删除当前上下文关联的所有 cookie。")]),e._v(" "),t("li",[e._v("支持平台: Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#delete-all-cookies",target:"_blank",rel:"noopener noreferrer"}},[e._v("DELETE /session/:sessionId/cookie/:name"),t("OutboundLink")],1)])])])}),[],!1,null,null,null);t.default=s.exports}}]); \ No newline at end of file diff --git a/assets/js/128.adc62899.js b/assets/js/128.e7ee80ac.js similarity index 93% rename from assets/js/128.adc62899.js rename to assets/js/128.e7ee80ac.js index 20129cdf..0b897d91 100644 --- a/assets/js/128.adc62899.js +++ b/assets/js/128.e7ee80ac.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[128],{406:function(e,t,o){"use strict";o.r(t);var i=o(14),r=Object(i.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"deletecookie"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#deletecookie"}},[e._v("#")]),e._v(" deleteCookie")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 删除指定 cookie,如果名称未定义,则删除当前上下文关联的所有 cookie。")]),e._v(" "),t("li",[e._v("支持平台: Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#delete-cookie",target:"_blank",rel:"noopener noreferrer"}},[e._v("DELETE /session/:sessionId/cookie/:name"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} name cookie 名称")])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[128],{408:function(e,t,o){"use strict";o.r(t);var i=o(14),r=Object(i.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"deletecookie"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#deletecookie"}},[e._v("#")]),e._v(" deleteCookie")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 删除指定 cookie,如果名称未定义,则删除当前上下文关联的所有 cookie。")]),e._v(" "),t("li",[e._v("支持平台: Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#delete-cookie",target:"_blank",rel:"noopener noreferrer"}},[e._v("DELETE /session/:sessionId/cookie/:name"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} name cookie 名称")])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file diff --git a/assets/js/129.e513b5b1.js b/assets/js/129.689e3247.js similarity index 97% rename from assets/js/129.e513b5b1.js rename to assets/js/129.689e3247.js index 19d8e409..5d24d4e7 100644 --- a/assets/js/129.e513b5b1.js +++ b/assets/js/129.689e3247.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[129],{413:function(t,s,a){"use strict";a.r(s);var e=a(14),r=Object(e.a)({},(function(){var t=this,s=t._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[s("h1",{attrs:{id:"setcookie"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#setcookie"}},[t._v("#")]),t._v(" setCookie")]),t._v(" "),s("ul",[s("li",[t._v("功能描述: 将单个 cookie 添加到与活动文档地址关联的 cookie 存储中。")]),t._v(" "),s("li",[t._v("支持平台: Web(WebView)")]),t._v(" "),s("li",[t._v("标准链接: "),s("a",{attrs:{href:"https://w3c.github.io/webdriver/#add-cookie",target:"_blank",rel:"noopener noreferrer"}},[t._v("POST /session/:sessionId/cookie"),s("OutboundLink")],1)]),t._v(" "),s("li",[t._v("参数: {object} cookie 对象。")])]),t._v(" "),s("h2",{attrs:{id:"示例"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#示例"}},[t._v("#")]),t._v(" 示例")]),t._v(" "),s("div",{staticClass:"language-javascript extra-class"},[s("pre",{pre:!0,attrs:{class:"language-javascript"}},[s("code",[t._v("driver"),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),s("span",{pre:!0,attrs:{class:"token function"}},[t._v("setCookie")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("{")]),t._v("\n "),s("span",{pre:!0,attrs:{class:"token literal-property property"}},[t._v("url")]),s("span",{pre:!0,attrs:{class:"token operator"}},[t._v(":")]),t._v(" "),s("span",{pre:!0,attrs:{class:"token string"}},[t._v("'https://macacajs.github.io'")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v("\n "),s("span",{pre:!0,attrs:{class:"token literal-property property"}},[t._v("name")]),s("span",{pre:!0,attrs:{class:"token operator"}},[t._v(":")]),t._v(" "),s("span",{pre:!0,attrs:{class:"token string"}},[t._v("'foo'")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v("\n "),s("span",{pre:!0,attrs:{class:"token literal-property property"}},[t._v("value")]),s("span",{pre:!0,attrs:{class:"token operator"}},[t._v(":")]),t._v(" "),s("span",{pre:!0,attrs:{class:"token string"}},[t._v("'bar'")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v("\n\n"),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("}")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),t._v("\n")])])])])}),[],!1,null,null,null);s.default=r.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[129],{468:function(t,s,a){"use strict";a.r(s);var e=a(14),r=Object(e.a)({},(function(){var t=this,s=t._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[s("h1",{attrs:{id:"setcookie"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#setcookie"}},[t._v("#")]),t._v(" setCookie")]),t._v(" "),s("ul",[s("li",[t._v("功能描述: 将单个 cookie 添加到与活动文档地址关联的 cookie 存储中。")]),t._v(" "),s("li",[t._v("支持平台: Web(WebView)")]),t._v(" "),s("li",[t._v("标准链接: "),s("a",{attrs:{href:"https://w3c.github.io/webdriver/#add-cookie",target:"_blank",rel:"noopener noreferrer"}},[t._v("POST /session/:sessionId/cookie"),s("OutboundLink")],1)]),t._v(" "),s("li",[t._v("参数: {object} cookie 对象。")])]),t._v(" "),s("h2",{attrs:{id:"示例"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#示例"}},[t._v("#")]),t._v(" 示例")]),t._v(" "),s("div",{staticClass:"language-javascript extra-class"},[s("pre",{pre:!0,attrs:{class:"language-javascript"}},[s("code",[t._v("driver"),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),s("span",{pre:!0,attrs:{class:"token function"}},[t._v("setCookie")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("{")]),t._v("\n "),s("span",{pre:!0,attrs:{class:"token literal-property property"}},[t._v("url")]),s("span",{pre:!0,attrs:{class:"token operator"}},[t._v(":")]),t._v(" "),s("span",{pre:!0,attrs:{class:"token string"}},[t._v("'https://macacajs.github.io'")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v("\n "),s("span",{pre:!0,attrs:{class:"token literal-property property"}},[t._v("name")]),s("span",{pre:!0,attrs:{class:"token operator"}},[t._v(":")]),t._v(" "),s("span",{pre:!0,attrs:{class:"token string"}},[t._v("'foo'")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v("\n "),s("span",{pre:!0,attrs:{class:"token literal-property property"}},[t._v("value")]),s("span",{pre:!0,attrs:{class:"token operator"}},[t._v(":")]),t._v(" "),s("span",{pre:!0,attrs:{class:"token string"}},[t._v("'bar'")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v("\n\n"),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("}")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),t._v("\n")])])])])}),[],!1,null,null,null);s.default=r.exports}}]); \ No newline at end of file diff --git a/assets/js/130.d5693f61.js b/assets/js/130.100dcce7.js similarity index 91% rename from assets/js/130.d5693f61.js rename to assets/js/130.100dcce7.js index cc436140..775c4d81 100644 --- a/assets/js/130.d5693f61.js +++ b/assets/js/130.100dcce7.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[130],{410:function(e,t,r){"use strict";r.r(t);var n=r(14),s=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"clear"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#clear"}},[e._v("#")]),e._v(" clear")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 清除 TEXTAREA 或 INPUT 元素的值。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#element-clear",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element/:id/clear"),t("OutboundLink")],1)])])])}),[],!1,null,null,null);t.default=s.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[130],{409:function(e,t,r){"use strict";r.r(t);var n=r(14),s=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"clear"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#clear"}},[e._v("#")]),e._v(" clear")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 清除 TEXTAREA 或 INPUT 元素的值。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#element-clear",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element/:id/clear"),t("OutboundLink")],1)])])])}),[],!1,null,null,null);t.default=s.exports}}]); \ No newline at end of file diff --git a/assets/js/131.50e3a89e.js b/assets/js/131.b00b3f53.js similarity index 93% rename from assets/js/131.50e3a89e.js rename to assets/js/131.b00b3f53.js index f34c65d1..21a021aa 100644 --- a/assets/js/131.50e3a89e.js +++ b/assets/js/131.b00b3f53.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[131],{409:function(e,t,n){"use strict";n.r(t);var r=n(14),s=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"element"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#element"}},[e._v("#")]),e._v(" element")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} using 元素定位器策略。")]),e._v(" "),t("li",[e._v("参数: {string} value 对应的值。")])])])}),[],!1,null,null,null);t.default=s.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[131],{412:function(e,t,n){"use strict";n.r(t);var r=n(14),s=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"element"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#element"}},[e._v("#")]),e._v(" element")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} using 元素定位器策略。")]),e._v(" "),t("li",[e._v("参数: {string} value 对应的值。")])])])}),[],!1,null,null,null);t.default=s.exports}}]); \ No newline at end of file diff --git a/assets/js/132.869ba9c8.js b/assets/js/132.6f8cae63.js similarity index 92% rename from assets/js/132.869ba9c8.js rename to assets/js/132.6f8cae63.js index 28b085c2..c83c7be6 100644 --- a/assets/js/132.869ba9c8.js +++ b/assets/js/132.6f8cae63.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[132],{416:function(e,t,s){"use strict";s.r(t);var n=s(14),r=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbycss"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbycss"}},[e._v("#")]),e._v(" elementByCss")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素。")]),e._v(" "),t("li",[e._v("支持平台: Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value css 选择器。")])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[132],{415:function(e,t,s){"use strict";s.r(t);var n=s(14),r=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbycss"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbycss"}},[e._v("#")]),e._v(" elementByCss")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素。")]),e._v(" "),t("li",[e._v("支持平台: Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value css 选择器。")])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file diff --git a/assets/js/133.45c64791.js b/assets/js/133.fa96658e.js similarity index 92% rename from assets/js/133.45c64791.js rename to assets/js/133.fa96658e.js index a72606ba..963b3530 100644 --- a/assets/js/133.45c64791.js +++ b/assets/js/133.fa96658e.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[133],{411:function(e,s,t){"use strict";t.r(s);var n=t(14),r=Object(n.a)({},(function(){var e=this,s=e._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[s("h1",{attrs:{id:"elementbycssifexists"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#elementbycssifexists"}},[e._v("#")]),e._v(" elementByCssIfExists")]),e._v(" "),s("ul",[s("li",[e._v("功能描述: 搜索页面上的元素,如果存在则返回对应元素。")]),e._v(" "),s("li",[e._v("支持平台: Web(WebView)")]),e._v(" "),s("li",[e._v("标准链接: "),s("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),s("OutboundLink")],1)]),e._v(" "),s("li",[e._v("参数: {string} value css 选择器。")])])])}),[],!1,null,null,null);s.default=r.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[133],{413:function(e,s,t){"use strict";t.r(s);var n=t(14),r=Object(n.a)({},(function(){var e=this,s=e._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[s("h1",{attrs:{id:"elementbycssifexists"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#elementbycssifexists"}},[e._v("#")]),e._v(" elementByCssIfExists")]),e._v(" "),s("ul",[s("li",[e._v("功能描述: 搜索页面上的元素,如果存在则返回对应元素。")]),e._v(" "),s("li",[e._v("支持平台: Web(WebView)")]),e._v(" "),s("li",[e._v("标准链接: "),s("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),s("OutboundLink")],1)]),e._v(" "),s("li",[e._v("参数: {string} value css 选择器。")])])])}),[],!1,null,null,null);s.default=r.exports}}]); \ No newline at end of file diff --git a/assets/js/134.5a0e0196.js b/assets/js/134.d0540c17.js similarity index 92% rename from assets/js/134.5a0e0196.js rename to assets/js/134.d0540c17.js index a91f11f9..f7834ce5 100644 --- a/assets/js/134.5a0e0196.js +++ b/assets/js/134.d0540c17.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[134],{412:function(e,t,s){"use strict";s.r(t);var n=s(14),l=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbycssornull"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbycssornull"}},[e._v("#")]),e._v(" elementByCssOrNull")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素")]),e._v(" "),t("li",[e._v("支持平台: Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value css 选择器。")])])])}),[],!1,null,null,null);t.default=l.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[134],{410:function(e,t,s){"use strict";s.r(t);var n=s(14),l=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbycssornull"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbycssornull"}},[e._v("#")]),e._v(" elementByCssOrNull")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素")]),e._v(" "),t("li",[e._v("支持平台: Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value css 选择器。")])])])}),[],!1,null,null,null);t.default=l.exports}}]); \ No newline at end of file diff --git a/assets/js/135.022f74d5.js b/assets/js/135.a9024adb.js similarity index 92% rename from assets/js/135.022f74d5.js rename to assets/js/135.a9024adb.js index df547e85..cfd5db21 100644 --- a/assets/js/135.022f74d5.js +++ b/assets/js/135.a9024adb.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[135],{414:function(e,t,n){"use strict";n.r(t);var r=n(14),s=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbyid"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbyid"}},[e._v("#")]),e._v(" elementById")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value ID 属性。")])])])}),[],!1,null,null,null);t.default=s.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[135],{411:function(e,t,n){"use strict";n.r(t);var r=n(14),s=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbyid"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbyid"}},[e._v("#")]),e._v(" elementById")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value ID 属性。")])])])}),[],!1,null,null,null);t.default=s.exports}}]); \ No newline at end of file diff --git a/assets/js/136.d81a516c.js b/assets/js/136.3186d5aa.js similarity index 92% rename from assets/js/136.d81a516c.js rename to assets/js/136.3186d5aa.js index 35decc59..a6995552 100644 --- a/assets/js/136.d81a516c.js +++ b/assets/js/136.3186d5aa.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[136],{415:function(e,t,s){"use strict";s.r(t);var i=s(14),n=Object(i.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbyidifexists"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbyidifexists"}},[e._v("#")]),e._v(" elementByIdIfExists")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素,如果存在则返回对应元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value ID 属性。")])])])}),[],!1,null,null,null);t.default=n.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[136],{467:function(e,t,s){"use strict";s.r(t);var i=s(14),n=Object(i.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbyidifexists"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbyidifexists"}},[e._v("#")]),e._v(" elementByIdIfExists")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素,如果存在则返回对应元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value ID 属性。")])])])}),[],!1,null,null,null);t.default=n.exports}}]); \ No newline at end of file diff --git a/assets/js/137.24db6559.js b/assets/js/137.3ec7b1fa.js similarity index 92% rename from assets/js/137.24db6559.js rename to assets/js/137.3ec7b1fa.js index f33fcd09..a4ab4aae 100644 --- a/assets/js/137.24db6559.js +++ b/assets/js/137.3ec7b1fa.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[137],{419:function(e,t,n){"use strict";n.r(t);var r=n(14),l=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbyidornull"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbyidornull"}},[e._v("#")]),e._v(" elementByIdOrNull")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value ID 属性。")])])])}),[],!1,null,null,null);t.default=l.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[137],{414:function(e,t,n){"use strict";n.r(t);var r=n(14),l=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbyidornull"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbyidornull"}},[e._v("#")]),e._v(" elementByIdOrNull")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value ID 属性。")])])])}),[],!1,null,null,null);t.default=l.exports}}]); \ No newline at end of file diff --git a/assets/js/139.524940ec.js b/assets/js/139.4bbbcdf2.js similarity index 93% rename from assets/js/139.524940ec.js rename to assets/js/139.4bbbcdf2.js index 8509c3d1..9d6ff7f2 100644 --- a/assets/js/139.524940ec.js +++ b/assets/js/139.4bbbcdf2.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[139],{418:function(e,t,n){"use strict";n.r(t);var s=n(14),i=Object(s.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbynameifexists"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbynameifexists"}},[e._v("#")]),e._v(" elementByNameIfExists")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素,如果存在则返回对应元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value name 属性。")])])])}),[],!1,null,null,null);t.default=i.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[139],{416:function(e,t,n){"use strict";n.r(t);var s=n(14),i=Object(s.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbynameifexists"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbynameifexists"}},[e._v("#")]),e._v(" elementByNameIfExists")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素,如果存在则返回对应元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value name 属性。")])])])}),[],!1,null,null,null);t.default=i.exports}}]); \ No newline at end of file diff --git a/assets/js/140.e8ddde37.js b/assets/js/140.0e1396bb.js similarity index 92% rename from assets/js/140.e8ddde37.js rename to assets/js/140.0e1396bb.js index 2572e000..7e1d55c6 100644 --- a/assets/js/140.e8ddde37.js +++ b/assets/js/140.0e1396bb.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[140],{422:function(e,t,n){"use strict";n.r(t);var r=n(14),l=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbynameornull"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbynameornull"}},[e._v("#")]),e._v(" elementByNameOrNull")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value name 属性。")])])])}),[],!1,null,null,null);t.default=l.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[140],{418:function(e,t,n){"use strict";n.r(t);var r=n(14),l=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbynameornull"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbynameornull"}},[e._v("#")]),e._v(" elementByNameOrNull")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value name 属性。")])])])}),[],!1,null,null,null);t.default=l.exports}}]); \ No newline at end of file diff --git a/assets/js/141.3dfe3870.js b/assets/js/141.0f3782e2.js similarity index 92% rename from assets/js/141.3dfe3870.js rename to assets/js/141.0f3782e2.js index b7d8a55f..329513ed 100644 --- a/assets/js/141.3dfe3870.js +++ b/assets/js/141.0f3782e2.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[141],{420:function(e,t,n){"use strict";n.r(t);var r=n(14),i=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbypartiallinktext"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbypartiallinktext"}},[e._v("#")]),e._v(" elementByPartialLinkText")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value 部分文本内容。")])])])}),[],!1,null,null,null);t.default=i.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[141],{419:function(e,t,n){"use strict";n.r(t);var r=n(14),i=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbypartiallinktext"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbypartiallinktext"}},[e._v("#")]),e._v(" elementByPartialLinkText")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value 部分文本内容。")])])])}),[],!1,null,null,null);t.default=i.exports}}]); \ No newline at end of file diff --git a/assets/js/142.33ed2c9d.js b/assets/js/142.3941ffad.js similarity index 93% rename from assets/js/142.33ed2c9d.js rename to assets/js/142.3941ffad.js index 566ce77b..9f9051fe 100644 --- a/assets/js/142.33ed2c9d.js +++ b/assets/js/142.3941ffad.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[142],{421:function(e,t,i){"use strict";i.r(t);var n=i(14),s=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbypartiallinktextifexists"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbypartiallinktextifexists"}},[e._v("#")]),e._v(" elementByPartialLinkTextIfExists")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素,如果存在则返回对应元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value 部分文本内容。")])])])}),[],!1,null,null,null);t.default=s.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[142],{420:function(e,t,i){"use strict";i.r(t);var n=i(14),s=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbypartiallinktextifexists"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbypartiallinktextifexists"}},[e._v("#")]),e._v(" elementByPartialLinkTextIfExists")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素,如果存在则返回对应元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value 部分文本内容。")])])])}),[],!1,null,null,null);t.default=s.exports}}]); \ No newline at end of file diff --git a/assets/js/143.c577ec45.js b/assets/js/143.2096fa42.js similarity index 93% rename from assets/js/143.c577ec45.js rename to assets/js/143.2096fa42.js index d7c81405..b3e79108 100644 --- a/assets/js/143.c577ec45.js +++ b/assets/js/143.2096fa42.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[143],{423:function(e,t,l){"use strict";l.r(t);var n=l(14),r=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbypartiallinktextornull"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbypartiallinktextornull"}},[e._v("#")]),e._v(" elementByPartialLinkTextOrNull")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value 部分文本内容。")])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[143],{422:function(e,t,l){"use strict";l.r(t);var n=l(14),r=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbypartiallinktextornull"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbypartiallinktextornull"}},[e._v("#")]),e._v(" elementByPartialLinkTextOrNull")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value 部分文本内容。")])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file diff --git a/assets/js/144.1e75dc6a.js b/assets/js/144.618aee63.js similarity index 92% rename from assets/js/144.1e75dc6a.js rename to assets/js/144.618aee63.js index 80261955..681376c9 100644 --- a/assets/js/144.1e75dc6a.js +++ b/assets/js/144.618aee63.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[144],{424:function(e,t,n){"use strict";n.r(t);var r=n(14),s=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbytagname"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbytagname"}},[e._v("#")]),e._v(" elementByTagName")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value 标签名称。")])])])}),[],!1,null,null,null);t.default=s.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[144],{421:function(e,t,n){"use strict";n.r(t);var r=n(14),s=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbytagname"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbytagname"}},[e._v("#")]),e._v(" elementByTagName")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value 标签名称。")])])])}),[],!1,null,null,null);t.default=s.exports}}]); \ No newline at end of file diff --git a/assets/js/145.917104c5.js b/assets/js/145.84c8a28a.js similarity index 93% rename from assets/js/145.917104c5.js rename to assets/js/145.84c8a28a.js index 3fc40261..dc969a36 100644 --- a/assets/js/145.917104c5.js +++ b/assets/js/145.84c8a28a.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[145],{426:function(e,t,s){"use strict";s.r(t);var n=s(14),i=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbytagnameifexists"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbytagnameifexists"}},[e._v("#")]),e._v(" elementByTagNameIfExists")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素,如果存在则返回对应元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value 标签名称。")])])])}),[],!1,null,null,null);t.default=i.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[145],{423:function(e,t,s){"use strict";s.r(t);var n=s(14),i=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbytagnameifexists"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbytagnameifexists"}},[e._v("#")]),e._v(" elementByTagNameIfExists")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素,如果存在则返回对应元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value 标签名称。")])])])}),[],!1,null,null,null);t.default=i.exports}}]); \ No newline at end of file diff --git a/assets/js/146.21ff05be.js b/assets/js/146.f705f304.js similarity index 92% rename from assets/js/146.21ff05be.js rename to assets/js/146.f705f304.js index f6261677..5f6aaec9 100644 --- a/assets/js/146.21ff05be.js +++ b/assets/js/146.f705f304.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[146],{427:function(e,t,n){"use strict";n.r(t);var r=n(14),l=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbytagnameornull"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbytagnameornull"}},[e._v("#")]),e._v(" elementByTagNameOrNull")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value 标签名称。")])])])}),[],!1,null,null,null);t.default=l.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[146],{424:function(e,t,n){"use strict";n.r(t);var r=n(14),l=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbytagnameornull"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbytagnameornull"}},[e._v("#")]),e._v(" elementByTagNameOrNull")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value 标签名称。")])])])}),[],!1,null,null,null);t.default=l.exports}}]); \ No newline at end of file diff --git a/assets/js/147.6d898d56.js b/assets/js/147.7b0a2a69.js similarity index 92% rename from assets/js/147.6d898d56.js rename to assets/js/147.7b0a2a69.js index c246931b..fe479dfb 100644 --- a/assets/js/147.6d898d56.js +++ b/assets/js/147.7b0a2a69.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[147],{428:function(e,t,n){"use strict";n.r(t);var r=n(14),s=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbyxpath"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbyxpath"}},[e._v("#")]),e._v(" elementByXPath")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value XPath 表达式。")])])])}),[],!1,null,null,null);t.default=s.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[147],{425:function(e,t,n){"use strict";n.r(t);var r=n(14),s=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbyxpath"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbyxpath"}},[e._v("#")]),e._v(" elementByXPath")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value XPath 表达式。")])])])}),[],!1,null,null,null);t.default=s.exports}}]); \ No newline at end of file diff --git a/assets/js/148.32b0f6f7.js b/assets/js/148.5b05aac2.js similarity index 93% rename from assets/js/148.32b0f6f7.js rename to assets/js/148.5b05aac2.js index 9a3c7733..0b95fa3a 100644 --- a/assets/js/148.32b0f6f7.js +++ b/assets/js/148.5b05aac2.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[148],{429:function(e,t,s){"use strict";s.r(t);var n=s(14),i=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbyxpathifexists"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbyxpathifexists"}},[e._v("#")]),e._v(" elementByXPathIfExists")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素,如果存在则返回对应元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value XPath 表达式。")])])])}),[],!1,null,null,null);t.default=i.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[148],{426:function(e,t,s){"use strict";s.r(t);var n=s(14),i=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbyxpathifexists"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbyxpathifexists"}},[e._v("#")]),e._v(" elementByXPathIfExists")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素,如果存在则返回对应元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value XPath 表达式。")])])])}),[],!1,null,null,null);t.default=i.exports}}]); \ No newline at end of file diff --git a/assets/js/149.220f0791.js b/assets/js/149.143e8403.js similarity index 92% rename from assets/js/149.220f0791.js rename to assets/js/149.143e8403.js index cb114f85..f1aca6d8 100644 --- a/assets/js/149.220f0791.js +++ b/assets/js/149.143e8403.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[149],{430:function(e,t,n){"use strict";n.r(t);var r=n(14),l=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbyxpathornull"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbyxpathornull"}},[e._v("#")]),e._v(" elementByXPathOrNull")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value XPath 表达式。")])])])}),[],!1,null,null,null);t.default=l.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[149],{429:function(e,t,n){"use strict";n.r(t);var r=n(14),l=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbyxpathornull"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbyxpathornull"}},[e._v("#")]),e._v(" elementByXPathOrNull")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value XPath 表达式。")])])])}),[],!1,null,null,null);t.default=l.exports}}]); \ No newline at end of file diff --git a/assets/js/150.b071d730.js b/assets/js/150.608256eb.js similarity index 93% rename from assets/js/150.b071d730.js rename to assets/js/150.608256eb.js index b71737be..9d7f58e9 100644 --- a/assets/js/150.b071d730.js +++ b/assets/js/150.608256eb.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[150],{433:function(e,t,s){"use strict";s.r(t);var n=s(14),i=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementifexists"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementifexists"}},[e._v("#")]),e._v(" elementIfExists")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素,如果存在则返回对应元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} using 元素定位器策略。")]),e._v(" "),t("li",[e._v("参数: {string} value 对应的值。")])])])}),[],!1,null,null,null);t.default=i.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[150],{427:function(e,t,s){"use strict";s.r(t);var n=s(14),i=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementifexists"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementifexists"}},[e._v("#")]),e._v(" elementIfExists")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素,如果存在则返回对应元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} using 元素定位器策略。")]),e._v(" "),t("li",[e._v("参数: {string} value 对应的值。")])])])}),[],!1,null,null,null);t.default=i.exports}}]); \ No newline at end of file diff --git a/assets/js/151.4b1077ec.js b/assets/js/151.d6b5580e.js similarity index 93% rename from assets/js/151.4b1077ec.js rename to assets/js/151.d6b5580e.js index ec8e417b..fc9ab4c3 100644 --- a/assets/js/151.4b1077ec.js +++ b/assets/js/151.d6b5580e.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[151],{431:function(e,t,n){"use strict";n.r(t);var r=n(14),l=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementornull"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementornull"}},[e._v("#")]),e._v(" elementOrNull")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} using 元素定位器策略。")]),e._v(" "),t("li",[e._v("参数: {string} value 对应的值。")])])])}),[],!1,null,null,null);t.default=l.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[151],{428:function(e,t,n){"use strict";n.r(t);var r=n(14),l=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementornull"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementornull"}},[e._v("#")]),e._v(" elementOrNull")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} using 元素定位器策略。")]),e._v(" "),t("li",[e._v("参数: {string} value 对应的值。")])])])}),[],!1,null,null,null);t.default=l.exports}}]); \ No newline at end of file diff --git a/assets/js/152.c8ceb951.js b/assets/js/152.975ced80.js similarity index 93% rename from assets/js/152.c8ceb951.js rename to assets/js/152.975ced80.js index 10a310f3..28817e42 100644 --- a/assets/js/152.c8ceb951.js +++ b/assets/js/152.975ced80.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[152],{434:function(e,t,s){"use strict";s.r(t);var n=s(14),r=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elements"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elements"}},[e._v("#")]),e._v(" elements")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的多个元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/elements"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} using 元素定位器策略。")]),e._v(" "),t("li",[e._v("参数: {string} value 对应的值。")])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[152],{430:function(e,t,s){"use strict";s.r(t);var n=s(14),r=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elements"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elements"}},[e._v("#")]),e._v(" elements")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的多个元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/elements"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} using 元素定位器策略。")]),e._v(" "),t("li",[e._v("参数: {string} value 对应的值。")])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file diff --git a/assets/js/153.fa3a0590.js b/assets/js/153.68b0fa75.js similarity index 92% rename from assets/js/153.fa3a0590.js rename to assets/js/153.68b0fa75.js index 70e78337..2b7bea1d 100644 --- a/assets/js/153.fa3a0590.js +++ b/assets/js/153.68b0fa75.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[153],{432:function(e,s,t){"use strict";t.r(s);var n=t(14),r=Object(n.a)({},(function(){var e=this,s=e._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[s("h1",{attrs:{id:"elementsbycss"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#elementsbycss"}},[e._v("#")]),e._v(" elementsByCss")]),e._v(" "),s("ul",[s("li",[e._v("功能描述: 搜索页面上的多个元素。")]),e._v(" "),s("li",[e._v("支持平台: Web(WebView)")]),e._v(" "),s("li",[e._v("标准链接: "),s("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),s("OutboundLink")],1)]),e._v(" "),s("li",[e._v("参数: {string} value css 选择器。")])])])}),[],!1,null,null,null);s.default=r.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[153],{431:function(e,s,t){"use strict";t.r(s);var n=t(14),r=Object(n.a)({},(function(){var e=this,s=e._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[s("h1",{attrs:{id:"elementsbycss"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#elementsbycss"}},[e._v("#")]),e._v(" elementsByCss")]),e._v(" "),s("ul",[s("li",[e._v("功能描述: 搜索页面上的多个元素。")]),e._v(" "),s("li",[e._v("支持平台: Web(WebView)")]),e._v(" "),s("li",[e._v("标准链接: "),s("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),s("OutboundLink")],1)]),e._v(" "),s("li",[e._v("参数: {string} value css 选择器。")])])])}),[],!1,null,null,null);s.default=r.exports}}]); \ No newline at end of file diff --git a/assets/js/154.e5e8ebc1.js b/assets/js/154.0b210c4d.js similarity index 92% rename from assets/js/154.e5e8ebc1.js rename to assets/js/154.0b210c4d.js index 616b2ced..67da34cd 100644 --- a/assets/js/154.e5e8ebc1.js +++ b/assets/js/154.0b210c4d.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[154],{438:function(e,t,n){"use strict";n.r(t);var s=n(14),r=Object(s.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementsbyid"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementsbyid"}},[e._v("#")]),e._v(" elementsById")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的多个元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value ID 属性。")])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[154],{432:function(e,t,n){"use strict";n.r(t);var s=n(14),r=Object(s.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementsbyid"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementsbyid"}},[e._v("#")]),e._v(" elementsById")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的多个元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value ID 属性。")])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file diff --git a/assets/js/155.0c62580f.js b/assets/js/155.a969ebd2.js similarity index 92% rename from assets/js/155.0c62580f.js rename to assets/js/155.a969ebd2.js index 399e1e5c..c124d38f 100644 --- a/assets/js/155.0c62580f.js +++ b/assets/js/155.a969ebd2.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[155],{435:function(e,t,n){"use strict";n.r(t);var s=n(14),r=Object(s.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementsbyname"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementsbyname"}},[e._v("#")]),e._v(" elementsByName")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的多个元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value name 属性。")])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[155],{434:function(e,t,n){"use strict";n.r(t);var s=n(14),r=Object(s.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementsbyname"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementsbyname"}},[e._v("#")]),e._v(" elementsByName")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的多个元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value name 属性。")])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file diff --git a/assets/js/156.88750255.js b/assets/js/156.ccbf59c6.js similarity index 92% rename from assets/js/156.88750255.js rename to assets/js/156.ccbf59c6.js index a9244072..6dc9c63e 100644 --- a/assets/js/156.88750255.js +++ b/assets/js/156.ccbf59c6.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[156],{436:function(e,t,n){"use strict";n.r(t);var r=n(14),s=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementsbypartiallinktext"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementsbypartiallinktext"}},[e._v("#")]),e._v(" elementsByPartialLinkText")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的多个元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value 部分文本内容。")])])])}),[],!1,null,null,null);t.default=s.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[156],{433:function(e,t,n){"use strict";n.r(t);var r=n(14),s=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementsbypartiallinktext"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementsbypartiallinktext"}},[e._v("#")]),e._v(" elementsByPartialLinkText")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的多个元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value 部分文本内容。")])])])}),[],!1,null,null,null);t.default=s.exports}}]); \ No newline at end of file diff --git a/assets/js/157.99deea39.js b/assets/js/157.d12b1766.js similarity index 92% rename from assets/js/157.99deea39.js rename to assets/js/157.d12b1766.js index 0d07585c..5e229781 100644 --- a/assets/js/157.99deea39.js +++ b/assets/js/157.d12b1766.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[157],{437:function(e,t,n){"use strict";n.r(t);var s=n(14),r=Object(s.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementsbytagname"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementsbytagname"}},[e._v("#")]),e._v(" elementsByTagName")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的多个元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value 标签名称。")])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[157],{435:function(e,t,n){"use strict";n.r(t);var s=n(14),r=Object(s.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementsbytagname"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementsbytagname"}},[e._v("#")]),e._v(" elementsByTagName")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的多个元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value 标签名称。")])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file diff --git a/assets/js/158.29016d68.js b/assets/js/158.125714af.js similarity index 92% rename from assets/js/158.29016d68.js rename to assets/js/158.125714af.js index bfde52b3..df246eba 100644 --- a/assets/js/158.29016d68.js +++ b/assets/js/158.125714af.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[158],{439:function(e,t,n){"use strict";n.r(t);var s=n(14),r=Object(s.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementsbyxpath"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementsbyxpath"}},[e._v("#")]),e._v(" elementsByXPath")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的多个元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value XPath 表达式。")])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[158],{438:function(e,t,n){"use strict";n.r(t);var s=n(14),r=Object(s.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementsbyxpath"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementsbyxpath"}},[e._v("#")]),e._v(" elementsByXPath")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 搜索页面上的多个元素。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#elements",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} value XPath 表达式。")])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file diff --git a/assets/js/159.4fa9b358.js b/assets/js/159.ba9a1458.js similarity index 92% rename from assets/js/159.4fa9b358.js rename to assets/js/159.ba9a1458.js index d8b434c8..16ce32c7 100644 --- a/assets/js/159.4fa9b358.js +++ b/assets/js/159.ba9a1458.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[159],{441:function(e,t,s){"use strict";s.r(t);var r=s(14),n=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"getcomputedcss"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#getcomputedcss"}},[e._v("#")]),e._v(" getComputedCss")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 获取元素 CSS 的值")]),e._v(" "),t("li",[e._v("支持平台: Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#get-element-css-value",target:"_blank",rel:"noopener noreferrer"}},[e._v("GET /session/:sessionId/element/:id/css/:propertyName"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} propertyName 属性名称")])])])}),[],!1,null,null,null);t.default=n.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[159],{436:function(e,t,s){"use strict";s.r(t);var r=s(14),n=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"getcomputedcss"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#getcomputedcss"}},[e._v("#")]),e._v(" getComputedCss")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 获取元素 CSS 的值")]),e._v(" "),t("li",[e._v("支持平台: Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#get-element-css-value",target:"_blank",rel:"noopener noreferrer"}},[e._v("GET /session/:sessionId/element/:id/css/:propertyName"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} propertyName 属性名称")])])])}),[],!1,null,null,null);t.default=n.exports}}]); \ No newline at end of file diff --git a/assets/js/160.822c8eda.js b/assets/js/160.c17bd386.js similarity index 92% rename from assets/js/160.822c8eda.js rename to assets/js/160.c17bd386.js index 048063bb..ba033328 100644 --- a/assets/js/160.822c8eda.js +++ b/assets/js/160.c17bd386.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[160],{440:function(e,t,r){"use strict";r.r(t);var n=r(14),o=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"getproperty"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#getproperty"}},[e._v("#")]),e._v(" getProperty")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 获取元素的属性")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#dfn-get-element-property",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element/:id/property/:name"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {object} name 属性名")])])])}),[],!1,null,null,null);t.default=o.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[160],{437:function(e,t,r){"use strict";r.r(t);var n=r(14),o=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"getproperty"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#getproperty"}},[e._v("#")]),e._v(" getProperty")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 获取元素的属性")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#dfn-get-element-property",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element/:id/property/:name"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {object} name 属性名")])])])}),[],!1,null,null,null);t.default=o.exports}}]); \ No newline at end of file diff --git a/assets/js/161.df5540a4.js b/assets/js/161.ade61cc5.js similarity index 92% rename from assets/js/161.df5540a4.js rename to assets/js/161.ade61cc5.js index 332ae59e..fff50bd9 100644 --- a/assets/js/161.df5540a4.js +++ b/assets/js/161.ade61cc5.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[161],{443:function(e,t,r){"use strict";r.r(t);var n=r(14),s=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"getrect"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#getrect"}},[e._v("#")]),e._v(" getRect")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 获取指定元素的尺寸和坐标。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#dfn-get-element-rect",target:"_blank",rel:"noopener noreferrer"}},[e._v("GET /session/:sessionId/element/:id/rect"),t("OutboundLink")],1)])])])}),[],!1,null,null,null);t.default=s.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[161],{439:function(e,t,r){"use strict";r.r(t);var n=r(14),s=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"getrect"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#getrect"}},[e._v("#")]),e._v(" getRect")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 获取指定元素的尺寸和坐标。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#dfn-get-element-rect",target:"_blank",rel:"noopener noreferrer"}},[e._v("GET /session/:sessionId/element/:id/rect"),t("OutboundLink")],1)])])])}),[],!1,null,null,null);t.default=s.exports}}]); \ No newline at end of file diff --git a/assets/js/162.d63c8099.js b/assets/js/162.593564e9.js similarity index 89% rename from assets/js/162.d63c8099.js rename to assets/js/162.593564e9.js index 96e9d863..06ae63ba 100644 --- a/assets/js/162.d63c8099.js +++ b/assets/js/162.593564e9.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[162],{442:function(t,s,i){"use strict";i.r(s);var e=i(14),a=Object(e.a)({},(function(){var t=this._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":this.$parent.slotKey}},[t("h1",{attrs:{id:"isdisplayed"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#isdisplayed"}},[this._v("#")]),this._v(" isDisplayed")]),this._v(" "),t("ul",[t("li",[this._v("功能描述: 判断当前元素是否可见")]),this._v(" "),t("li",[this._v("支持平台: Android Web(WebView)")])])])}),[],!1,null,null,null);s.default=a.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[162],{440:function(t,s,i){"use strict";i.r(s);var e=i(14),a=Object(e.a)({},(function(){var t=this._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":this.$parent.slotKey}},[t("h1",{attrs:{id:"isdisplayed"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#isdisplayed"}},[this._v("#")]),this._v(" isDisplayed")]),this._v(" "),t("ul",[t("li",[this._v("功能描述: 判断当前元素是否可见")]),this._v(" "),t("li",[this._v("支持平台: Android Web(WebView)")])])])}),[],!1,null,null,null);s.default=a.exports}}]); \ No newline at end of file diff --git a/assets/js/163.1b7dc1bc.js b/assets/js/163.15f8c3c2.js similarity index 92% rename from assets/js/163.1b7dc1bc.js rename to assets/js/163.15f8c3c2.js index 68e8d512..fabe80df 100644 --- a/assets/js/163.1b7dc1bc.js +++ b/assets/js/163.15f8c3c2.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[163],{444:function(e,s,t){"use strict";t.r(s);var n=t(14),r=Object(n.a)({},(function(){var e=this,s=e._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[s("h1",{attrs:{id:"sendkeys"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#sendkeys"}},[e._v("#")]),e._v(" sendKeys")]),e._v(" "),s("ul",[s("li",[e._v("功能描述: 将一系列按键发送给活动元素。")]),e._v(" "),s("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),s("li",[e._v("标准链接: "),s("a",{attrs:{href:"https://w3c.github.io/webdriver/#dfn-element-send-keys",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element/:id/sendKeys"),s("OutboundLink")],1)]),e._v(" "),s("li",[e._v("参数: {string} keys 要发送的键序列。")])])])}),[],!1,null,null,null);s.default=r.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[163],{442:function(e,s,t){"use strict";t.r(s);var n=t(14),r=Object(n.a)({},(function(){var e=this,s=e._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[s("h1",{attrs:{id:"sendkeys"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#sendkeys"}},[e._v("#")]),e._v(" sendKeys")]),e._v(" "),s("ul",[s("li",[e._v("功能描述: 将一系列按键发送给活动元素。")]),e._v(" "),s("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),s("li",[e._v("标准链接: "),s("a",{attrs:{href:"https://w3c.github.io/webdriver/#dfn-element-send-keys",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element/:id/sendKeys"),s("OutboundLink")],1)]),e._v(" "),s("li",[e._v("参数: {string} keys 要发送的键序列。")])])])}),[],!1,null,null,null);s.default=r.exports}}]); \ No newline at end of file diff --git a/assets/js/164.106dbbfb.js b/assets/js/164.edfb2f18.js similarity index 92% rename from assets/js/164.106dbbfb.js rename to assets/js/164.edfb2f18.js index 1aae6cf2..d5060b75 100644 --- a/assets/js/164.106dbbfb.js +++ b/assets/js/164.edfb2f18.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[164],{446:function(e,t,s){"use strict";s.r(t);var n=s(14),r=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"takeelementscreenshot"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#takeelementscreenshot"}},[e._v("#")]),e._v(" takeElementScreenshot")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 元素截图。")]),e._v(" "),t("li",[e._v("支持平台: Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#take-element-screenshot",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element/:id/screenshot"),t("OutboundLink")],1)])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[164],{443:function(e,t,s){"use strict";s.r(t);var n=s(14),r=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"takeelementscreenshot"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#takeelementscreenshot"}},[e._v("#")]),e._v(" takeElementScreenshot")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 元素截图。")]),e._v(" "),t("li",[e._v("支持平台: Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#take-element-screenshot",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/element/:id/screenshot"),t("OutboundLink")],1)])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file diff --git a/assets/js/165.4bedef96.js b/assets/js/165.dd9c876d.js similarity index 88% rename from assets/js/165.4bedef96.js rename to assets/js/165.dd9c876d.js index c8c4559f..99ce1de4 100644 --- a/assets/js/165.4bedef96.js +++ b/assets/js/165.dd9c876d.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[165],{449:function(t,s,i){"use strict";i.r(s);var e=i(14),n=Object(e.a)({},(function(){var t=this._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":this.$parent.slotKey}},[t("h1",{attrs:{id:"text"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#text"}},[this._v("#")]),this._v(" text")]),this._v(" "),t("ul",[t("li",[this._v("功能描述: 返回元素的可见文本。")]),this._v(" "),t("li",[this._v("支持平台: Android iOS Web(WebView)")])])])}),[],!1,null,null,null);s.default=n.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[165],{447:function(t,s,i){"use strict";i.r(s);var e=i(14),n=Object(e.a)({},(function(){var t=this._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":this.$parent.slotKey}},[t("h1",{attrs:{id:"text"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#text"}},[this._v("#")]),this._v(" text")]),this._v(" "),t("ul",[t("li",[this._v("功能描述: 返回元素的可见文本。")]),this._v(" "),t("li",[this._v("支持平台: Android iOS Web(WebView)")])])])}),[],!1,null,null,null);s.default=n.exports}}]); \ No newline at end of file diff --git a/assets/js/166.cd45e5ac.js b/assets/js/166.5cf32982.js similarity index 97% rename from assets/js/166.cd45e5ac.js rename to assets/js/166.5cf32982.js index 681a0c8c..64e1f5ff 100644 --- a/assets/js/166.cd45e5ac.js +++ b/assets/js/166.5cf32982.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[166],{445:function(t,s,a){"use strict";a.r(s);var n=a(14),e=Object(n.a)({},(function(){var t=this,s=t._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[s("h1",{attrs:{id:"waitforelement"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#waitforelement"}},[t._v("#")]),t._v(" waitForElement")]),t._v(" "),s("ul",[s("li",[t._v("功能描述: 上述所有与元素相关的方法(后缀为 OrNull、IfExists 的方法除外)都可以使用“waitFor-”作为前缀(需要将“e”大写,例如 waitForElementByCss)动态等待元素加载。")]),t._v(" "),s("li",[t._v("支持平台: Android iOS Web(WebView)")]),t._v(" "),s("li",[t._v("参数: {string} using 元素定位器策略,在使用 waitForElementByCss 等特定方法时省略。")]),t._v(" "),s("li",[t._v("参数: {string} value 对应的值。")]),t._v(" "),s("li",[t._v("参数: {function} 断言器函数(常用的断言器函数可以在wd.asserters中找到)(可选)。")]),t._v(" "),s("li",[t._v("参数: {number} timeout 查找元素前的超时时间,单位:ms(可选)")]),t._v(" "),s("li",[t._v("参数: {number} interval 每次搜索的间隔时间,单位:ms(可选)")])]),t._v(" "),s("h2",{attrs:{id:"示例"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#示例"}},[t._v("#")]),t._v(" 示例")]),t._v(" "),s("div",{staticClass:"language-javascript extra-class"},[s("pre",{pre:!0,attrs:{class:"language-javascript"}},[s("code",[s("span",{pre:!0,attrs:{class:"token comment"}},[t._v("// 以 100ms 的间隔搜索类名为 'btn' 的元素,持续 2000ms。")]),t._v("\ndriver"),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),s("span",{pre:!0,attrs:{class:"token function"}},[t._v("waitForElementByCss")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),s("span",{pre:!0,attrs:{class:"token string"}},[t._v("'btn'")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v(" "),s("span",{pre:!0,attrs:{class:"token number"}},[t._v("2000")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v(" "),s("span",{pre:!0,attrs:{class:"token number"}},[t._v("100")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),t._v(" \n")])])])])}),[],!1,null,null,null);s.default=e.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[166],{441:function(t,s,a){"use strict";a.r(s);var n=a(14),e=Object(n.a)({},(function(){var t=this,s=t._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[s("h1",{attrs:{id:"waitforelement"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#waitforelement"}},[t._v("#")]),t._v(" waitForElement")]),t._v(" "),s("ul",[s("li",[t._v("功能描述: 上述所有与元素相关的方法(后缀为 OrNull、IfExists 的方法除外)都可以使用“waitFor-”作为前缀(需要将“e”大写,例如 waitForElementByCss)动态等待元素加载。")]),t._v(" "),s("li",[t._v("支持平台: Android iOS Web(WebView)")]),t._v(" "),s("li",[t._v("参数: {string} using 元素定位器策略,在使用 waitForElementByCss 等特定方法时省略。")]),t._v(" "),s("li",[t._v("参数: {string} value 对应的值。")]),t._v(" "),s("li",[t._v("参数: {function} 断言器函数(常用的断言器函数可以在wd.asserters中找到)(可选)。")]),t._v(" "),s("li",[t._v("参数: {number} timeout 查找元素前的超时时间,单位:ms(可选)")]),t._v(" "),s("li",[t._v("参数: {number} interval 每次搜索的间隔时间,单位:ms(可选)")])]),t._v(" "),s("h2",{attrs:{id:"示例"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#示例"}},[t._v("#")]),t._v(" 示例")]),t._v(" "),s("div",{staticClass:"language-javascript extra-class"},[s("pre",{pre:!0,attrs:{class:"language-javascript"}},[s("code",[s("span",{pre:!0,attrs:{class:"token comment"}},[t._v("// 以 100ms 的间隔搜索类名为 'btn' 的元素,持续 2000ms。")]),t._v("\ndriver"),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),s("span",{pre:!0,attrs:{class:"token function"}},[t._v("waitForElementByCss")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),s("span",{pre:!0,attrs:{class:"token string"}},[t._v("'btn'")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v(" "),s("span",{pre:!0,attrs:{class:"token number"}},[t._v("2000")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v(" "),s("span",{pre:!0,attrs:{class:"token number"}},[t._v("100")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),t._v(" \n")])])])])}),[],!1,null,null,null);s.default=e.exports}}]); \ No newline at end of file diff --git a/assets/js/167.473d1fb4.js b/assets/js/167.dee2f0a8.js similarity index 93% rename from assets/js/167.473d1fb4.js rename to assets/js/167.dee2f0a8.js index 7c0787e7..efd7368c 100644 --- a/assets/js/167.473d1fb4.js +++ b/assets/js/167.dee2f0a8.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[167],{447:function(e,t,r){"use strict";r.r(t);var s=r(14),i=Object(s.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"execute"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#execute"}},[e._v("#")]),e._v(" execute")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 将一段 JavaScript 注入页面,以便在当前上下文中执行。")]),e._v(" "),t("li",[e._v("支持平台: Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#executing-script",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST //session/:sessionId/execute"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} code 代码脚本。")]),e._v(" "),t("li",[e._v("参数: [args] 脚本参数数组")])])])}),[],!1,null,null,null);t.default=i.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[167],{444:function(e,t,r){"use strict";r.r(t);var s=r(14),i=Object(s.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"execute"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#execute"}},[e._v("#")]),e._v(" execute")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 将一段 JavaScript 注入页面,以便在当前上下文中执行。")]),e._v(" "),t("li",[e._v("支持平台: Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#executing-script",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST //session/:sessionId/execute"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} code 代码脚本。")]),e._v(" "),t("li",[e._v("参数: [args] 脚本参数数组")])])])}),[],!1,null,null,null);t.default=i.exports}}]); \ No newline at end of file diff --git a/assets/js/168.6fc9b9e0.js b/assets/js/168.adbe8c4f.js similarity index 97% rename from assets/js/168.6fc9b9e0.js rename to assets/js/168.adbe8c4f.js index 76adc352..f828e6f4 100644 --- a/assets/js/168.6fc9b9e0.js +++ b/assets/js/168.adbe8c4f.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[168],{450:function(t,s,a){"use strict";a.r(s);var n=a(14),e=Object(n.a)({},(function(){var t=this,s=t._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[s("h1",{attrs:{id:"filechooser"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#filechooser"}},[t._v("#")]),t._v(" fileChooser")]),t._v(" "),s("ul",[s("li",[t._v("功能描述: 通过文件选择器上传文件。")]),t._v(" "),s("li",[t._v("支持平台: Web(WebView)")]),t._v(" "),s("li",[t._v("参数: {string} filePath 文件路径")])]),t._v(" "),s("h2",{attrs:{id:"示例"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#示例"}},[t._v("#")]),t._v(" 示例")]),t._v(" "),s("div",{staticClass:"language-javascript extra-class"},[s("pre",{pre:!0,attrs:{class:"language-javascript"}},[s("code",[s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),s("span",{pre:!0,attrs:{class:"token function"}},[t._v("sleep")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),s("span",{pre:!0,attrs:{class:"token number"}},[t._v("1000")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),t._v("\n"),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),s("span",{pre:!0,attrs:{class:"token function"}},[t._v("then")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),t._v(" "),s("span",{pre:!0,attrs:{class:"token operator"}},[t._v("=>")]),t._v(" "),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("{")]),t._v("\n driver"),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),s("span",{pre:!0,attrs:{class:"token function"}},[t._v("fileChooser")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),s("span",{pre:!0,attrs:{class:"token string"}},[t._v("'./image/test.png'")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n driver"),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),s("span",{pre:!0,attrs:{class:"token function"}},[t._v("clickOn")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),s("span",{pre:!0,attrs:{class:"token string"}},[t._v("'图片'")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n"),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("}")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),t._v("\n")])])])])}),[],!1,null,null,null);s.default=e.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[168],{445:function(t,s,a){"use strict";a.r(s);var n=a(14),e=Object(n.a)({},(function(){var t=this,s=t._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[s("h1",{attrs:{id:"filechooser"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#filechooser"}},[t._v("#")]),t._v(" fileChooser")]),t._v(" "),s("ul",[s("li",[t._v("功能描述: 通过文件选择器上传文件。")]),t._v(" "),s("li",[t._v("支持平台: Web(WebView)")]),t._v(" "),s("li",[t._v("参数: {string} filePath 文件路径")])]),t._v(" "),s("h2",{attrs:{id:"示例"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#示例"}},[t._v("#")]),t._v(" 示例")]),t._v(" "),s("div",{staticClass:"language-javascript extra-class"},[s("pre",{pre:!0,attrs:{class:"language-javascript"}},[s("code",[s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),s("span",{pre:!0,attrs:{class:"token function"}},[t._v("sleep")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),s("span",{pre:!0,attrs:{class:"token number"}},[t._v("1000")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),t._v("\n"),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),s("span",{pre:!0,attrs:{class:"token function"}},[t._v("then")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),t._v(" "),s("span",{pre:!0,attrs:{class:"token operator"}},[t._v("=>")]),t._v(" "),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("{")]),t._v("\n driver"),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),s("span",{pre:!0,attrs:{class:"token function"}},[t._v("fileChooser")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),s("span",{pre:!0,attrs:{class:"token string"}},[t._v("'./image/test.png'")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n driver"),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),s("span",{pre:!0,attrs:{class:"token function"}},[t._v("clickOn")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),s("span",{pre:!0,attrs:{class:"token string"}},[t._v("'图片'")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n"),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("}")]),s("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),t._v("\n")])])])])}),[],!1,null,null,null);s.default=e.exports}}]); \ No newline at end of file diff --git a/assets/js/169.94aac8dc.js b/assets/js/169.d4320d82.js similarity index 92% rename from assets/js/169.94aac8dc.js rename to assets/js/169.d4320d82.js index 0f3aa048..746afd7e 100644 --- a/assets/js/169.94aac8dc.js +++ b/assets/js/169.d4320d82.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[169],{448:function(e,t,r){"use strict";r.r(t);var n=r(14),s=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"frame"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#frame"}},[e._v("#")]),e._v(" frame")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 将焦点切换到页面上的另一个框架。")]),e._v(" "),t("li",[e._v("支持平台: Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#switch-to-frame",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/frame"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string|number|null} frameRef 将焦点更改为的框架的标识符(id/name)")])])])}),[],!1,null,null,null);t.default=s.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[169],{446:function(e,t,r){"use strict";r.r(t);var n=r(14),s=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"frame"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#frame"}},[e._v("#")]),e._v(" frame")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 将焦点切换到页面上的另一个框架。")]),e._v(" "),t("li",[e._v("支持平台: Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#switch-to-frame",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/frame"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string|number|null} frameRef 将焦点更改为的框架的标识符(id/name)")])])])}),[],!1,null,null,null);t.default=s.exports}}]); \ No newline at end of file diff --git a/assets/js/170.9786a31a.js b/assets/js/170.d7614003.js similarity index 90% rename from assets/js/170.9786a31a.js rename to assets/js/170.d7614003.js index 115da794..6b4cf7d5 100644 --- a/assets/js/170.9786a31a.js +++ b/assets/js/170.d7614003.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[170],{452:function(t,s,e){"use strict";e.r(s);var a=e(14),i=Object(a.a)({},(function(){var t=this,s=t._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[s("h1",{attrs:{id:"keys"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#keys"}},[t._v("#")]),t._v(" keys")]),t._v(" "),s("ul",[s("li",[t._v("功能描述: 将一系列击键发送到活动窗口。")]),t._v(" "),s("li",[t._v("支持平台: Android Web(WebView) 更多: https://github.com/alibaba/macaca/issues/487")]),t._v(" "),s("li",[t._v("参数: {string} keys 要发送的键序列")])])])}),[],!1,null,null,null);s.default=i.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[170],{448:function(t,s,e){"use strict";e.r(s);var a=e(14),i=Object(a.a)({},(function(){var t=this,s=t._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[s("h1",{attrs:{id:"keys"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#keys"}},[t._v("#")]),t._v(" keys")]),t._v(" "),s("ul",[s("li",[t._v("功能描述: 将一系列击键发送到活动窗口。")]),t._v(" "),s("li",[t._v("支持平台: Android Web(WebView) 更多: https://github.com/alibaba/macaca/issues/487")]),t._v(" "),s("li",[t._v("参数: {string} keys 要发送的键序列")])])])}),[],!1,null,null,null);s.default=i.exports}}]); \ No newline at end of file diff --git a/assets/js/171.5f147ac4.js b/assets/js/171.5314faad.js similarity index 90% rename from assets/js/171.5f147ac4.js rename to assets/js/171.5314faad.js index 27140874..3d7b7165 100644 --- a/assets/js/171.5f147ac4.js +++ b/assets/js/171.5314faad.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[171],{451:function(t,e,s){"use strict";s.r(e);var l=s(14),n=Object(l.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"sleep"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#sleep"}},[t._v("#")]),t._v(" sleep")]),t._v(" "),e("ul",[e("li",[t._v("功能描述: 设置程序应等待的时间。")]),t._v(" "),e("li",[t._v("支持平台: Android iOS Web(WebView)")]),t._v(" "),e("li",[t._v("参数: {string} ms 等待的时间,以毫秒为单位")])])])}),[],!1,null,null,null);e.default=n.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[171],{449:function(t,e,s){"use strict";s.r(e);var l=s(14),n=Object(l.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"sleep"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#sleep"}},[t._v("#")]),t._v(" sleep")]),t._v(" "),e("ul",[e("li",[t._v("功能描述: 设置程序应等待的时间。")]),t._v(" "),e("li",[t._v("支持平台: Android iOS Web(WebView)")]),t._v(" "),e("li",[t._v("参数: {string} ms 等待的时间,以毫秒为单位")])])])}),[],!1,null,null,null);e.default=n.exports}}]); \ No newline at end of file diff --git a/assets/js/172.2d1007f1.js b/assets/js/172.ce5bfdf8.js similarity index 97% rename from assets/js/172.2d1007f1.js rename to assets/js/172.ce5bfdf8.js index e5886314..589e1103 100644 --- a/assets/js/172.2d1007f1.js +++ b/assets/js/172.ce5bfdf8.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[172],{453:function(t,a,s){"use strict";s.r(a);var r=s(14),e=Object(r.a)({},(function(){var t=this,a=t._self._c;return a("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[a("h1",{attrs:{id:"touch"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#touch"}},[t._v("#")]),t._v(" touch")]),t._v(" "),a("ul",[a("li",[t._v("功能描述: 在设备上进行触摸操作。")]),t._v(" "),a("li",[t._v("支持平台: iOS Android")]),t._v(" "),a("li",[t._v("标准链接: "),a("a",{attrs:{href:"https://w3c.github.io/webdriver/#actions",target:"_blank",rel:"noopener noreferrer"}},[t._v("POST /session/:sessionId/actions"),a("OutboundLink")],1)]),t._v(" "),a("li",[t._v("参数: {string} action 动作名称, tap/doubleTap/press/pinch/rotate/drag")]),t._v(" "),a("li",[t._v("参数: {object} args 动作参数, "),a("a",{attrs:{href:"https://github.com/alibaba/macaca/issues/366",target:"_blank",rel:"noopener noreferrer"}},[t._v("更多参数"),a("OutboundLink")],1)])]),t._v(" "),a("h2",{attrs:{id:"示例"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#示例"}},[t._v("#")]),t._v(" 示例")]),t._v(" "),a("div",{staticClass:"language-javascript extra-class"},[a("pre",{pre:!0,attrs:{class:"language-javascript"}},[a("code",[t._v("driver"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("touch")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'doubleTap'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("{")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token literal-property property"}},[t._v("x")]),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v(":")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token number"}},[t._v("100")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token literal-property property"}},[t._v("y")]),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v(":")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token number"}},[t._v("100")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("}")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n")])])])])}),[],!1,null,null,null);a.default=e.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[172],{450:function(t,a,s){"use strict";s.r(a);var r=s(14),e=Object(r.a)({},(function(){var t=this,a=t._self._c;return a("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[a("h1",{attrs:{id:"touch"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#touch"}},[t._v("#")]),t._v(" touch")]),t._v(" "),a("ul",[a("li",[t._v("功能描述: 在设备上进行触摸操作。")]),t._v(" "),a("li",[t._v("支持平台: iOS Android")]),t._v(" "),a("li",[t._v("标准链接: "),a("a",{attrs:{href:"https://w3c.github.io/webdriver/#actions",target:"_blank",rel:"noopener noreferrer"}},[t._v("POST /session/:sessionId/actions"),a("OutboundLink")],1)]),t._v(" "),a("li",[t._v("参数: {string} action 动作名称, tap/doubleTap/press/pinch/rotate/drag")]),t._v(" "),a("li",[t._v("参数: {object} args 动作参数, "),a("a",{attrs:{href:"https://github.com/alibaba/macaca/issues/366",target:"_blank",rel:"noopener noreferrer"}},[t._v("更多参数"),a("OutboundLink")],1)])]),t._v(" "),a("h2",{attrs:{id:"示例"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#示例"}},[t._v("#")]),t._v(" 示例")]),t._v(" "),a("div",{staticClass:"language-javascript extra-class"},[a("pre",{pre:!0,attrs:{class:"language-javascript"}},[a("code",[t._v("driver"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("touch")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'doubleTap'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("{")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token literal-property property"}},[t._v("x")]),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v(":")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token number"}},[t._v("100")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token literal-property property"}},[t._v("y")]),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v(":")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token number"}},[t._v("100")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("}")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n")])])])])}),[],!1,null,null,null);a.default=e.exports}}]); \ No newline at end of file diff --git a/assets/js/173.bb7d3618.js b/assets/js/173.45db5cbf.js similarity index 92% rename from assets/js/173.bb7d3618.js rename to assets/js/173.45db5cbf.js index 40b1b044..fdb6f457 100644 --- a/assets/js/173.bb7d3618.js +++ b/assets/js/173.45db5cbf.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[173],{454:function(t,e,s){"use strict";s.r(e);var n=s(14),r=Object(n.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"savescreenshot"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#savescreenshot"}},[t._v("#")]),t._v(" saveScreenshot")]),t._v(" "),e("ul",[e("li",[t._v("功能描述: 保存当前页面的截图。")]),t._v(" "),e("li",[t._v("支持平台: Android iOS Web(WebView)")]),t._v(" "),e("li",[t._v("参数: {string} filepath 保存屏幕截图的路径或为空(将在系统临时目录中创建一个文件)。")]),t._v(" "),e("li",[t._v("返回: {string} 屏幕截图的文件路径。")])])])}),[],!1,null,null,null);e.default=r.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[173],{452:function(t,e,s){"use strict";s.r(e);var n=s(14),r=Object(n.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"savescreenshot"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#savescreenshot"}},[t._v("#")]),t._v(" saveScreenshot")]),t._v(" "),e("ul",[e("li",[t._v("功能描述: 保存当前页面的截图。")]),t._v(" "),e("li",[t._v("支持平台: Android iOS Web(WebView)")]),t._v(" "),e("li",[t._v("参数: {string} filepath 保存屏幕截图的路径或为空(将在系统临时目录中创建一个文件)。")]),t._v(" "),e("li",[t._v("返回: {string} 屏幕截图的文件路径。")])])])}),[],!1,null,null,null);e.default=r.exports}}]); \ No newline at end of file diff --git a/assets/js/174.23c920e2.js b/assets/js/174.49ce0062.js similarity index 90% rename from assets/js/174.23c920e2.js rename to assets/js/174.49ce0062.js index de931fb4..e3064cde 100644 --- a/assets/js/174.23c920e2.js +++ b/assets/js/174.49ce0062.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[174],{455:function(t,e,s){"use strict";s.r(e);var n=s(14),r=Object(n.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"takescreenshot"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#takescreenshot"}},[t._v("#")]),t._v(" takeScreenshot")]),t._v(" "),e("ul",[e("li",[t._v("功能描述: 截取当前页面的屏幕截图。")]),t._v(" "),e("li",[t._v("支持平台: Android iOS Web(WebView)")]),t._v(" "),e("li",[t._v("返回: 截图为 base64 编码的 PNG。")])])])}),[],!1,null,null,null);e.default=r.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[174],{451:function(t,e,s){"use strict";s.r(e);var n=s(14),r=Object(n.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"takescreenshot"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#takescreenshot"}},[t._v("#")]),t._v(" takeScreenshot")]),t._v(" "),e("ul",[e("li",[t._v("功能描述: 截取当前页面的屏幕截图。")]),t._v(" "),e("li",[t._v("支持平台: Android iOS Web(WebView)")]),t._v(" "),e("li",[t._v("返回: 截图为 base64 编码的 PNG。")])])])}),[],!1,null,null,null);e.default=r.exports}}]); \ No newline at end of file diff --git a/assets/js/175.3b263e2b.js b/assets/js/175.d5d59454.js similarity index 92% rename from assets/js/175.3b263e2b.js rename to assets/js/175.d5d59454.js index ec21324b..e5bcac07 100644 --- a/assets/js/175.3b263e2b.js +++ b/assets/js/175.d5d59454.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[175],{457:function(t,e,i){"use strict";i.r(e);var n=i(14),s=Object(n.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"init"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#init"}},[t._v("#")]),t._v(" init")]),t._v(" "),e("ul",[e("li",[t._v("功能描述: 创建一个新会话。")]),t._v(" "),e("li",[t._v("支持平台: Android iOS Web(WebView)")]),t._v(" "),e("li",[t._v("标准链接: "),e("a",{attrs:{href:"https://w3c.github.io/webdriver/#dfn-new-session",target:"_blank",rel:"noopener noreferrer"}},[t._v("POST /session"),e("OutboundLink")],1)]),t._v(" "),e("li",[t._v("参数: {Object} desired 参数")]),t._v(" "),e("li",[t._v("类型: session")])])])}),[],!1,null,null,null);e.default=s.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[175],{453:function(t,e,i){"use strict";i.r(e);var n=i(14),s=Object(n.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"init"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#init"}},[t._v("#")]),t._v(" init")]),t._v(" "),e("ul",[e("li",[t._v("功能描述: 创建一个新会话。")]),t._v(" "),e("li",[t._v("支持平台: Android iOS Web(WebView)")]),t._v(" "),e("li",[t._v("标准链接: "),e("a",{attrs:{href:"https://w3c.github.io/webdriver/#dfn-new-session",target:"_blank",rel:"noopener noreferrer"}},[t._v("POST /session"),e("OutboundLink")],1)]),t._v(" "),e("li",[t._v("参数: {Object} desired 参数")]),t._v(" "),e("li",[t._v("类型: session")])])])}),[],!1,null,null,null);e.default=s.exports}}]); \ No newline at end of file diff --git a/assets/js/176.b913732f.js b/assets/js/176.51132c1a.js similarity index 92% rename from assets/js/176.b913732f.js rename to assets/js/176.51132c1a.js index 174cc8b2..66d755ac 100644 --- a/assets/js/176.b913732f.js +++ b/assets/js/176.51132c1a.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[176],{456:function(t,e,s){"use strict";s.r(e);var i=s(14),r=Object(i.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"quit"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#quit"}},[t._v("#")]),t._v(" quit")]),t._v(" "),e("ul",[e("li",[t._v("功能描述: 删除会话。")]),t._v(" "),e("li",[t._v("支持平台: Android iOS Web(WebView)")]),t._v(" "),e("li",[t._v("标准链接: "),e("a",{attrs:{href:"https://w3c.github.io/webdriver/#dfn-delete-session",target:"_blank",rel:"noopener noreferrer"}},[t._v("DELETE /session/:sessionId"),e("OutboundLink")],1)]),t._v(" "),e("li",[t._v("返回: {Promise}")]),t._v(" "),e("li",[t._v("类型: session")])])])}),[],!1,null,null,null);e.default=r.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[176],{454:function(t,e,s){"use strict";s.r(e);var i=s(14),r=Object(i.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"quit"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#quit"}},[t._v("#")]),t._v(" quit")]),t._v(" "),e("ul",[e("li",[t._v("功能描述: 删除会话。")]),t._v(" "),e("li",[t._v("支持平台: Android iOS Web(WebView)")]),t._v(" "),e("li",[t._v("标准链接: "),e("a",{attrs:{href:"https://w3c.github.io/webdriver/#dfn-delete-session",target:"_blank",rel:"noopener noreferrer"}},[t._v("DELETE /session/:sessionId"),e("OutboundLink")],1)]),t._v(" "),e("li",[t._v("返回: {Promise}")]),t._v(" "),e("li",[t._v("类型: session")])])])}),[],!1,null,null,null);e.default=r.exports}}]); \ No newline at end of file diff --git a/assets/js/177.00e8dd10.js b/assets/js/177.8ce11eca.js similarity index 89% rename from assets/js/177.00e8dd10.js rename to assets/js/177.8ce11eca.js index 8beae439..71509ba9 100644 --- a/assets/js/177.00e8dd10.js +++ b/assets/js/177.8ce11eca.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[177],{459:function(s,t,i){"use strict";i.r(t);var e=i(14),n=Object(e.a)({},(function(){var s=this._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":this.$parent.slotKey}},[s("h1",{attrs:{id:"sessions"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#sessions"}},[this._v("#")]),this._v(" sessions")]),this._v(" "),s("ul",[s("li",[this._v("功能描述: 返回当前活动会话的列表。")]),this._v(" "),s("li",[this._v("支持平台: Android iOS Web(WebView)")])])])}),[],!1,null,null,null);t.default=n.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[177],{455:function(s,t,i){"use strict";i.r(t);var e=i(14),n=Object(e.a)({},(function(){var s=this._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":this.$parent.slotKey}},[s("h1",{attrs:{id:"sessions"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#sessions"}},[this._v("#")]),this._v(" sessions")]),this._v(" "),s("ul",[s("li",[this._v("功能描述: 返回当前活动会话的列表。")]),this._v(" "),s("li",[this._v("支持平台: Android iOS Web(WebView)")])])])}),[],!1,null,null,null);t.default=n.exports}}]); \ No newline at end of file diff --git a/assets/js/178.ce9ed01b.js b/assets/js/178.f84cec01.js similarity index 90% rename from assets/js/178.ce9ed01b.js rename to assets/js/178.f84cec01.js index bd8a6221..4a169a78 100644 --- a/assets/js/178.ce9ed01b.js +++ b/assets/js/178.f84cec01.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[178],{458:function(t,s,e){"use strict";e.r(s);var a=e(14),i=Object(a.a)({},(function(){var t=this,s=t._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[s("h1",{attrs:{id:"status"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#status"}},[t._v("#")]),t._v(" status")]),t._v(" "),s("ul",[s("li",[t._v("功能描述: 查询服务器的当前状态。")]),t._v(" "),s("li",[t._v("支持平台: Android iOS Web(WebView)")]),t._v(" "),s("li",[t._v("类型: session")]),t._v(" "),s("li",[t._v("返回:服务器的当前状态。")])])])}),[],!1,null,null,null);s.default=i.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[178],{457:function(t,s,e){"use strict";e.r(s);var a=e(14),i=Object(a.a)({},(function(){var t=this,s=t._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[s("h1",{attrs:{id:"status"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#status"}},[t._v("#")]),t._v(" status")]),t._v(" "),s("ul",[s("li",[t._v("功能描述: 查询服务器的当前状态。")]),t._v(" "),s("li",[t._v("支持平台: Android iOS Web(WebView)")]),t._v(" "),s("li",[t._v("类型: session")]),t._v(" "),s("li",[t._v("返回:服务器的当前状态。")])])])}),[],!1,null,null,null);s.default=i.exports}}]); \ No newline at end of file diff --git a/assets/js/179.556b7a53.js b/assets/js/179.58caa867.js similarity index 91% rename from assets/js/179.556b7a53.js rename to assets/js/179.58caa867.js index 083ef723..444e74ee 100644 --- a/assets/js/179.556b7a53.js +++ b/assets/js/179.58caa867.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[179],{460:function(e,t,r){"use strict";r.r(t);var s=r(14),n=Object(s.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"source"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#source"}},[e._v("#")]),e._v(" source")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 获取当前页面 DOM 序列化字符串。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#dfn-get-page-source",target:"_blank",rel:"noopener noreferrer"}},[e._v("GET /session/:sessionId/source"),t("OutboundLink")],1)])])])}),[],!1,null,null,null);t.default=n.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[179],{456:function(e,t,r){"use strict";r.r(t);var s=r(14),n=Object(s.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"source"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#source"}},[e._v("#")]),e._v(" source")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 获取当前页面 DOM 序列化字符串。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#dfn-get-page-source",target:"_blank",rel:"noopener noreferrer"}},[e._v("GET /session/:sessionId/source"),t("OutboundLink")],1)])])])}),[],!1,null,null,null);t.default=n.exports}}]); \ No newline at end of file diff --git a/assets/js/180.3e6c6a5b.js b/assets/js/180.739d051d.js similarity index 91% rename from assets/js/180.3e6c6a5b.js rename to assets/js/180.739d051d.js index 4bf8de93..0623efc6 100644 --- a/assets/js/180.3e6c6a5b.js +++ b/assets/js/180.739d051d.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[180],{461:function(t,e,r){"use strict";r.r(e);var i=r(14),s=Object(i.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"title"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#title"}},[t._v("#")]),t._v(" title")]),t._v(" "),e("ul",[e("li",[t._v("功能描述: 获取当前上下文的文档标题")]),t._v(" "),e("li",[t._v("支持平台: Android iOS Web(WebView)")]),t._v(" "),e("li",[t._v("标准链接: "),e("a",{attrs:{href:"https://w3c.github.io/webdriver/#get-title",target:"_blank",rel:"noopener noreferrer"}},[t._v("GET /session/:sessionId/title"),e("OutboundLink")],1)])])])}),[],!1,null,null,null);e.default=s.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[180],{458:function(t,e,r){"use strict";r.r(e);var i=r(14),s=Object(i.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"title"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#title"}},[t._v("#")]),t._v(" title")]),t._v(" "),e("ul",[e("li",[t._v("功能描述: 获取当前上下文的文档标题")]),t._v(" "),e("li",[t._v("支持平台: Android iOS Web(WebView)")]),t._v(" "),e("li",[t._v("标准链接: "),e("a",{attrs:{href:"https://w3c.github.io/webdriver/#get-title",target:"_blank",rel:"noopener noreferrer"}},[t._v("GET /session/:sessionId/title"),e("OutboundLink")],1)])])])}),[],!1,null,null,null);e.default=s.exports}}]); \ No newline at end of file diff --git a/assets/js/181.18746f88.js b/assets/js/181.82fd803b.js similarity index 91% rename from assets/js/181.18746f88.js rename to assets/js/181.82fd803b.js index 61faa15b..043e23ea 100644 --- a/assets/js/181.18746f88.js +++ b/assets/js/181.82fd803b.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[181],{462:function(t,r,e){"use strict";e.r(r);var s=e(14),n=Object(s.a)({},(function(){var t=this,r=t._self._c;return r("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[r("h1",{attrs:{id:"url"}},[r("a",{staticClass:"header-anchor",attrs:{href:"#url"}},[t._v("#")]),t._v(" url")]),t._v(" "),r("ul",[r("li",[t._v("功能描述: 获取当前页面 URL")]),t._v(" "),r("li",[t._v("支持平台: Web(WebView)")]),t._v(" "),r("li",[t._v("标准链接: "),r("a",{attrs:{href:"https://w3c.github.io/webdriver/#get-current-url",target:"_blank",rel:"noopener noreferrer"}},[t._v("GET /session/:sessionId/url"),r("OutboundLink")],1)])])])}),[],!1,null,null,null);r.default=n.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[181],{459:function(t,r,e){"use strict";e.r(r);var s=e(14),n=Object(s.a)({},(function(){var t=this,r=t._self._c;return r("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[r("h1",{attrs:{id:"url"}},[r("a",{staticClass:"header-anchor",attrs:{href:"#url"}},[t._v("#")]),t._v(" url")]),t._v(" "),r("ul",[r("li",[t._v("功能描述: 获取当前页面 URL")]),t._v(" "),r("li",[t._v("支持平台: Web(WebView)")]),t._v(" "),r("li",[t._v("标准链接: "),r("a",{attrs:{href:"https://w3c.github.io/webdriver/#get-current-url",target:"_blank",rel:"noopener noreferrer"}},[t._v("GET /session/:sessionId/url"),r("OutboundLink")],1)])])])}),[],!1,null,null,null);r.default=n.exports}}]); \ No newline at end of file diff --git a/assets/js/182.4fdab390.js b/assets/js/182.718f274c.js similarity index 91% rename from assets/js/182.4fdab390.js rename to assets/js/182.718f274c.js index 60823cf3..bec834b9 100644 --- a/assets/js/182.4fdab390.js +++ b/assets/js/182.718f274c.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[182],{464:function(e,t,s){"use strict";s.r(t);var n=s(14),o=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"close"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#close"}},[e._v("#")]),e._v(" close")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 关闭当前窗口。")]),e._v(" "),t("li",[e._v("支持平台: Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#close-window",target:"_blank",rel:"noopener noreferrer"}},[e._v("DELETE /session/:sessionId/window"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("类型: window")])])])}),[],!1,null,null,null);t.default=o.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[182],{460:function(e,t,s){"use strict";s.r(t);var n=s(14),o=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"close"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#close"}},[e._v("#")]),e._v(" close")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 关闭当前窗口。")]),e._v(" "),t("li",[e._v("支持平台: Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#close-window",target:"_blank",rel:"noopener noreferrer"}},[e._v("DELETE /session/:sessionId/window"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("类型: window")])])])}),[],!1,null,null,null);t.default=o.exports}}]); \ No newline at end of file diff --git a/assets/js/183.c1a78072.js b/assets/js/183.ee93d594.js similarity index 93% rename from assets/js/183.c1a78072.js rename to assets/js/183.ee93d594.js index 5c12af52..3807ea71 100644 --- a/assets/js/183.c1a78072.js +++ b/assets/js/183.ee93d594.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[183],{465:function(e,t,i){"use strict";i.r(t);var n=i(14),r=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"getwindowsize"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#getwindowsize"}},[e._v("#")]),e._v(" getWindowSize")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 获取指定窗口的大小。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#get-window-size",target:"_blank",rel:"noopener noreferrer"}},[e._v("GET /session/:sessionId/window/size"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} handle 获取大小的窗口句柄(可选,默认值:'current')")])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[183],{461:function(e,t,i){"use strict";i.r(t);var n=i(14),r=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"getwindowsize"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#getwindowsize"}},[e._v("#")]),e._v(" getWindowSize")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 获取指定窗口的大小。")]),e._v(" "),t("li",[e._v("支持平台: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#get-window-size",target:"_blank",rel:"noopener noreferrer"}},[e._v("GET /session/:sessionId/window/size"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {string} handle 获取大小的窗口句柄(可选,默认值:'current')")])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file diff --git a/assets/js/184.114cc915.js b/assets/js/184.9b0eed33.js similarity index 94% rename from assets/js/184.114cc915.js rename to assets/js/184.9b0eed33.js index b80d3f9d..8cd6a0e5 100644 --- a/assets/js/184.114cc915.js +++ b/assets/js/184.9b0eed33.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[184],{463:function(e,t,i){"use strict";i.r(t);var s=i(14),n=Object(s.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"setwindowsize"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#setwindowsize"}},[e._v("#")]),e._v(" setWindowSize")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 更改指定窗口的大小。")]),e._v(" "),t("li",[e._v("支持平台: Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#set-window-size",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/window/size"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {number} width 以像素为单位设置尺寸的宽度")]),e._v(" "),t("li",[e._v("参数: {number} height 以像素为单位设置尺寸的高度")]),e._v(" "),t("li",[e._v("参数: {string} handle 设置大小的窗口句柄(可选,默认值:'current')")])])])}),[],!1,null,null,null);t.default=n.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[184],{462:function(e,t,i){"use strict";i.r(t);var s=i(14),n=Object(s.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"setwindowsize"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#setwindowsize"}},[e._v("#")]),e._v(" setWindowSize")]),e._v(" "),t("ul",[t("li",[e._v("功能描述: 更改指定窗口的大小。")]),e._v(" "),t("li",[e._v("支持平台: Web(WebView)")]),e._v(" "),t("li",[e._v("标准链接: "),t("a",{attrs:{href:"https://w3c.github.io/webdriver/#set-window-size",target:"_blank",rel:"noopener noreferrer"}},[e._v("POST /session/:sessionId/window/size"),t("OutboundLink")],1)]),e._v(" "),t("li",[e._v("参数: {number} width 以像素为单位设置尺寸的宽度")]),e._v(" "),t("li",[e._v("参数: {number} height 以像素为单位设置尺寸的高度")]),e._v(" "),t("li",[e._v("参数: {string} handle 设置大小的窗口句柄(可选,默认值:'current')")])])])}),[],!1,null,null,null);t.default=n.exports}}]); \ No newline at end of file diff --git a/assets/js/185.b866b3a6.js b/assets/js/185.04cbc5f4.js similarity index 91% rename from assets/js/185.b866b3a6.js rename to assets/js/185.04cbc5f4.js index d35f5aae..ff4bc948 100644 --- a/assets/js/185.b866b3a6.js +++ b/assets/js/185.04cbc5f4.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[185],{467:function(t,e,n){"use strict";n.r(e);var r=n(14),s=Object(r.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"window"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#window"}},[t._v("#")]),t._v(" window")]),t._v(" "),e("ul",[e("li",[t._v("功能描述: 将焦点切换到另一个窗口。")]),t._v(" "),e("li",[t._v("支持平台: Web(WebView)")]),t._v(" "),e("li",[t._v("标准链接: "),e("a",{attrs:{href:"https://w3c.github.io/webdriver/#switch-to-window",target:"_blank",rel:"noopener noreferrer"}},[t._v("POST /session/:sessionId/window"),e("OutboundLink")],1)])])])}),[],!1,null,null,null);e.default=s.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[185],{463:function(t,e,n){"use strict";n.r(e);var r=n(14),s=Object(r.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"window"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#window"}},[t._v("#")]),t._v(" window")]),t._v(" "),e("ul",[e("li",[t._v("功能描述: 将焦点切换到另一个窗口。")]),t._v(" "),e("li",[t._v("支持平台: Web(WebView)")]),t._v(" "),e("li",[t._v("标准链接: "),e("a",{attrs:{href:"https://w3c.github.io/webdriver/#switch-to-window",target:"_blank",rel:"noopener noreferrer"}},[t._v("POST /session/:sessionId/window"),e("OutboundLink")],1)])])])}),[],!1,null,null,null);e.default=s.exports}}]); \ No newline at end of file diff --git a/assets/js/186.404c4942.js b/assets/js/186.bfc67b31.js similarity index 91% rename from assets/js/186.404c4942.js rename to assets/js/186.bfc67b31.js index 73afb3be..fc0fcdef 100644 --- a/assets/js/186.404c4942.js +++ b/assets/js/186.bfc67b31.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[186],{468:function(e,n,t){"use strict";t.r(n);var r=t(14),s=Object(r.a)({},(function(){var e=this,n=e._self._c;return n("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[n("h1",{attrs:{id:"windowhandle"}},[n("a",{staticClass:"header-anchor",attrs:{href:"#windowhandle"}},[e._v("#")]),e._v(" windowHandle")]),e._v(" "),n("ul",[n("li",[e._v("功能描述: 获取当前窗口句柄。")]),e._v(" "),n("li",[e._v("支持平台: Web(WebView)")]),e._v(" "),n("li",[e._v("标准链接: "),n("a",{attrs:{href:"https://w3c.github.io/webdriver/#get-window-handle",target:"_blank",rel:"noopener noreferrer"}},[e._v("GET /session/:sessionId/window_handle"),n("OutboundLink")],1)])])])}),[],!1,null,null,null);n.default=s.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[186],{464:function(e,n,t){"use strict";t.r(n);var r=t(14),s=Object(r.a)({},(function(){var e=this,n=e._self._c;return n("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[n("h1",{attrs:{id:"windowhandle"}},[n("a",{staticClass:"header-anchor",attrs:{href:"#windowhandle"}},[e._v("#")]),e._v(" windowHandle")]),e._v(" "),n("ul",[n("li",[e._v("功能描述: 获取当前窗口句柄。")]),e._v(" "),n("li",[e._v("支持平台: Web(WebView)")]),e._v(" "),n("li",[e._v("标准链接: "),n("a",{attrs:{href:"https://w3c.github.io/webdriver/#get-window-handle",target:"_blank",rel:"noopener noreferrer"}},[e._v("GET /session/:sessionId/window_handle"),n("OutboundLink")],1)])])])}),[],!1,null,null,null);n.default=s.exports}}]); \ No newline at end of file diff --git a/assets/js/187.f4b44127.js b/assets/js/187.076bfea2.js similarity index 92% rename from assets/js/187.f4b44127.js rename to assets/js/187.076bfea2.js index 78d8642b..bba130bf 100644 --- a/assets/js/187.f4b44127.js +++ b/assets/js/187.076bfea2.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[187],{466:function(e,n,t){"use strict";t.r(n);var s=t(14),r=Object(s.a)({},(function(){var e=this,n=e._self._c;return n("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[n("h1",{attrs:{id:"windowhandles"}},[n("a",{staticClass:"header-anchor",attrs:{href:"#windowhandles"}},[e._v("#")]),e._v(" windowHandles")]),e._v(" "),n("ul",[n("li",[e._v("功能描述: 检索会话可用的所有窗口句柄列表。")]),e._v(" "),n("li",[e._v("支持平台: Web(WebView)")]),e._v(" "),n("li",[e._v("标准链接: "),n("a",{attrs:{href:"https://w3c.github.io/webdriver/#get-window-handles",target:"_blank",rel:"noopener noreferrer"}},[e._v("GET /session/:sessionId/window_handles"),n("OutboundLink")],1)])])])}),[],!1,null,null,null);n.default=r.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[187],{465:function(e,n,t){"use strict";t.r(n);var s=t(14),r=Object(s.a)({},(function(){var e=this,n=e._self._c;return n("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[n("h1",{attrs:{id:"windowhandles"}},[n("a",{staticClass:"header-anchor",attrs:{href:"#windowhandles"}},[e._v("#")]),e._v(" windowHandles")]),e._v(" "),n("ul",[n("li",[e._v("功能描述: 检索会话可用的所有窗口句柄列表。")]),e._v(" "),n("li",[e._v("支持平台: Web(WebView)")]),e._v(" "),n("li",[e._v("标准链接: "),n("a",{attrs:{href:"https://w3c.github.io/webdriver/#get-window-handles",target:"_blank",rel:"noopener noreferrer"}},[e._v("GET /session/:sessionId/window_handles"),n("OutboundLink")],1)])])])}),[],!1,null,null,null);n.default=r.exports}}]); \ No newline at end of file diff --git a/assets/js/22.1e77d889.js b/assets/js/22.09d5eb50.js similarity index 99% rename from assets/js/22.1e77d889.js rename to assets/js/22.09d5eb50.js index 90eb9e74..6a870782 100644 --- a/assets/js/22.1e77d889.js +++ b/assets/js/22.09d5eb50.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[22],{307:function(t,a,s){"use strict";s.r(a);var n=s(14),r=Object(n.a)({},(function(){var t=this,a=t._self._c;return a("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[a("div",{staticClass:"custom-block tip"},[a("p",{staticClass:"custom-block-title"},[t._v("Introduction")]),t._v(" "),a("p",[t._v("Macaca is an open-source automation test solution for native, hybrid, mobile web and web application on mobile and desktop platforms.")])]),t._v(" "),a("h2",{attrs:{id:"installation"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#installation"}},[t._v("#")]),t._v(" Installation")]),t._v(" "),a("div",{staticClass:"language-bash extra-class"},[a("pre",{pre:!0,attrs:{class:"language-bash"}},[a("code",[t._v("$ "),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("npm")]),t._v(" i macaca-wd "),a("span",{pre:!0,attrs:{class:"token parameter variable"}},[t._v("-D")]),t._v("\n")])])]),a("h2",{attrs:{id:"usage"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#usage"}},[t._v("#")]),t._v(" Usage")]),t._v(" "),a("div",{staticClass:"language-javascript extra-class"},[a("pre",{pre:!0,attrs:{class:"language-javascript"}},[a("code",[a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("const")]),t._v(" wd "),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v("=")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("require")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'macaca-wd'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n\n"),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("const")]),t._v(" remoteConfig "),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v("=")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("{")]),t._v("\n "),a("span",{pre:!0,attrs:{class:"token literal-property property"}},[t._v("host")]),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v(":")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'localhost'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v("\n "),a("span",{pre:!0,attrs:{class:"token literal-property property"}},[t._v("port")]),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v(":")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token number"}},[t._v("3456")]),t._v("\n"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("}")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n\n"),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("var")]),t._v(" driver "),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v("=")]),t._v(" wd"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("promiseChainRemote")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),t._v("remoteConfig"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n\n"),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("before")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("function")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("{")]),t._v("\n "),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("return")]),t._v(" driver"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("init")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("{")]),t._v("\n "),a("span",{pre:!0,attrs:{class:"token literal-property property"}},[t._v("platformName")]),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v(":")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'desktop'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token comment"}},[t._v("// iOS, Android, Desktop, Playwright")]),t._v("\n "),a("span",{pre:!0,attrs:{class:"token literal-property property"}},[t._v("browserName")]),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v(":")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'chrome'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token comment"}},[t._v("// chromium, firefox, webkit")]),t._v("\n "),a("span",{pre:!0,attrs:{class:"token literal-property property"}},[t._v("app")]),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v(":")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'path/to/app'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token comment"}},[t._v("// Only for mobile")]),t._v("\n "),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("}")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("}")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n\n"),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("after")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("function")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("{")]),t._v("\n "),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("return")]),t._v(" driver\n "),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("sleep")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token number"}},[t._v("1000")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),t._v("\n "),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("quit")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("}")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n\n"),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("it")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'#1 should'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("function")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("{")]),t._v("\n\n "),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v("...")]),t._v("\n\n"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("}")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n\n"),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v("...")]),t._v("\n\n")])])]),a("h2",{attrs:{id:"mixin-helper"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#mixin-helper"}},[t._v("#")]),t._v(" Mixin Helper")]),t._v(" "),a("div",{staticClass:"language-javascript extra-class"},[a("pre",{pre:!0,attrs:{class:"language-javascript"}},[a("code",[a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("import")]),t._v(" wd "),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("from")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'macaca-wd'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n"),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("import")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("{")]),t._v("\n extendsMixIn"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v("\n"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("}")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("from")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'macaca-wd/lib/helper'")]),t._v("\n\n"),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("extendsMixIn")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),t._v("wd"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),t._v("\n")])])]),a("h2",{attrs:{id:"extend-wd-chain"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#extend-wd-chain"}},[t._v("#")]),t._v(" Extend WD chain")]),t._v(" "),a("div",{staticClass:"language-javascript extra-class"},[a("pre",{pre:!0,attrs:{class:"language-javascript"}},[a("code",[a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("import")]),t._v(" wd "),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("from")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'macaca-wd'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n\nwd"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("addPromiseChainMethod")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),t._v("name"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v(" method"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n")])])]),a("p",[a("a",{attrs:{href:"//macacajs.github.io/macaca-wd/apis"}},[t._v("API")])]),t._v(" "),a("h2",{attrs:{id:"demo"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#demo"}},[t._v("#")]),t._v(" Demo")]),t._v(" "),a("ul",[a("li",[a("a",{attrs:{href:"//github.com/app-bootstrap/web-app-bootstrap"}},[t._v("demo-1")])]),t._v(" "),a("li",[a("a",{attrs:{href:"//github.com/macacajs/macaca-reporter"}},[t._v("demo-2")])]),t._v(" "),a("li",[a("a",{attrs:{href:"//github.com/macaca-sample/antd-sample"}},[t._v("demo-3")])]),t._v(" "),a("li",[a("a",{attrs:{href:"//github.com/xudafeng/autoresponsive-react"}},[t._v("demo-4")])])])])}),[],!1,null,null,null);a.default=r.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[22],{303:function(t,a,s){"use strict";s.r(a);var n=s(14),r=Object(n.a)({},(function(){var t=this,a=t._self._c;return a("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[a("div",{staticClass:"custom-block tip"},[a("p",{staticClass:"custom-block-title"},[t._v("Introduction")]),t._v(" "),a("p",[t._v("Macaca is an open-source automation test solution for native, hybrid, mobile web and web application on mobile and desktop platforms.")])]),t._v(" "),a("h2",{attrs:{id:"installation"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#installation"}},[t._v("#")]),t._v(" Installation")]),t._v(" "),a("div",{staticClass:"language-bash extra-class"},[a("pre",{pre:!0,attrs:{class:"language-bash"}},[a("code",[t._v("$ "),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("npm")]),t._v(" i macaca-wd "),a("span",{pre:!0,attrs:{class:"token parameter variable"}},[t._v("-D")]),t._v("\n")])])]),a("h2",{attrs:{id:"usage"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#usage"}},[t._v("#")]),t._v(" Usage")]),t._v(" "),a("div",{staticClass:"language-javascript extra-class"},[a("pre",{pre:!0,attrs:{class:"language-javascript"}},[a("code",[a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("const")]),t._v(" wd "),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v("=")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("require")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'macaca-wd'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n\n"),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("const")]),t._v(" remoteConfig "),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v("=")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("{")]),t._v("\n "),a("span",{pre:!0,attrs:{class:"token literal-property property"}},[t._v("host")]),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v(":")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'localhost'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v("\n "),a("span",{pre:!0,attrs:{class:"token literal-property property"}},[t._v("port")]),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v(":")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token number"}},[t._v("3456")]),t._v("\n"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("}")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n\n"),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("var")]),t._v(" driver "),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v("=")]),t._v(" wd"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("promiseChainRemote")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),t._v("remoteConfig"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n\n"),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("before")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("function")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("{")]),t._v("\n "),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("return")]),t._v(" driver"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("init")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("{")]),t._v("\n "),a("span",{pre:!0,attrs:{class:"token literal-property property"}},[t._v("platformName")]),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v(":")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'desktop'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token comment"}},[t._v("// iOS, Android, Desktop, Playwright")]),t._v("\n "),a("span",{pre:!0,attrs:{class:"token literal-property property"}},[t._v("browserName")]),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v(":")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'chrome'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token comment"}},[t._v("// chromium, firefox, webkit")]),t._v("\n "),a("span",{pre:!0,attrs:{class:"token literal-property property"}},[t._v("app")]),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v(":")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'path/to/app'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token comment"}},[t._v("// Only for mobile")]),t._v("\n "),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("}")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("}")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n\n"),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("after")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("function")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("{")]),t._v("\n "),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("return")]),t._v(" driver\n "),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("sleep")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token number"}},[t._v("1000")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),t._v("\n "),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("quit")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("}")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n\n"),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("it")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'#1 should'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("function")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("{")]),t._v("\n\n "),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v("...")]),t._v("\n\n"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("}")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n\n"),a("span",{pre:!0,attrs:{class:"token operator"}},[t._v("...")]),t._v("\n\n")])])]),a("h2",{attrs:{id:"mixin-helper"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#mixin-helper"}},[t._v("#")]),t._v(" Mixin Helper")]),t._v(" "),a("div",{staticClass:"language-javascript extra-class"},[a("pre",{pre:!0,attrs:{class:"language-javascript"}},[a("code",[a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("import")]),t._v(" wd "),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("from")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'macaca-wd'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n"),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("import")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("{")]),t._v("\n extendsMixIn"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v("\n"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("}")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("from")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'macaca-wd/lib/helper'")]),t._v("\n\n"),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("extendsMixIn")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),t._v("wd"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),t._v("\n")])])]),a("h2",{attrs:{id:"extend-wd-chain"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#extend-wd-chain"}},[t._v("#")]),t._v(" Extend WD chain")]),t._v(" "),a("div",{staticClass:"language-javascript extra-class"},[a("pre",{pre:!0,attrs:{class:"language-javascript"}},[a("code",[a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("import")]),t._v(" wd "),a("span",{pre:!0,attrs:{class:"token keyword"}},[t._v("from")]),t._v(" "),a("span",{pre:!0,attrs:{class:"token string"}},[t._v("'macaca-wd'")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n\nwd"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(".")]),a("span",{pre:!0,attrs:{class:"token function"}},[t._v("addPromiseChainMethod")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v("(")]),t._v("name"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(",")]),t._v(" method"),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(")")]),a("span",{pre:!0,attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n")])])]),a("p",[a("a",{attrs:{href:"//macacajs.github.io/macaca-wd/apis"}},[t._v("API")])]),t._v(" "),a("h2",{attrs:{id:"demo"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#demo"}},[t._v("#")]),t._v(" Demo")]),t._v(" "),a("ul",[a("li",[a("a",{attrs:{href:"//github.com/app-bootstrap/web-app-bootstrap"}},[t._v("demo-1")])]),t._v(" "),a("li",[a("a",{attrs:{href:"//github.com/macacajs/macaca-reporter"}},[t._v("demo-2")])]),t._v(" "),a("li",[a("a",{attrs:{href:"//github.com/macaca-sample/antd-sample"}},[t._v("demo-3")])]),t._v(" "),a("li",[a("a",{attrs:{href:"//github.com/xudafeng/autoresponsive-react"}},[t._v("demo-4")])])])])}),[],!1,null,null,null);a.default=r.exports}}]); \ No newline at end of file diff --git a/assets/js/23.0e942389.js b/assets/js/23.e6208070.js similarity index 93% rename from assets/js/23.0e942389.js rename to assets/js/23.e6208070.js index 9bc99055..1235b0df 100644 --- a/assets/js/23.0e942389.js +++ b/assets/js/23.e6208070.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[23],{303:function(a,t,e){"use strict";e.r(t);var s=e(14),r=Object(s.a)({},(function(){var a=this,t=a._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":a.$parent.slotKey}},[t("h1",{attrs:{id:"apis"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#apis"}},[a._v("#")]),a._v(" APIs")]),a._v(" "),t("h2",{attrs:{id:"demo"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#demo"}},[a._v("#")]),a._v(" Demo")]),a._v(" "),t("ul",[t("li",[t("a",{attrs:{href:"//github.com/app-bootstrap/web-app-bootstrap"}},[a._v("demo-1")])]),a._v(" "),t("li",[t("a",{attrs:{href:"//github.com/macacajs/macaca-reporter"}},[a._v("demo-2")])]),a._v(" "),t("li",[t("a",{attrs:{href:"//github.com/macaca-sample/antd-sample"}},[a._v("demo-3")])]),a._v(" "),t("li",[t("a",{attrs:{href:"//github.com/xudafeng/autoresponsive-react"}},[a._v("demo-4")])])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[23],{305:function(a,t,e){"use strict";e.r(t);var s=e(14),r=Object(s.a)({},(function(){var a=this,t=a._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":a.$parent.slotKey}},[t("h1",{attrs:{id:"apis"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#apis"}},[a._v("#")]),a._v(" APIs")]),a._v(" "),t("h2",{attrs:{id:"demo"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#demo"}},[a._v("#")]),a._v(" Demo")]),a._v(" "),t("ul",[t("li",[t("a",{attrs:{href:"//github.com/app-bootstrap/web-app-bootstrap"}},[a._v("demo-1")])]),a._v(" "),t("li",[t("a",{attrs:{href:"//github.com/macacajs/macaca-reporter"}},[a._v("demo-2")])]),a._v(" "),t("li",[t("a",{attrs:{href:"//github.com/macaca-sample/antd-sample"}},[a._v("demo-3")])]),a._v(" "),t("li",[t("a",{attrs:{href:"//github.com/xudafeng/autoresponsive-react"}},[a._v("demo-4")])])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file diff --git a/assets/js/25.0c59270d.js b/assets/js/25.a5c0c440.js similarity index 91% rename from assets/js/25.0c59270d.js rename to assets/js/25.a5c0c440.js index 37d0a8be..68723e36 100644 --- a/assets/js/25.0c59270d.js +++ b/assets/js/25.a5c0c440.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[25],{305:function(t,e,s){"use strict";s.r(e);var r=s(14),a=Object(r.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"alertkeys"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#alertkeys"}},[t._v("#")]),t._v(" alertKeys")]),t._v(" "),e("ul",[e("li",[t._v("Sends keystrokes to a JavaScript prompt() dialog.")]),t._v(" "),e("li",[t._v("@summary Support: iOS")]),t._v(" "),e("li",[t._v("@see {@link https://w3c.github.io/webdriver/#send-alert-text|POST /session/:sessionId/alert_text}")]),t._v(" "),e("li",[t._v("@param keys")])])])}),[],!1,null,null,null);e.default=a.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[25],{306:function(t,e,s){"use strict";s.r(e);var r=s(14),a=Object(r.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"alertkeys"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#alertkeys"}},[t._v("#")]),t._v(" alertKeys")]),t._v(" "),e("ul",[e("li",[t._v("Sends keystrokes to a JavaScript prompt() dialog.")]),t._v(" "),e("li",[t._v("@summary Support: iOS")]),t._v(" "),e("li",[t._v("@see {@link https://w3c.github.io/webdriver/#send-alert-text|POST /session/:sessionId/alert_text}")]),t._v(" "),e("li",[t._v("@param keys")])])])}),[],!1,null,null,null);e.default=a.exports}}]); \ No newline at end of file diff --git a/assets/js/27.186359e4.js b/assets/js/27.81c8ae8e.js similarity index 90% rename from assets/js/27.186359e4.js rename to assets/js/27.81c8ae8e.js index be7708fe..df072abd 100644 --- a/assets/js/27.186359e4.js +++ b/assets/js/27.81c8ae8e.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[27],{306:function(s,t,i){"use strict";i.r(t);var e=i(14),r=Object(e.a)({},(function(){var s=this,t=s._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":s.$parent.slotKey}},[t("h1",{attrs:{id:"dismissalert"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#dismissalert"}},[s._v("#")]),s._v(" dismissAlert")]),s._v(" "),t("ul",[t("li",[s._v("Dismisses the currently displayed alert dialog.")]),s._v(" "),t("li",[s._v("@summary Support: Android iOS")]),s._v(" "),t("li",[s._v("@see {@link https://w3c.github.io/webdriver/#dismiss-alert|POST /session/:sessionId/dismiss_alert}")])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[27],{307:function(s,t,i){"use strict";i.r(t);var e=i(14),r=Object(e.a)({},(function(){var s=this,t=s._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":s.$parent.slotKey}},[t("h1",{attrs:{id:"dismissalert"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#dismissalert"}},[s._v("#")]),s._v(" dismissAlert")]),s._v(" "),t("ul",[t("li",[s._v("Dismisses the currently displayed alert dialog.")]),s._v(" "),t("li",[s._v("@summary Support: Android iOS")]),s._v(" "),t("li",[s._v("@see {@link https://w3c.github.io/webdriver/#dismiss-alert|POST /session/:sessionId/dismiss_alert}")])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file diff --git a/assets/js/36.44d556fc.js b/assets/js/36.a123c697.js similarity index 90% rename from assets/js/36.44d556fc.js rename to assets/js/36.a123c697.js index a47fe78c..7306ab12 100644 --- a/assets/js/36.44d556fc.js +++ b/assets/js/36.a123c697.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[36],{319:function(r,s,t){"use strict";t.r(s);var e=t(14),i=Object(e.a)({},(function(){var r=this,s=r._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":r.$parent.slotKey}},[s("h1",{attrs:{id:"forward"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#forward"}},[r._v("#")]),r._v(" forward")]),r._v(" "),s("ul",[s("li",[r._v("Navigate forwards in the browser history, if possible.")]),r._v(" "),s("li",[r._v("@summary Support: Web(WebView)")]),r._v(" "),s("li",[r._v("@see {@link https://w3c.github.io/webdriver/#back|POST /session/:sessionId/forward}")])])])}),[],!1,null,null,null);s.default=i.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[36],{317:function(r,s,t){"use strict";t.r(s);var e=t(14),i=Object(e.a)({},(function(){var r=this,s=r._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":r.$parent.slotKey}},[s("h1",{attrs:{id:"forward"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#forward"}},[r._v("#")]),r._v(" forward")]),r._v(" "),s("ul",[s("li",[r._v("Navigate forwards in the browser history, if possible.")]),r._v(" "),s("li",[r._v("@summary Support: Web(WebView)")]),r._v(" "),s("li",[r._v("@see {@link https://w3c.github.io/webdriver/#back|POST /session/:sessionId/forward}")])])])}),[],!1,null,null,null);s.default=i.exports}}]); \ No newline at end of file diff --git a/assets/js/37.eda9627a.js b/assets/js/37.7f7a7911.js similarity index 90% rename from assets/js/37.eda9627a.js rename to assets/js/37.7f7a7911.js index 274d9712..028d8237 100644 --- a/assets/js/37.eda9627a.js +++ b/assets/js/37.7f7a7911.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[37],{317:function(t,e,s){"use strict";s.r(e);var r=s(14),a=Object(r.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"get"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#get"}},[t._v("#")]),t._v(" get")]),t._v(" "),e("ul",[e("li",[t._v("Navigate to a new URL.")]),t._v(" "),e("li",[t._v("@summary Support: Web(WebView)")]),t._v(" "),e("li",[t._v("@see {@link https://w3c.github.io/webdriver/#get|POST /session/:sessionId/url}")]),t._v(" "),e("li",[t._v("@param url get a new url.")])])])}),[],!1,null,null,null);e.default=a.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[37],{318:function(t,e,s){"use strict";s.r(e);var r=s(14),a=Object(r.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"get"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#get"}},[t._v("#")]),t._v(" get")]),t._v(" "),e("ul",[e("li",[t._v("Navigate to a new URL.")]),t._v(" "),e("li",[t._v("@summary Support: Web(WebView)")]),t._v(" "),e("li",[t._v("@see {@link https://w3c.github.io/webdriver/#get|POST /session/:sessionId/url}")]),t._v(" "),e("li",[t._v("@param url get a new url.")])])])}),[],!1,null,null,null);e.default=a.exports}}]); \ No newline at end of file diff --git a/assets/js/38.846902a1.js b/assets/js/38.104f4298.js similarity index 91% rename from assets/js/38.846902a1.js rename to assets/js/38.104f4298.js index e36d2586..86b12c65 100644 --- a/assets/js/38.846902a1.js +++ b/assets/js/38.104f4298.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[38],{318:function(i,e,t){"use strict";t.r(e);var a=t(14),s=Object(a.a)({},(function(){var i=this,e=i._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":i.$parent.slotKey}},[e("h1",{attrs:{id:"maximize"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#maximize"}},[i._v("#")]),i._v(" maximize")]),i._v(" "),e("ul",[e("li",[i._v("Maximize the specified window if not already maximized.")]),i._v(" "),e("li",[i._v("@summary Support: Web(WebView)")]),i._v(" "),e("li",[i._v("@see {@link https://w3c.github.io/webdriver/#dfn-maximize-window|POST /session/:sessionId/window/maximize}")]),i._v(" "),e("li",[i._v("@param handle window handle")])])])}),[],!1,null,null,null);e.default=s.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[38],{320:function(i,e,t){"use strict";t.r(e);var a=t(14),s=Object(a.a)({},(function(){var i=this,e=i._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":i.$parent.slotKey}},[e("h1",{attrs:{id:"maximize"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#maximize"}},[i._v("#")]),i._v(" maximize")]),i._v(" "),e("ul",[e("li",[i._v("Maximize the specified window if not already maximized.")]),i._v(" "),e("li",[i._v("@summary Support: Web(WebView)")]),i._v(" "),e("li",[i._v("@see {@link https://w3c.github.io/webdriver/#dfn-maximize-window|POST /session/:sessionId/window/maximize}")]),i._v(" "),e("li",[i._v("@param handle window handle")])])])}),[],!1,null,null,null);e.default=s.exports}}]); \ No newline at end of file diff --git a/assets/js/39.fbc63d95.js b/assets/js/39.8c9bd3d4.js similarity index 90% rename from assets/js/39.fbc63d95.js rename to assets/js/39.8c9bd3d4.js index 54754c6d..34cabe5f 100644 --- a/assets/js/39.fbc63d95.js +++ b/assets/js/39.8c9bd3d4.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[39],{320:function(e,r,s){"use strict";s.r(r);var t=s(14),i=Object(t.a)({},(function(){var e=this,r=e._self._c;return r("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[r("h1",{attrs:{id:"refresh"}},[r("a",{staticClass:"header-anchor",attrs:{href:"#refresh"}},[e._v("#")]),e._v(" refresh")]),e._v(" "),r("ul",[r("li",[e._v("Refresh the current page.")]),e._v(" "),r("li",[e._v("@summary Support: Web(WebView)")]),e._v(" "),r("li",[e._v("@see {@link https://w3c.github.io/webdriver/#refresh|POST /session/:sessionId/refresh}")])])])}),[],!1,null,null,null);r.default=i.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[39],{319:function(e,r,s){"use strict";s.r(r);var t=s(14),i=Object(t.a)({},(function(){var e=this,r=e._self._c;return r("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[r("h1",{attrs:{id:"refresh"}},[r("a",{staticClass:"header-anchor",attrs:{href:"#refresh"}},[e._v("#")]),e._v(" refresh")]),e._v(" "),r("ul",[r("li",[e._v("Refresh the current page.")]),e._v(" "),r("li",[e._v("@summary Support: Web(WebView)")]),e._v(" "),r("li",[e._v("@see {@link https://w3c.github.io/webdriver/#refresh|POST /session/:sessionId/refresh}")])])])}),[],!1,null,null,null);r.default=i.exports}}]); \ No newline at end of file diff --git a/assets/js/40.4e8e3317.js b/assets/js/40.e991dc09.js similarity index 90% rename from assets/js/40.4e8e3317.js rename to assets/js/40.e991dc09.js index 75e572c8..954d8ab6 100644 --- a/assets/js/40.4e8e3317.js +++ b/assets/js/40.e991dc09.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[40],{321:function(t,e,r){"use strict";r.r(e);var n=r(14),o=Object(n.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"context"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#context"}},[t._v("#")]),t._v(" context")]),t._v(" "),e("ul",[e("li",[t._v("Set the current context.")]),t._v(" "),e("li",[t._v("@summary Support: Android iOS")]),t._v(" "),e("li",[t._v("@param {string} contextRef context reference from contexts")]),t._v(" "),e("li",[t._v("@returns {Promise}")])])])}),[],!1,null,null,null);e.default=o.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[40],{466:function(t,e,r){"use strict";r.r(e);var n=r(14),o=Object(n.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"context"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#context"}},[t._v("#")]),t._v(" context")]),t._v(" "),e("ul",[e("li",[t._v("Set the current context.")]),t._v(" "),e("li",[t._v("@summary Support: Android iOS")]),t._v(" "),e("li",[t._v("@param {string} contextRef context reference from contexts")]),t._v(" "),e("li",[t._v("@returns {Promise}")])])])}),[],!1,null,null,null);e.default=o.exports}}]); \ No newline at end of file diff --git a/assets/js/41.6324701e.js b/assets/js/41.3c507540.js similarity index 89% rename from assets/js/41.6324701e.js rename to assets/js/41.3c507540.js index c19379a1..3738f2c4 100644 --- a/assets/js/41.6324701e.js +++ b/assets/js/41.3c507540.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[41],{322:function(t,s,e){"use strict";e.r(s);var a=e(14),n=Object(a.a)({},(function(){var t=this,s=t._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[s("h1",{attrs:{id:"contexts"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#contexts"}},[t._v("#")]),t._v(" contexts")]),t._v(" "),s("ul",[s("li",[t._v("Get a list of the available contexts.")]),t._v(" "),s("li",[t._v("@summary Support: Android iOS")]),t._v(" "),s("li",[t._v("@returns A list of available contexts.")])])])}),[],!1,null,null,null);s.default=n.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[41],{321:function(t,s,e){"use strict";e.r(s);var a=e(14),n=Object(a.a)({},(function(){var t=this,s=t._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[s("h1",{attrs:{id:"contexts"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#contexts"}},[t._v("#")]),t._v(" contexts")]),t._v(" "),s("ul",[s("li",[t._v("Get a list of the available contexts.")]),t._v(" "),s("li",[t._v("@summary Support: Android iOS")]),t._v(" "),s("li",[t._v("@returns A list of available contexts.")])])])}),[],!1,null,null,null);s.default=n.exports}}]); \ No newline at end of file diff --git a/assets/js/42.c3c279cd.js b/assets/js/42.aa3616c1.js similarity index 88% rename from assets/js/42.c3c279cd.js rename to assets/js/42.aa3616c1.js index 1244cd32..17a842d0 100644 --- a/assets/js/42.c3c279cd.js +++ b/assets/js/42.aa3616c1.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[42],{323:function(t,r,s){"use strict";s.r(r);var e=s(14),n=Object(e.a)({},(function(){var t=this._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":this.$parent.slotKey}},[t("h1",{attrs:{id:"currentcontext"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#currentcontext"}},[this._v("#")]),this._v(" currentContext")]),this._v(" "),t("ul",[t("li",[this._v("Get the current context.")]),this._v(" "),t("li",[this._v("@summary Support: Android iOS")])])])}),[],!1,null,null,null);r.default=n.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[42],{322:function(t,r,s){"use strict";s.r(r);var e=s(14),n=Object(e.a)({},(function(){var t=this._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":this.$parent.slotKey}},[t("h1",{attrs:{id:"currentcontext"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#currentcontext"}},[this._v("#")]),this._v(" currentContext")]),this._v(" "),t("ul",[t("li",[this._v("Get the current context.")]),this._v(" "),t("li",[this._v("@summary Support: Android iOS")])])])}),[],!1,null,null,null);r.default=n.exports}}]); \ No newline at end of file diff --git a/assets/js/43.f00b60eb.js b/assets/js/43.f01120e8.js similarity index 91% rename from assets/js/43.f00b60eb.js rename to assets/js/43.f01120e8.js index 29095a9d..20139e93 100644 --- a/assets/js/43.f00b60eb.js +++ b/assets/js/43.f01120e8.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[43],{324:function(e,t,s){"use strict";s.r(t);var o=s(14),i=Object(o.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"allcookies"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#allcookies"}},[e._v("#")]),e._v(" allCookies")]),e._v(" "),t("ul",[t("li",[e._v("Returns all cookies associated with the address of the current browsing context’s active document.")]),e._v(" "),t("li",[e._v("@summary Support: Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#get-all-cookies|GET /session/:sessionId/cookie}")])])])}),[],!1,null,null,null);t.default=i.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[43],{323:function(e,t,s){"use strict";s.r(t);var o=s(14),i=Object(o.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"allcookies"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#allcookies"}},[e._v("#")]),e._v(" allCookies")]),e._v(" "),t("ul",[t("li",[e._v("Returns all cookies associated with the address of the current browsing context’s active document.")]),e._v(" "),t("li",[e._v("@summary Support: Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#get-all-cookies|GET /session/:sessionId/cookie}")])])])}),[],!1,null,null,null);t.default=i.exports}}]); \ No newline at end of file diff --git a/assets/js/44.77583b9c.js b/assets/js/44.c0d77113.js similarity index 91% rename from assets/js/44.77583b9c.js rename to assets/js/44.c0d77113.js index 664c087d..9af0bcd8 100644 --- a/assets/js/44.77583b9c.js +++ b/assets/js/44.c0d77113.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[44],{325:function(e,t,s){"use strict";s.r(t);var l=s(14),o=Object(l.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"deleteallcookies"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#deleteallcookies"}},[e._v("#")]),e._v(" deleteAllCookies")]),e._v(" "),t("ul",[t("li",[e._v("Allows deletion of all cookies associated with the active document’s address.")]),e._v(" "),t("li",[e._v("@summary Support: Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#delete-all-cookies|DELETE /session/:sessionId/cookie/:name}")])])])}),[],!1,null,null,null);t.default=o.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[44],{324:function(e,t,s){"use strict";s.r(t);var l=s(14),o=Object(l.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"deleteallcookies"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#deleteallcookies"}},[e._v("#")]),e._v(" deleteAllCookies")]),e._v(" "),t("ul",[t("li",[e._v("Allows deletion of all cookies associated with the active document’s address.")]),e._v(" "),t("li",[e._v("@summary Support: Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#delete-all-cookies|DELETE /session/:sessionId/cookie/:name}")])])])}),[],!1,null,null,null);t.default=o.exports}}]); \ No newline at end of file diff --git a/assets/js/45.8b870311.js b/assets/js/45.8b8290af.js similarity index 92% rename from assets/js/45.8b870311.js rename to assets/js/45.8b8290af.js index 8ec29255..dd5809dd 100644 --- a/assets/js/45.8b870311.js +++ b/assets/js/45.8b8290af.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[45],{333:function(e,t,i){"use strict";i.r(t);var o=i(14),s=Object(o.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"deletecookie"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#deletecookie"}},[e._v("#")]),e._v(" deleteCookie")]),e._v(" "),t("ul",[t("li",[e._v("Delete either a single cookie by parameter name, or all the cookies associated with the active document’s address if name is undefined.")]),e._v(" "),t("li",[e._v("@summary Support: Web(WebView)")]),e._v(" "),t("li",[e._v("@param {string} name cookie name")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#delete-cookie|DELETE /session/:sessionId/cookie/:name}")])])])}),[],!1,null,null,null);t.default=s.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[45],{325:function(e,t,i){"use strict";i.r(t);var o=i(14),s=Object(o.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"deletecookie"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#deletecookie"}},[e._v("#")]),e._v(" deleteCookie")]),e._v(" "),t("ul",[t("li",[e._v("Delete either a single cookie by parameter name, or all the cookies associated with the active document’s address if name is undefined.")]),e._v(" "),t("li",[e._v("@summary Support: Web(WebView)")]),e._v(" "),t("li",[e._v("@param {string} name cookie name")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#delete-cookie|DELETE /session/:sessionId/cookie/:name}")])])])}),[],!1,null,null,null);t.default=s.exports}}]); \ No newline at end of file diff --git a/assets/js/53.a8fd85f5.js b/assets/js/53.9f0269a8.js similarity index 92% rename from assets/js/53.a8fd85f5.js rename to assets/js/53.9f0269a8.js index 8ee7e6a9..2f3c29d5 100644 --- a/assets/js/53.a8fd85f5.js +++ b/assets/js/53.9f0269a8.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[53],{334:function(e,t,s){"use strict";s.r(t);var i=s(14),n=Object(i.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbyidifexists"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbyidifexists"}},[e._v("#")]),e._v(" elementByIdIfExists")]),e._v(" "),t("ul",[t("li",[e._v("Search for an element on the page, starting from the document root.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}")]),e._v(" "),t("li",[e._v("@param {string} value The ID attribute")])])])}),[],!1,null,null,null);t.default=n.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[53],{333:function(e,t,s){"use strict";s.r(t);var i=s(14),n=Object(i.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbyidifexists"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbyidifexists"}},[e._v("#")]),e._v(" elementByIdIfExists")]),e._v(" "),t("ul",[t("li",[e._v("Search for an element on the page, starting from the document root.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}")]),e._v(" "),t("li",[e._v("@param {string} value The ID attribute")])])])}),[],!1,null,null,null);t.default=n.exports}}]); \ No newline at end of file diff --git a/assets/js/54.0906df43.js b/assets/js/54.16ccd33a.js similarity index 92% rename from assets/js/54.0906df43.js rename to assets/js/54.16ccd33a.js index 16b4e66f..c06fa28a 100644 --- a/assets/js/54.0906df43.js +++ b/assets/js/54.16ccd33a.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[54],{335:function(e,t,n){"use strict";n.r(t);var r=n(14),l=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbyidornull"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbyidornull"}},[e._v("#")]),e._v(" elementByIdOrNull")]),e._v(" "),t("ul",[t("li",[e._v("Search for an element on the page, starting from the document root.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}")]),e._v(" "),t("li",[e._v("@param {string} value The ID attribute")])])])}),[],!1,null,null,null);t.default=l.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[54],{334:function(e,t,n){"use strict";n.r(t);var r=n(14),l=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbyidornull"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbyidornull"}},[e._v("#")]),e._v(" elementByIdOrNull")]),e._v(" "),t("ul",[t("li",[e._v("Search for an element on the page, starting from the document root.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}")]),e._v(" "),t("li",[e._v("@param {string} value The ID attribute")])])])}),[],!1,null,null,null);t.default=l.exports}}]); \ No newline at end of file diff --git a/assets/js/55.f357f2ae.js b/assets/js/55.a49b602d.js similarity index 91% rename from assets/js/55.f357f2ae.js rename to assets/js/55.a49b602d.js index 5c5bdecf..2cbfea3a 100644 --- a/assets/js/55.f357f2ae.js +++ b/assets/js/55.a49b602d.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[55],{337:function(e,t,n){"use strict";n.r(t);var s=n(14),r=Object(s.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbyname"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbyname"}},[e._v("#")]),e._v(" elementByName")]),e._v(" "),t("ul",[t("li",[e._v("Search for an element on the page, starting from the document root.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}")]),e._v(" "),t("li",[e._v("@param {string} value The name attribute")])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[55],{335:function(e,t,n){"use strict";n.r(t);var s=n(14),r=Object(s.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbyname"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbyname"}},[e._v("#")]),e._v(" elementByName")]),e._v(" "),t("ul",[t("li",[e._v("Search for an element on the page, starting from the document root.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}")]),e._v(" "),t("li",[e._v("@param {string} value The name attribute")])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file diff --git a/assets/js/58.a5b3dcf2.js b/assets/js/58.0f3d5448.js similarity index 92% rename from assets/js/58.a5b3dcf2.js rename to assets/js/58.0f3d5448.js index 709e72c9..e870d01f 100644 --- a/assets/js/58.a5b3dcf2.js +++ b/assets/js/58.0f3d5448.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[58],{340:function(e,t,n){"use strict";n.r(t);var i=n(14),l=Object(i.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbypartiallinktext"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbypartiallinktext"}},[e._v("#")]),e._v(" elementByPartialLinkText")]),e._v(" "),t("ul",[t("li",[e._v("Search for an element on the page, starting from the document root.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}")]),e._v(" "),t("li",[e._v("@param {string} value The partially text")])])])}),[],!1,null,null,null);t.default=l.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[58],{337:function(e,t,n){"use strict";n.r(t);var i=n(14),l=Object(i.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbypartiallinktext"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbypartiallinktext"}},[e._v("#")]),e._v(" elementByPartialLinkText")]),e._v(" "),t("ul",[t("li",[e._v("Search for an element on the page, starting from the document root.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}")]),e._v(" "),t("li",[e._v("@param {string} value The partially text")])])])}),[],!1,null,null,null);t.default=l.exports}}]); \ No newline at end of file diff --git a/assets/js/60.69f35576.js b/assets/js/60.79d1e936.js similarity index 92% rename from assets/js/60.69f35576.js rename to assets/js/60.79d1e936.js index 8058e348..41182286 100644 --- a/assets/js/60.69f35576.js +++ b/assets/js/60.79d1e936.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[60],{341:function(e,t,l){"use strict";l.r(t);var n=l(14),r=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbypartiallinktextornull"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbypartiallinktextornull"}},[e._v("#")]),e._v(" elementByPartialLinkTextOrNull")]),e._v(" "),t("ul",[t("li",[e._v("Search for an element on the page, starting from the document root.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}")]),e._v(" "),t("li",[e._v("@param {string} value The partially text")])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[60],{340:function(e,t,l){"use strict";l.r(t);var n=l(14),r=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbypartiallinktextornull"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbypartiallinktextornull"}},[e._v("#")]),e._v(" elementByPartialLinkTextOrNull")]),e._v(" "),t("ul",[t("li",[e._v("Search for an element on the page, starting from the document root.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}")]),e._v(" "),t("li",[e._v("@param {string} value The partially text")])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file diff --git a/assets/js/61.4e319f6d.js b/assets/js/61.d9e1fdc5.js similarity index 91% rename from assets/js/61.4e319f6d.js rename to assets/js/61.d9e1fdc5.js index 33107ac1..6df90e74 100644 --- a/assets/js/61.4e319f6d.js +++ b/assets/js/61.d9e1fdc5.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[61],{342:function(e,t,n){"use strict";n.r(t);var a=n(14),s=Object(a.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbytagname"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbytagname"}},[e._v("#")]),e._v(" elementByTagName")]),e._v(" "),t("ul",[t("li",[e._v("Search for an element on the page, starting from the document root.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}")]),e._v(" "),t("li",[e._v("@param {string} value The tag name")])])])}),[],!1,null,null,null);t.default=s.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[61],{341:function(e,t,n){"use strict";n.r(t);var a=n(14),s=Object(a.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbytagname"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbytagname"}},[e._v("#")]),e._v(" elementByTagName")]),e._v(" "),t("ul",[t("li",[e._v("Search for an element on the page, starting from the document root.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}")]),e._v(" "),t("li",[e._v("@param {string} value The tag name")])])])}),[],!1,null,null,null);t.default=s.exports}}]); \ No newline at end of file diff --git a/assets/js/62.e82a65e3.js b/assets/js/62.66507df8.js similarity index 92% rename from assets/js/62.e82a65e3.js rename to assets/js/62.66507df8.js index beed6e02..a7563eb6 100644 --- a/assets/js/62.e82a65e3.js +++ b/assets/js/62.66507df8.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[62],{343:function(e,t,s){"use strict";s.r(t);var n=s(14),a=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbytagnameifexists"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbytagnameifexists"}},[e._v("#")]),e._v(" elementByTagNameIfExists")]),e._v(" "),t("ul",[t("li",[e._v("Search for an element on the page, starting from the document root.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}")]),e._v(" "),t("li",[e._v("@param {string} value The tag name")])])])}),[],!1,null,null,null);t.default=a.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[62],{342:function(e,t,s){"use strict";s.r(t);var n=s(14),a=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbytagnameifexists"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbytagnameifexists"}},[e._v("#")]),e._v(" elementByTagNameIfExists")]),e._v(" "),t("ul",[t("li",[e._v("Search for an element on the page, starting from the document root.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}")]),e._v(" "),t("li",[e._v("@param {string} value The tag name")])])])}),[],!1,null,null,null);t.default=a.exports}}]); \ No newline at end of file diff --git a/assets/js/63.36ceb8f3.js b/assets/js/63.b3a38031.js similarity index 92% rename from assets/js/63.36ceb8f3.js rename to assets/js/63.b3a38031.js index 2c5f9a68..c9a25dfb 100644 --- a/assets/js/63.36ceb8f3.js +++ b/assets/js/63.b3a38031.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[63],{345:function(e,t,n){"use strict";n.r(t);var a=n(14),l=Object(a.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbytagnameornull"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbytagnameornull"}},[e._v("#")]),e._v(" elementByTagNameOrNull")]),e._v(" "),t("ul",[t("li",[e._v("Search for an element on the page, starting from the document root.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}")]),e._v(" "),t("li",[e._v("@param {string} value The tag name")])])])}),[],!1,null,null,null);t.default=l.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[63],{343:function(e,t,n){"use strict";n.r(t);var a=n(14),l=Object(a.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbytagnameornull"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbytagnameornull"}},[e._v("#")]),e._v(" elementByTagNameOrNull")]),e._v(" "),t("ul",[t("li",[e._v("Search for an element on the page, starting from the document root.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}")]),e._v(" "),t("li",[e._v("@param {string} value The tag name")])])])}),[],!1,null,null,null);t.default=l.exports}}]); \ No newline at end of file diff --git a/assets/js/64.7954f5e2.js b/assets/js/64.8d41c0ab.js similarity index 91% rename from assets/js/64.7954f5e2.js rename to assets/js/64.8d41c0ab.js index 6a0dba9a..1aa19b75 100644 --- a/assets/js/64.7954f5e2.js +++ b/assets/js/64.8d41c0ab.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[64],{346:function(e,t,n){"use strict";n.r(t);var s=n(14),r=Object(s.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbyxpath"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbyxpath"}},[e._v("#")]),e._v(" elementByXPath")]),e._v(" "),t("ul",[t("li",[e._v("Search for an element on the page, starting from the document root.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}")]),e._v(" "),t("li",[e._v("@param {string} value The XPath expression")])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[64],{344:function(e,t,n){"use strict";n.r(t);var s=n(14),r=Object(s.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbyxpath"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbyxpath"}},[e._v("#")]),e._v(" elementByXPath")]),e._v(" "),t("ul",[t("li",[e._v("Search for an element on the page, starting from the document root.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}")]),e._v(" "),t("li",[e._v("@param {string} value The XPath expression")])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file diff --git a/assets/js/65.e5db8909.js b/assets/js/65.9a9e78ae.js similarity index 92% rename from assets/js/65.e5db8909.js rename to assets/js/65.9a9e78ae.js index 6955da82..6eb21b5a 100644 --- a/assets/js/65.e5db8909.js +++ b/assets/js/65.9a9e78ae.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[65],{344:function(e,t,s){"use strict";s.r(t);var n=s(14),i=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbyxpathifexists"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbyxpathifexists"}},[e._v("#")]),e._v(" elementByXPathIfExists")]),e._v(" "),t("ul",[t("li",[e._v("Search for an element on the page, starting from the document root.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}")]),e._v(" "),t("li",[e._v("@param {string} value The XPath expression")])])])}),[],!1,null,null,null);t.default=i.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[65],{345:function(e,t,s){"use strict";s.r(t);var n=s(14),i=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbyxpathifexists"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbyxpathifexists"}},[e._v("#")]),e._v(" elementByXPathIfExists")]),e._v(" "),t("ul",[t("li",[e._v("Search for an element on the page, starting from the document root.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}")]),e._v(" "),t("li",[e._v("@param {string} value The XPath expression")])])])}),[],!1,null,null,null);t.default=i.exports}}]); \ No newline at end of file diff --git a/assets/js/66.ae42d683.js b/assets/js/66.0816ef0f.js similarity index 92% rename from assets/js/66.ae42d683.js rename to assets/js/66.0816ef0f.js index 93a91361..e0bee294 100644 --- a/assets/js/66.ae42d683.js +++ b/assets/js/66.0816ef0f.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[66],{347:function(e,t,n){"use strict";n.r(t);var r=n(14),s=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbyxpathornull"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbyxpathornull"}},[e._v("#")]),e._v(" elementByXPathOrNull")]),e._v(" "),t("ul",[t("li",[e._v("Search for an element on the page, starting from the document root.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}")]),e._v(" "),t("li",[e._v("@param {string} value The XPath expression")])])])}),[],!1,null,null,null);t.default=s.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[66],{346:function(e,t,n){"use strict";n.r(t);var r=n(14),s=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementbyxpathornull"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementbyxpathornull"}},[e._v("#")]),e._v(" elementByXPathOrNull")]),e._v(" "),t("ul",[t("li",[e._v("Search for an element on the page, starting from the document root.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}")]),e._v(" "),t("li",[e._v("@param {string} value The XPath expression")])])])}),[],!1,null,null,null);t.default=s.exports}}]); \ No newline at end of file diff --git a/assets/js/67.38337c6f.js b/assets/js/67.e6fa2ef8.js similarity index 92% rename from assets/js/67.38337c6f.js rename to assets/js/67.e6fa2ef8.js index 4b056b80..1703c9b5 100644 --- a/assets/js/67.38337c6f.js +++ b/assets/js/67.e6fa2ef8.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[67],{349:function(e,t,s){"use strict";s.r(t);var r=s(14),i=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementifexists"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementifexists"}},[e._v("#")]),e._v(" elementIfExists")]),e._v(" "),t("ul",[t("li",[e._v("Search for an element on the page, starting from the document root.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}")]),e._v(" "),t("li",[e._v("@param {string} using The locator strategy to use.")]),e._v(" "),t("li",[e._v("@param {string} value The search target.")])])])}),[],!1,null,null,null);t.default=i.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[67],{347:function(e,t,s){"use strict";s.r(t);var r=s(14),i=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementifexists"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementifexists"}},[e._v("#")]),e._v(" elementIfExists")]),e._v(" "),t("ul",[t("li",[e._v("Search for an element on the page, starting from the document root.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}")]),e._v(" "),t("li",[e._v("@param {string} using The locator strategy to use.")]),e._v(" "),t("li",[e._v("@param {string} value The search target.")])])])}),[],!1,null,null,null);t.default=i.exports}}]); \ No newline at end of file diff --git a/assets/js/68.1a233b7a.js b/assets/js/68.a35d2abb.js similarity index 92% rename from assets/js/68.1a233b7a.js rename to assets/js/68.a35d2abb.js index 0151e59e..e5438ebf 100644 --- a/assets/js/68.1a233b7a.js +++ b/assets/js/68.a35d2abb.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[68],{348:function(e,t,r){"use strict";r.r(t);var n=r(14),s=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementornull"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementornull"}},[e._v("#")]),e._v(" elementOrNull")]),e._v(" "),t("ul",[t("li",[e._v("Search for an element on the page, starting from the document root.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}")]),e._v(" "),t("li",[e._v("@param {string} using The locator strategy to use.")]),e._v(" "),t("li",[e._v("@param {string} value The search target.")])])])}),[],!1,null,null,null);t.default=s.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[68],{349:function(e,t,r){"use strict";r.r(t);var n=r(14),s=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementornull"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementornull"}},[e._v("#")]),e._v(" elementOrNull")]),e._v(" "),t("ul",[t("li",[e._v("Search for an element on the page, starting from the document root.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/element}")]),e._v(" "),t("li",[e._v("@param {string} using The locator strategy to use.")]),e._v(" "),t("li",[e._v("@param {string} value The search target.")])])])}),[],!1,null,null,null);t.default=s.exports}}]); \ No newline at end of file diff --git a/assets/js/69.6f66192a.js b/assets/js/69.0d7405d7.js similarity index 92% rename from assets/js/69.6f66192a.js rename to assets/js/69.0d7405d7.js index d7e2b406..5a1bfb4a 100644 --- a/assets/js/69.6f66192a.js +++ b/assets/js/69.0d7405d7.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[69],{350:function(e,t,s){"use strict";s.r(t);var r=s(14),n=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elements"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elements"}},[e._v("#")]),e._v(" elements")]),e._v(" "),t("ul",[t("li",[e._v("Search for multiple elements on the page, starting from the document root.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/elements}")]),e._v(" "),t("li",[e._v("@param {string} using The locator strategy to use.")]),e._v(" "),t("li",[e._v("@param {string} value The search target.")])])])}),[],!1,null,null,null);t.default=n.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[69],{348:function(e,t,s){"use strict";s.r(t);var r=s(14),n=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elements"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elements"}},[e._v("#")]),e._v(" elements")]),e._v(" "),t("ul",[t("li",[e._v("Search for multiple elements on the page, starting from the document root.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/elements}")]),e._v(" "),t("li",[e._v("@param {string} using The locator strategy to use.")]),e._v(" "),t("li",[e._v("@param {string} value The search target.")])])])}),[],!1,null,null,null);t.default=n.exports}}]); \ No newline at end of file diff --git a/assets/js/70.7c253493.js b/assets/js/70.bbbccefa.js similarity index 91% rename from assets/js/70.7c253493.js rename to assets/js/70.bbbccefa.js index 6f0cd7ec..0395137b 100644 --- a/assets/js/70.7c253493.js +++ b/assets/js/70.bbbccefa.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[70],{351:function(e,s,t){"use strict";t.r(s);var n=t(14),l=Object(n.a)({},(function(){var e=this,s=e._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[s("h1",{attrs:{id:"elementsbycss"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#elementsbycss"}},[e._v("#")]),e._v(" elementsByCss")]),e._v(" "),s("ul",[s("li",[e._v("Search for multiple elements on the page, starting from the document root.")]),e._v(" "),s("li",[e._v("@summary Support: Web(WebView)")]),e._v(" "),s("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/elements}")]),e._v(" "),s("li",[e._v("@param {string} value The css selector")])])])}),[],!1,null,null,null);s.default=l.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[70],{350:function(e,s,t){"use strict";t.r(s);var n=t(14),l=Object(n.a)({},(function(){var e=this,s=e._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[s("h1",{attrs:{id:"elementsbycss"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#elementsbycss"}},[e._v("#")]),e._v(" elementsByCss")]),e._v(" "),s("ul",[s("li",[e._v("Search for multiple elements on the page, starting from the document root.")]),e._v(" "),s("li",[e._v("@summary Support: Web(WebView)")]),e._v(" "),s("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/elements}")]),e._v(" "),s("li",[e._v("@param {string} value The css selector")])])])}),[],!1,null,null,null);s.default=l.exports}}]); \ No newline at end of file diff --git a/assets/js/71.eb035de7.js b/assets/js/71.868b8353.js similarity index 91% rename from assets/js/71.eb035de7.js rename to assets/js/71.868b8353.js index 081c529b..934886ab 100644 --- a/assets/js/71.eb035de7.js +++ b/assets/js/71.868b8353.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[71],{352:function(e,t,s){"use strict";s.r(t);var n=s(14),i=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementsbyid"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementsbyid"}},[e._v("#")]),e._v(" elementsById")]),e._v(" "),t("ul",[t("li",[e._v("Search for multiple elements on the page, starting from the document root.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/elements}")]),e._v(" "),t("li",[e._v("@param {string} value The ID attribute")])])])}),[],!1,null,null,null);t.default=i.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[71],{351:function(e,t,s){"use strict";s.r(t);var n=s(14),i=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementsbyid"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementsbyid"}},[e._v("#")]),e._v(" elementsById")]),e._v(" "),t("ul",[t("li",[e._v("Search for multiple elements on the page, starting from the document root.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/elements}")]),e._v(" "),t("li",[e._v("@param {string} value The ID attribute")])])])}),[],!1,null,null,null);t.default=i.exports}}]); \ No newline at end of file diff --git a/assets/js/72.661fd4a4.js b/assets/js/72.ec8b01d0.js similarity index 92% rename from assets/js/72.661fd4a4.js rename to assets/js/72.ec8b01d0.js index f98e5afe..ccc3093e 100644 --- a/assets/js/72.661fd4a4.js +++ b/assets/js/72.ec8b01d0.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[72],{354:function(e,t,s){"use strict";s.r(t);var n=s(14),r=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementsbyname"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementsbyname"}},[e._v("#")]),e._v(" elementsByName")]),e._v(" "),t("ul",[t("li",[e._v("Search for multiple elements on the page, starting from the document root.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/elements}")]),e._v(" "),t("li",[e._v("@param {string} value The name attribute")])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[72],{352:function(e,t,s){"use strict";s.r(t);var n=s(14),r=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementsbyname"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementsbyname"}},[e._v("#")]),e._v(" elementsByName")]),e._v(" "),t("ul",[t("li",[e._v("Search for multiple elements on the page, starting from the document root.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/elements}")]),e._v(" "),t("li",[e._v("@param {string} value The name attribute")])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file diff --git a/assets/js/74.b875ae43.js b/assets/js/74.45c4d60f.js similarity index 92% rename from assets/js/74.b875ae43.js rename to assets/js/74.45c4d60f.js index 1ae72156..e55911d4 100644 --- a/assets/js/74.b875ae43.js +++ b/assets/js/74.45c4d60f.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[74],{355:function(e,t,s){"use strict";s.r(t);var n=s(14),a=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementsbytagname"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementsbytagname"}},[e._v("#")]),e._v(" elementsByTagName")]),e._v(" "),t("ul",[t("li",[e._v("Search for multiple elements on the page, starting from the document root.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/elements}")]),e._v(" "),t("li",[e._v("@param {string} value The tag name")])])])}),[],!1,null,null,null);t.default=a.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[74],{354:function(e,t,s){"use strict";s.r(t);var n=s(14),a=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementsbytagname"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementsbytagname"}},[e._v("#")]),e._v(" elementsByTagName")]),e._v(" "),t("ul",[t("li",[e._v("Search for multiple elements on the page, starting from the document root.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/elements}")]),e._v(" "),t("li",[e._v("@param {string} value The tag name")])])])}),[],!1,null,null,null);t.default=a.exports}}]); \ No newline at end of file diff --git a/assets/js/75.22df467a.js b/assets/js/75.785d42cc.js similarity index 92% rename from assets/js/75.22df467a.js rename to assets/js/75.785d42cc.js index 859c18b9..5a8d4291 100644 --- a/assets/js/75.22df467a.js +++ b/assets/js/75.785d42cc.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[75],{356:function(e,t,s){"use strict";s.r(t);var n=s(14),r=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementsbyxpath"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementsbyxpath"}},[e._v("#")]),e._v(" elementsByXPath")]),e._v(" "),t("ul",[t("li",[e._v("Search for multiple elements on the page, starting from the document root.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/elements}")]),e._v(" "),t("li",[e._v("@param {string} value The XPath expression")])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[75],{355:function(e,t,s){"use strict";s.r(t);var n=s(14),r=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"elementsbyxpath"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#elementsbyxpath"}},[e._v("#")]),e._v(" elementsByXPath")]),e._v(" "),t("ul",[t("li",[e._v("Search for multiple elements on the page, starting from the document root.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#elements|POST /session/:sessionId/elements}")]),e._v(" "),t("li",[e._v("@param {string} value The XPath expression")])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file diff --git a/assets/js/76.e37d5089.js b/assets/js/76.3c552cb5.js similarity index 92% rename from assets/js/76.e37d5089.js rename to assets/js/76.3c552cb5.js index 226da242..ff1051c6 100644 --- a/assets/js/76.e37d5089.js +++ b/assets/js/76.3c552cb5.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[76],{357:function(e,t,s){"use strict";s.r(t);var r=s(14),o=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"getcomputedcss"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#getcomputedcss"}},[e._v("#")]),e._v(" getComputedCss")]),e._v(" "),t("ul",[t("li",[e._v("Query the value of an element's computed CSS property.")]),e._v(" "),t("li",[e._v("@summary Support: Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#get-element-css-value|GET /session/:sessionId/element/:id/css/:propertyName}")]),e._v(" "),t("li",[e._v("@param {string} propertyName The property name")])])])}),[],!1,null,null,null);t.default=o.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[76],{356:function(e,t,s){"use strict";s.r(t);var r=s(14),o=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"getcomputedcss"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#getcomputedcss"}},[e._v("#")]),e._v(" getComputedCss")]),e._v(" "),t("ul",[t("li",[e._v("Query the value of an element's computed CSS property.")]),e._v(" "),t("li",[e._v("@summary Support: Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#get-element-css-value|GET /session/:sessionId/element/:id/css/:propertyName}")]),e._v(" "),t("li",[e._v("@param {string} propertyName The property name")])])])}),[],!1,null,null,null);t.default=o.exports}}]); \ No newline at end of file diff --git a/assets/js/77.c091ec22.js b/assets/js/77.39e277fa.js similarity index 93% rename from assets/js/77.c091ec22.js rename to assets/js/77.39e277fa.js index b4c0a5e6..853d2a61 100644 --- a/assets/js/77.c091ec22.js +++ b/assets/js/77.39e277fa.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[77],{358:function(e,t,r){"use strict";r.r(t);var s=r(14),i=Object(s.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"getproperty"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#getproperty"}},[e._v("#")]),e._v(" getProperty")]),e._v(" "),t("ul",[t("li",[e._v("Get the result of a property of a element.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView). iOS: 'isVisible', 'isAccessible', 'isEnabled', 'type', 'label', 'name', 'value', Android: 'selected', 'description', 'text'")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#dfn-get-element-property|GET /session/:sessionId/element/:id/property/:name}")]),e._v(" "),t("li",[e._v("@param {string} name The property name")])])])}),[],!1,null,null,null);t.default=i.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[77],{357:function(e,t,r){"use strict";r.r(t);var s=r(14),i=Object(s.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"getproperty"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#getproperty"}},[e._v("#")]),e._v(" getProperty")]),e._v(" "),t("ul",[t("li",[e._v("Get the result of a property of a element.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView). iOS: 'isVisible', 'isAccessible', 'isEnabled', 'type', 'label', 'name', 'value', Android: 'selected', 'description', 'text'")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#dfn-get-element-property|GET /session/:sessionId/element/:id/property/:name}")]),e._v(" "),t("li",[e._v("@param {string} name The property name")])])])}),[],!1,null,null,null);t.default=i.exports}}]); \ No newline at end of file diff --git a/assets/js/78.7363d436.js b/assets/js/78.e7139515.js similarity index 91% rename from assets/js/78.7363d436.js rename to assets/js/78.e7139515.js index 3bf9851e..2cf128f7 100644 --- a/assets/js/78.7363d436.js +++ b/assets/js/78.e7139515.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[78],{359:function(t,e,i){"use strict";i.r(e);var n=i(14),s=Object(n.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"getrect"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#getrect"}},[t._v("#")]),t._v(" getRect")]),t._v(" "),e("ul",[e("li",[t._v("Get the dimensions and coordinates of the given element with a object including x/y/height/width.")]),t._v(" "),e("li",[t._v("@summary Support: Android iOS.")]),t._v(" "),e("li",[t._v("@see {@link https://w3c.github.io/webdriver/#dfn-get-element-rect|GET /session/:sessionId/element/:id/rect}")])])])}),[],!1,null,null,null);e.default=s.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[78],{358:function(t,e,i){"use strict";i.r(e);var n=i(14),s=Object(n.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"getrect"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#getrect"}},[t._v("#")]),t._v(" getRect")]),t._v(" "),e("ul",[e("li",[t._v("Get the dimensions and coordinates of the given element with a object including x/y/height/width.")]),t._v(" "),e("li",[t._v("@summary Support: Android iOS.")]),t._v(" "),e("li",[t._v("@see {@link https://w3c.github.io/webdriver/#dfn-get-element-rect|GET /session/:sessionId/element/:id/rect}")])])])}),[],!1,null,null,null);e.default=s.exports}}]); \ No newline at end of file diff --git a/assets/js/79.19578626.js b/assets/js/79.8cb27e04.js similarity index 89% rename from assets/js/79.19578626.js rename to assets/js/79.8cb27e04.js index df33dc1e..9137312f 100644 --- a/assets/js/79.19578626.js +++ b/assets/js/79.8cb27e04.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[79],{363:function(t,s,i){"use strict";i.r(s);var e=i(14),r=Object(e.a)({},(function(){var t=this._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":this.$parent.slotKey}},[t("h1",{attrs:{id:"isdisplayed"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#isdisplayed"}},[this._v("#")]),this._v(" isDisplayed")]),this._v(" "),t("ul",[t("li",[this._v("Determine if an element is currently displayed.")]),this._v(" "),t("li",[this._v("@summary Support: Android Web(WebView)")])])])}),[],!1,null,null,null);s.default=r.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[79],{360:function(t,s,i){"use strict";i.r(s);var e=i(14),r=Object(e.a)({},(function(){var t=this._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":this.$parent.slotKey}},[t("h1",{attrs:{id:"isdisplayed"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#isdisplayed"}},[this._v("#")]),this._v(" isDisplayed")]),this._v(" "),t("ul",[t("li",[this._v("Determine if an element is currently displayed.")]),this._v(" "),t("li",[this._v("@summary Support: Android Web(WebView)")])])])}),[],!1,null,null,null);s.default=r.exports}}]); \ No newline at end of file diff --git a/assets/js/80.f70399f7.js b/assets/js/80.ee1996b4.js similarity index 91% rename from assets/js/80.f70399f7.js rename to assets/js/80.ee1996b4.js index 04452d0e..74914b69 100644 --- a/assets/js/80.f70399f7.js +++ b/assets/js/80.ee1996b4.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[80],{364:function(e,s,t){"use strict";t.r(s);var n=t(14),i=Object(n.a)({},(function(){var e=this,s=e._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[s("h1",{attrs:{id:"sendkeys"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#sendkeys"}},[e._v("#")]),e._v(" sendKeys")]),e._v(" "),s("ul",[s("li",[e._v("Send a sequence of key strokes to the active element.")]),e._v(" "),s("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),s("li",[e._v("@param {string} keys The keys sequence to be sent.")]),e._v(" "),s("li",[e._v("@see {@link https://w3c.github.io/webdriver/#dfn-element-send-keys|POST /session/:sessionId/element/:id/sendKeys}")])])])}),[],!1,null,null,null);s.default=i.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[80],{359:function(e,s,t){"use strict";t.r(s);var n=t(14),i=Object(n.a)({},(function(){var e=this,s=e._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[s("h1",{attrs:{id:"sendkeys"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#sendkeys"}},[e._v("#")]),e._v(" sendKeys")]),e._v(" "),s("ul",[s("li",[e._v("Send a sequence of key strokes to the active element.")]),e._v(" "),s("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),s("li",[e._v("@param {string} keys The keys sequence to be sent.")]),e._v(" "),s("li",[e._v("@see {@link https://w3c.github.io/webdriver/#dfn-element-send-keys|POST /session/:sessionId/element/:id/sendKeys}")])])])}),[],!1,null,null,null);s.default=i.exports}}]); \ No newline at end of file diff --git a/assets/js/81.46d3ee47.js b/assets/js/81.4928ba83.js similarity index 91% rename from assets/js/81.46d3ee47.js rename to assets/js/81.4928ba83.js index d15809c0..232e1f68 100644 --- a/assets/js/81.46d3ee47.js +++ b/assets/js/81.4928ba83.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[81],{360:function(e,t,s){"use strict";s.r(t);var n=s(14),r=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"takeelementscreenshot"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#takeelementscreenshot"}},[e._v("#")]),e._v(" takeElementScreenshot")]),e._v(" "),t("ul",[t("li",[e._v("Element Screenshot.")]),e._v(" "),t("li",[e._v("@summary Support: Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#take-element-screenshot|GET /session/:sessionId/element/:id/screenshot}")])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[81],{361:function(e,t,s){"use strict";s.r(t);var n=s(14),r=Object(n.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"takeelementscreenshot"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#takeelementscreenshot"}},[e._v("#")]),e._v(" takeElementScreenshot")]),e._v(" "),t("ul",[t("li",[e._v("Element Screenshot.")]),e._v(" "),t("li",[e._v("@summary Support: Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#take-element-screenshot|GET /session/:sessionId/element/:id/screenshot}")])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file diff --git a/assets/js/82.30d780a9.js b/assets/js/82.833ef0e8.js similarity index 88% rename from assets/js/82.30d780a9.js rename to assets/js/82.833ef0e8.js index a9b1d820..d7102174 100644 --- a/assets/js/82.30d780a9.js +++ b/assets/js/82.833ef0e8.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[82],{365:function(t,e,s){"use strict";s.r(e);var i=s(14),r=Object(i.a)({},(function(){var t=this._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":this.$parent.slotKey}},[t("h1",{attrs:{id:"text"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#text"}},[this._v("#")]),this._v(" text")]),this._v(" "),t("ul",[t("li",[this._v("Returns the visible text for the element.")]),this._v(" "),t("li",[this._v("@summary Support: Android iOS Web(WebView)")])])])}),[],!1,null,null,null);e.default=r.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[82],{362:function(t,e,s){"use strict";s.r(e);var i=s(14),r=Object(i.a)({},(function(){var t=this._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":this.$parent.slotKey}},[t("h1",{attrs:{id:"text"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#text"}},[this._v("#")]),this._v(" text")]),this._v(" "),t("ul",[t("li",[this._v("Returns the visible text for the element.")]),this._v(" "),t("li",[this._v("@summary Support: Android iOS Web(WebView)")])])])}),[],!1,null,null,null);e.default=r.exports}}]); \ No newline at end of file diff --git a/assets/js/83.a778986e.js b/assets/js/83.130e408a.js similarity index 95% rename from assets/js/83.a778986e.js rename to assets/js/83.130e408a.js index 127eb85a..09e75739 100644 --- a/assets/js/83.a778986e.js +++ b/assets/js/83.130e408a.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[83],{361:function(e,t,a){"use strict";a.r(t);var i=a(14),s=Object(i.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"waitforelement"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#waitforelement"}},[e._v("#")]),e._v(" waitForElement")]),e._v(" "),t("ul",[t("li",[e._v("All the element-related methods above (except which suffixed with OrNull, IfExists) could be prefixed with the \"waitFor-\" (need to capitalize the 'e', e.g., waitForElementByCss)")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@param {string} using The locator strategy to use, omitted when using specific method like waitForElementByCss.")]),e._v(" "),t("li",[e._v("@param {string} value The css selector")]),e._v(" "),t("li",[e._v("@param {function} [asserter] The asserter function (commonly used asserter function can be found at wd.asserters) (optional)")]),e._v(" "),t("li",[e._v("@param {number} [timeout=1000ms] The timeout before find the element (optional)")]),e._v(" "),t("li",[e._v("@param {number} [interval=200ms] The interval between each searching (optional)")]),e._v(" "),t("li",[e._v("@example waitForElementByCss('btn', 2000, 100) Search for element which class name is 'btn' at intervals of 100ms, last for 2000ms.")])])])}),[],!1,null,null,null);t.default=s.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[83],{363:function(e,t,a){"use strict";a.r(t);var i=a(14),s=Object(i.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"waitforelement"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#waitforelement"}},[e._v("#")]),e._v(" waitForElement")]),e._v(" "),t("ul",[t("li",[e._v("All the element-related methods above (except which suffixed with OrNull, IfExists) could be prefixed with the \"waitFor-\" (need to capitalize the 'e', e.g., waitForElementByCss)")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@param {string} using The locator strategy to use, omitted when using specific method like waitForElementByCss.")]),e._v(" "),t("li",[e._v("@param {string} value The css selector")]),e._v(" "),t("li",[e._v("@param {function} [asserter] The asserter function (commonly used asserter function can be found at wd.asserters) (optional)")]),e._v(" "),t("li",[e._v("@param {number} [timeout=1000ms] The timeout before find the element (optional)")]),e._v(" "),t("li",[e._v("@param {number} [interval=200ms] The interval between each searching (optional)")]),e._v(" "),t("li",[e._v("@example waitForElementByCss('btn', 2000, 100) Search for element which class name is 'btn' at intervals of 100ms, last for 2000ms.")])])])}),[],!1,null,null,null);t.default=s.exports}}]); \ No newline at end of file diff --git a/assets/js/84.701f1365.js b/assets/js/84.efbbdc77.js similarity index 92% rename from assets/js/84.701f1365.js rename to assets/js/84.efbbdc77.js index 2f535aa4..0711daae 100644 --- a/assets/js/84.701f1365.js +++ b/assets/js/84.efbbdc77.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[84],{362:function(e,t,r){"use strict";r.r(t);var s=r(14),i=Object(s.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"execute"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#execute"}},[e._v("#")]),e._v(" execute")]),e._v(" "),t("ul",[t("li",[e._v("Inject a snippet of JavaScript into the page for execution in the context of the currently selected frame.")]),e._v(" "),t("li",[e._v("@summary Support: Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#executing-script|POST /session/:sessionId/execute}")]),e._v(" "),t("li",[e._v("@param code script")]),e._v(" "),t("li",[e._v("@param [args] script argument array")])])])}),[],!1,null,null,null);t.default=i.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[84],{364:function(e,t,r){"use strict";r.r(t);var s=r(14),i=Object(s.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"execute"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#execute"}},[e._v("#")]),e._v(" execute")]),e._v(" "),t("ul",[t("li",[e._v("Inject a snippet of JavaScript into the page for execution in the context of the currently selected frame.")]),e._v(" "),t("li",[e._v("@summary Support: Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#executing-script|POST /session/:sessionId/execute}")]),e._v(" "),t("li",[e._v("@param code script")]),e._v(" "),t("li",[e._v("@param [args] script argument array")])])])}),[],!1,null,null,null);t.default=i.exports}}]); \ No newline at end of file diff --git a/assets/js/85.a5455b39.js b/assets/js/85.017d7d11.js similarity index 90% rename from assets/js/85.a5455b39.js rename to assets/js/85.017d7d11.js index 160531fc..a6328087 100644 --- a/assets/js/85.a5455b39.js +++ b/assets/js/85.017d7d11.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[85],{366:function(e,t,s){"use strict";s.r(t);var i=s(14),r=Object(i.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"filechooser"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#filechooser"}},[e._v("#")]),e._v(" fileChooser")]),e._v(" "),t("ul",[t("li",[e._v('Emitted when a file chooser is supposed to appear, such as after clicking the input[type="file"].')]),e._v(" "),t("li",[e._v("@summary Support: Web(WebView)")]),e._v(" "),t("li",[e._v("@param {string} filePath")])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[85],{365:function(e,t,s){"use strict";s.r(t);var i=s(14),r=Object(i.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"filechooser"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#filechooser"}},[e._v("#")]),e._v(" fileChooser")]),e._v(" "),t("ul",[t("li",[e._v('Emitted when a file chooser is supposed to appear, such as after clicking the input[type="file"].')]),e._v(" "),t("li",[e._v("@summary Support: Web(WebView)")]),e._v(" "),t("li",[e._v("@param {string} filePath")])])])}),[],!1,null,null,null);t.default=r.exports}}]); \ No newline at end of file diff --git a/assets/js/86.07813462.js b/assets/js/86.f9de1be2.js similarity index 91% rename from assets/js/86.07813462.js rename to assets/js/86.f9de1be2.js index c902155a..4149f38f 100644 --- a/assets/js/86.07813462.js +++ b/assets/js/86.f9de1be2.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[86],{367:function(e,t,r){"use strict";r.r(t);var a=r(14),s=Object(a.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"frame"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#frame"}},[e._v("#")]),e._v(" frame")]),e._v(" "),t("ul",[t("li",[e._v("Change focus to another frame on the page.")]),e._v(" "),t("li",[e._v("@summary Support: Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#switch-to-frame|POST /session/:sessionId/frame}")]),e._v(" "),t("li",[e._v("@param {string|number|null} frameRef Identifier(id/name) for the frame to change focus to")])])])}),[],!1,null,null,null);t.default=s.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[86],{366:function(e,t,r){"use strict";r.r(t);var a=r(14),s=Object(a.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"frame"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#frame"}},[e._v("#")]),e._v(" frame")]),e._v(" "),t("ul",[t("li",[e._v("Change focus to another frame on the page.")]),e._v(" "),t("li",[e._v("@summary Support: Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#switch-to-frame|POST /session/:sessionId/frame}")]),e._v(" "),t("li",[e._v("@param {string|number|null} frameRef Identifier(id/name) for the frame to change focus to")])])])}),[],!1,null,null,null);t.default=s.exports}}]); \ No newline at end of file diff --git a/assets/js/87.59686897.js b/assets/js/87.92746f07.js similarity index 90% rename from assets/js/87.59686897.js rename to assets/js/87.92746f07.js index d1e707ec..a37175f4 100644 --- a/assets/js/87.59686897.js +++ b/assets/js/87.92746f07.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[87],{368:function(e,t,s){"use strict";s.r(t);var a=s(14),n=Object(a.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"keys"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#keys"}},[e._v("#")]),e._v(" keys")]),e._v(" "),t("ul",[t("li",[e._v("Send a sequence of key strokes to the active window.")]),e._v(" "),t("li",[e._v("@summary Support: Android Web(WebView) More: https://github.com/alibaba/macaca/issues/487")]),e._v(" "),t("li",[e._v("@param {string} keys The keys sequence to be sent.")])])])}),[],!1,null,null,null);t.default=n.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[87],{367:function(e,t,s){"use strict";s.r(t);var a=s(14),n=Object(a.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"keys"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#keys"}},[e._v("#")]),e._v(" keys")]),e._v(" "),t("ul",[t("li",[e._v("Send a sequence of key strokes to the active window.")]),e._v(" "),t("li",[e._v("@summary Support: Android Web(WebView) More: https://github.com/alibaba/macaca/issues/487")]),e._v(" "),t("li",[e._v("@param {string} keys The keys sequence to be sent.")])])])}),[],!1,null,null,null);t.default=n.exports}}]); \ No newline at end of file diff --git a/assets/js/88.64dd45cf.js b/assets/js/88.472b6ae9.js similarity index 90% rename from assets/js/88.64dd45cf.js rename to assets/js/88.472b6ae9.js index e9e0a36d..9b8e25c5 100644 --- a/assets/js/88.64dd45cf.js +++ b/assets/js/88.472b6ae9.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[88],{371:function(t,e,s){"use strict";s.r(e);var i=s(14),r=Object(i.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"sleep"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#sleep"}},[t._v("#")]),t._v(" sleep")]),t._v(" "),e("ul",[e("li",[t._v("Set the amount of time the driver should wait.")]),t._v(" "),e("li",[t._v("@summary Support: Android iOS Web(WebView)")]),t._v(" "),e("li",[t._v("@param {number} ms The amount of time to wait, in milliseconds")])])])}),[],!1,null,null,null);e.default=r.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[88],{368:function(t,e,s){"use strict";s.r(e);var i=s(14),r=Object(i.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"sleep"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#sleep"}},[t._v("#")]),t._v(" sleep")]),t._v(" "),e("ul",[e("li",[t._v("Set the amount of time the driver should wait.")]),t._v(" "),e("li",[t._v("@summary Support: Android iOS Web(WebView)")]),t._v(" "),e("li",[t._v("@param {number} ms The amount of time to wait, in milliseconds")])])])}),[],!1,null,null,null);e.default=r.exports}}]); \ No newline at end of file diff --git a/assets/js/89.945c3558.js b/assets/js/89.9a64c834.js similarity index 93% rename from assets/js/89.945c3558.js rename to assets/js/89.9a64c834.js index 3fce5a4a..1f00fc0d 100644 --- a/assets/js/89.945c3558.js +++ b/assets/js/89.9a64c834.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[89],{369:function(t,a,s){"use strict";s.r(a);var e=s(14),i=Object(e.a)({},(function(){var t=this,a=t._self._c;return a("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[a("h1",{attrs:{id:"touch"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#touch"}},[t._v("#")]),t._v(" touch")]),t._v(" "),a("ul",[a("li",[t._v("Apply touch actions on devices.")]),t._v(" "),a("li",[t._v("@summary Support: iOS, Android")]),t._v(" "),a("li",[t._v("@see {@link https://w3c.github.io/webdriver/#actions|POST /session/:sessionId/actions}")]),t._v(" "),a("li",[t._v("@param {string} action Name of the action, tap/doubleTap/press/pinch/rotate/drag.")]),t._v(" "),a("li",[t._v("@param [object] args Parameters of the action {@link https://github.com/alibaba/macaca/issues/366 more params}")]),t._v(" "),a("li",[t._v("@example driver.touch('doubleTap', {x: 100, y: 100});")])])])}),[],!1,null,null,null);a.default=i.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[89],{370:function(t,a,s){"use strict";s.r(a);var e=s(14),i=Object(e.a)({},(function(){var t=this,a=t._self._c;return a("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[a("h1",{attrs:{id:"touch"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#touch"}},[t._v("#")]),t._v(" touch")]),t._v(" "),a("ul",[a("li",[t._v("Apply touch actions on devices.")]),t._v(" "),a("li",[t._v("@summary Support: iOS, Android")]),t._v(" "),a("li",[t._v("@see {@link https://w3c.github.io/webdriver/#actions|POST /session/:sessionId/actions}")]),t._v(" "),a("li",[t._v("@param {string} action Name of the action, tap/doubleTap/press/pinch/rotate/drag.")]),t._v(" "),a("li",[t._v("@param [object] args Parameters of the action {@link https://github.com/alibaba/macaca/issues/366 more params}")]),t._v(" "),a("li",[t._v("@example driver.touch('doubleTap', {x: 100, y: 100});")])])])}),[],!1,null,null,null);a.default=i.exports}}]); \ No newline at end of file diff --git a/assets/js/90.db16836c.js b/assets/js/90.3d89afd8.js similarity index 91% rename from assets/js/90.db16836c.js rename to assets/js/90.3d89afd8.js index 5eef2c0c..2aec04a8 100644 --- a/assets/js/90.db16836c.js +++ b/assets/js/90.3d89afd8.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[90],{370:function(e,t,s){"use strict";s.r(t);var r=s(14),a=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"savescreenshot"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#savescreenshot"}},[e._v("#")]),e._v(" saveScreenshot")]),e._v(" "),t("ul",[t("li",[e._v("Save the screenshot of the current page.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@param {str} filepath The path to save the screenshot or left blank (will create a file in the system temp dir).")]),e._v(" "),t("li",[e._v("@returns The filepath of the screenshot.")])])])}),[],!1,null,null,null);t.default=a.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[90],{371:function(e,t,s){"use strict";s.r(t);var r=s(14),a=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"savescreenshot"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#savescreenshot"}},[e._v("#")]),e._v(" saveScreenshot")]),e._v(" "),t("ul",[t("li",[e._v("Save the screenshot of the current page.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@param {str} filepath The path to save the screenshot or left blank (will create a file in the system temp dir).")]),e._v(" "),t("li",[e._v("@returns The filepath of the screenshot.")])])])}),[],!1,null,null,null);t.default=a.exports}}]); \ No newline at end of file diff --git a/assets/js/91.9c06de6e.js b/assets/js/91.33a32fe0.js similarity index 90% rename from assets/js/91.9c06de6e.js rename to assets/js/91.33a32fe0.js index d0ce9457..d3953baa 100644 --- a/assets/js/91.9c06de6e.js +++ b/assets/js/91.33a32fe0.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[91],{373:function(e,t,s){"use strict";s.r(t);var r=s(14),a=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"takescreenshot"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#takescreenshot"}},[e._v("#")]),e._v(" takeScreenshot")]),e._v(" "),t("ul",[t("li",[e._v("Take a screenshot of the current page.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@returns The screenshot as a base64 encoded PNG.")])])])}),[],!1,null,null,null);t.default=a.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[91],{369:function(e,t,s){"use strict";s.r(t);var r=s(14),a=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"takescreenshot"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#takescreenshot"}},[e._v("#")]),e._v(" takeScreenshot")]),e._v(" "),t("ul",[t("li",[e._v("Take a screenshot of the current page.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@returns The screenshot as a base64 encoded PNG.")])])])}),[],!1,null,null,null);t.default=a.exports}}]); \ No newline at end of file diff --git a/assets/js/92.0b76a31b.js b/assets/js/92.3fcb432b.js similarity index 91% rename from assets/js/92.0b76a31b.js rename to assets/js/92.3fcb432b.js index 593e8ab7..944e66e4 100644 --- a/assets/js/92.0b76a31b.js +++ b/assets/js/92.3fcb432b.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[92],{374:function(e,i,s){"use strict";s.r(i);var t=s(14),n=Object(t.a)({},(function(){var e=this,i=e._self._c;return i("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[i("h1",{attrs:{id:"init"}},[i("a",{staticClass:"header-anchor",attrs:{href:"#init"}},[e._v("#")]),e._v(" init")]),e._v(" "),i("ul",[i("li",[e._v("Create a new session.")]),e._v(" "),i("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),i("li",[e._v("@see {@link https://w3c.github.io/webdriver/#dfn-new-session|POST /session}")]),e._v(" "),i("li",[e._v("@param {Object} desired Desired Capabilities")]),e._v(" "),i("li",[e._v("@type session")])])])}),[],!1,null,null,null);i.default=n.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[92],{372:function(e,i,s){"use strict";s.r(i);var t=s(14),n=Object(t.a)({},(function(){var e=this,i=e._self._c;return i("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[i("h1",{attrs:{id:"init"}},[i("a",{staticClass:"header-anchor",attrs:{href:"#init"}},[e._v("#")]),e._v(" init")]),e._v(" "),i("ul",[i("li",[e._v("Create a new session.")]),e._v(" "),i("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),i("li",[e._v("@see {@link https://w3c.github.io/webdriver/#dfn-new-session|POST /session}")]),e._v(" "),i("li",[e._v("@param {Object} desired Desired Capabilities")]),e._v(" "),i("li",[e._v("@type session")])])])}),[],!1,null,null,null);i.default=n.exports}}]); \ No newline at end of file diff --git a/assets/js/93.fd20996f.js b/assets/js/93.72d24ab3.js similarity index 91% rename from assets/js/93.fd20996f.js rename to assets/js/93.72d24ab3.js index 114060b6..6db9675a 100644 --- a/assets/js/93.fd20996f.js +++ b/assets/js/93.72d24ab3.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[93],{372:function(s,e,t){"use strict";t.r(e);var i=t(14),n=Object(i.a)({},(function(){var s=this,e=s._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":s.$parent.slotKey}},[e("h1",{attrs:{id:"quit"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#quit"}},[s._v("#")]),s._v(" quit")]),s._v(" "),e("ul",[e("li",[s._v("Delete the session.")]),s._v(" "),e("li",[s._v("@summary Support: Android iOS Web(WebView)")]),s._v(" "),e("li",[s._v("@see {@link https://w3c.github.io/webdriver/#dfn-delete-session|DELETE /session/:sessionId}")]),s._v(" "),e("li",[s._v("@returns {Promise}")]),s._v(" "),e("li",[s._v("@type session")])])])}),[],!1,null,null,null);e.default=n.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[93],{373:function(s,e,t){"use strict";t.r(e);var i=t(14),n=Object(i.a)({},(function(){var s=this,e=s._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":s.$parent.slotKey}},[e("h1",{attrs:{id:"quit"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#quit"}},[s._v("#")]),s._v(" quit")]),s._v(" "),e("ul",[e("li",[s._v("Delete the session.")]),s._v(" "),e("li",[s._v("@summary Support: Android iOS Web(WebView)")]),s._v(" "),e("li",[s._v("@see {@link https://w3c.github.io/webdriver/#dfn-delete-session|DELETE /session/:sessionId}")]),s._v(" "),e("li",[s._v("@returns {Promise}")]),s._v(" "),e("li",[s._v("@type session")])])])}),[],!1,null,null,null);e.default=n.exports}}]); \ No newline at end of file diff --git a/assets/js/94.a070bdf1.js b/assets/js/94.63871fa8.js similarity index 89% rename from assets/js/94.a070bdf1.js rename to assets/js/94.63871fa8.js index 91f54d20..0b5c259c 100644 --- a/assets/js/94.a070bdf1.js +++ b/assets/js/94.63871fa8.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[94],{375:function(s,t,i){"use strict";i.r(t);var e=i(14),n=Object(e.a)({},(function(){var s=this._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":this.$parent.slotKey}},[s("h1",{attrs:{id:"sessions"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#sessions"}},[this._v("#")]),this._v(" sessions")]),this._v(" "),s("ul",[s("li",[this._v("Returns a list of the currently active sessions.")]),this._v(" "),s("li",[this._v("@summary Support: Android iOS Web(WebView)")])])])}),[],!1,null,null,null);t.default=n.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[94],{374:function(s,t,i){"use strict";i.r(t);var e=i(14),n=Object(e.a)({},(function(){var s=this._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":this.$parent.slotKey}},[s("h1",{attrs:{id:"sessions"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#sessions"}},[this._v("#")]),this._v(" sessions")]),this._v(" "),s("ul",[s("li",[this._v("Returns a list of the currently active sessions.")]),this._v(" "),s("li",[this._v("@summary Support: Android iOS Web(WebView)")])])])}),[],!1,null,null,null);t.default=n.exports}}]); \ No newline at end of file diff --git a/assets/js/95.fad86b3e.js b/assets/js/95.5ef426a7.js similarity index 90% rename from assets/js/95.fad86b3e.js rename to assets/js/95.5ef426a7.js index 4c0b3f27..55608f1d 100644 --- a/assets/js/95.fad86b3e.js +++ b/assets/js/95.5ef426a7.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[95],{376:function(t,s,e){"use strict";e.r(s);var r=e(14),u=Object(r.a)({},(function(){var t=this,s=t._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[s("h1",{attrs:{id:"status"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#status"}},[t._v("#")]),t._v(" status")]),t._v(" "),s("ul",[s("li",[t._v("Query the server's current status.")]),t._v(" "),s("li",[t._v("@summary Support: Android iOS Web(WebView)")]),t._v(" "),s("li",[t._v("@type session")]),t._v(" "),s("li",[t._v("@returns The server's current status.")])])])}),[],!1,null,null,null);s.default=u.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[95],{375:function(t,s,e){"use strict";e.r(s);var r=e(14),u=Object(r.a)({},(function(){var t=this,s=t._self._c;return s("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[s("h1",{attrs:{id:"status"}},[s("a",{staticClass:"header-anchor",attrs:{href:"#status"}},[t._v("#")]),t._v(" status")]),t._v(" "),s("ul",[s("li",[t._v("Query the server's current status.")]),t._v(" "),s("li",[t._v("@summary Support: Android iOS Web(WebView)")]),t._v(" "),s("li",[t._v("@type session")]),t._v(" "),s("li",[t._v("@returns The server's current status.")])])])}),[],!1,null,null,null);s.default=u.exports}}]); \ No newline at end of file diff --git a/assets/js/96.f1d8010d.js b/assets/js/96.e5917b20.js similarity index 90% rename from assets/js/96.f1d8010d.js rename to assets/js/96.e5917b20.js index 00d4cad8..bc7776cf 100644 --- a/assets/js/96.f1d8010d.js +++ b/assets/js/96.e5917b20.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[96],{378:function(e,t,s){"use strict";s.r(t);var r=s(14),o=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"source"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#source"}},[e._v("#")]),e._v(" source")]),e._v(" "),t("ul",[t("li",[e._v("Get the current page source.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#dfn-get-page-source|GET \t/session/:sessionId/source}")])])])}),[],!1,null,null,null);t.default=o.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[96],{376:function(e,t,s){"use strict";s.r(t);var r=s(14),o=Object(r.a)({},(function(){var e=this,t=e._self._c;return t("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[t("h1",{attrs:{id:"source"}},[t("a",{staticClass:"header-anchor",attrs:{href:"#source"}},[e._v("#")]),e._v(" source")]),e._v(" "),t("ul",[t("li",[e._v("Get the current page source.")]),e._v(" "),t("li",[e._v("@summary Support: Android iOS Web(WebView)")]),e._v(" "),t("li",[e._v("@see {@link https://w3c.github.io/webdriver/#dfn-get-page-source|GET \t/session/:sessionId/source}")])])])}),[],!1,null,null,null);t.default=o.exports}}]); \ No newline at end of file diff --git a/assets/js/98.9b3f76a3.js b/assets/js/98.2a198846.js similarity index 90% rename from assets/js/98.9b3f76a3.js rename to assets/js/98.2a198846.js index 86b08958..6dca6165 100644 --- a/assets/js/98.9b3f76a3.js +++ b/assets/js/98.2a198846.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[98],{379:function(t,e,r){"use strict";r.r(e);var s=r(14),l=Object(s.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"url"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#url"}},[t._v("#")]),t._v(" url")]),t._v(" "),e("ul",[e("li",[t._v("Retrieve the URL of the current page.")]),t._v(" "),e("li",[t._v("@summary Support: Web(WebView)")]),t._v(" "),e("li",[t._v("@see {@link https://w3c.github.io/webdriver/#get-current-url|GET /session/:sessionId/url}")])])])}),[],!1,null,null,null);e.default=l.exports}}]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[98],{378:function(t,e,r){"use strict";r.r(e);var s=r(14),l=Object(s.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h1",{attrs:{id:"url"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#url"}},[t._v("#")]),t._v(" url")]),t._v(" "),e("ul",[e("li",[t._v("Retrieve the URL of the current page.")]),t._v(" "),e("li",[t._v("@summary Support: Web(WebView)")]),t._v(" "),e("li",[t._v("@see {@link https://w3c.github.io/webdriver/#get-current-url|GET /session/:sessionId/url}")])])])}),[],!1,null,null,null);e.default=l.exports}}]); \ No newline at end of file diff --git a/assets/js/app.10f74ad7.js b/assets/js/app.bb0d4eb5.js similarity index 71% rename from assets/js/app.10f74ad7.js rename to assets/js/app.bb0d4eb5.js index f7636875..429afd50 100644 --- a/assets/js/app.10f74ad7.js +++ b/assets/js/app.bb0d4eb5.js @@ -1,4 +1,4 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[0],[]]);!function(e){function t(t){for(var a,i,s=t[0],l=t[1],c=t[2],p=0,h=[];p
'};function r(e,t,n){return en?n:e}function o(e){return 100*(-1+e)}n.configure=function(e){var t,n;for(t in e)void 0!==(n=e[t])&&e.hasOwnProperty(t)&&(a[t]=n);return this},n.status=null,n.set=function(e){var t=n.isStarted();e=r(e,a.minimum,1),n.status=1===e?null:e;var l=n.render(!t),c=l.querySelector(a.barSelector),u=a.speed,p=a.easing;return l.offsetWidth,i((function(t){""===a.positionUsing&&(a.positionUsing=n.getPositioningCSS()),s(c,function(e,t,n){var r;return(r="translate3d"===a.positionUsing?{transform:"translate3d("+o(e)+"%,0,0)"}:"translate"===a.positionUsing?{transform:"translate("+o(e)+"%,0)"}:{"margin-left":o(e)+"%"}).transition="all "+t+"ms "+n,r}(e,u,p)),1===e?(s(l,{transition:"none",opacity:1}),l.offsetWidth,setTimeout((function(){s(l,{transition:"all "+u+"ms linear",opacity:0}),setTimeout((function(){n.remove(),t()}),u)}),u)):setTimeout(t,u)})),this},n.isStarted=function(){return"number"==typeof n.status},n.start=function(){n.status||n.set(0);var e=function(){setTimeout((function(){n.status&&(n.trickle(),e())}),a.trickleSpeed)};return a.trickle&&e(),this},n.done=function(e){return e||n.status?n.inc(.3+.5*Math.random()).set(1):this},n.inc=function(e){var t=n.status;return t?("number"!=typeof e&&(e=(1-t)*r(Math.random()*t,.1,.95)),t=r(t+e,0,.994),n.set(t)):n.start()},n.trickle=function(){return n.inc(Math.random()*a.trickleRate)},e=0,t=0,n.promise=function(a){return a&&"resolved"!==a.state()?(0===t&&n.start(),e++,t++,a.always((function(){0==--t?(e=0,n.done()):n.set((e-t)/e)})),this):this},n.render=function(e){if(n.isRendered())return document.getElementById("nprogress");c(document.documentElement,"nprogress-busy");var t=document.createElement("div");t.id="nprogress",t.innerHTML=a.template;var r,i=t.querySelector(a.barSelector),l=e?"-100":o(n.status||0),u=document.querySelector(a.parent);return s(i,{transition:"all 0 linear",transform:"translate3d("+l+"%,0,0)"}),a.showSpinner||(r=t.querySelector(a.spinnerSelector))&&h(r),u!=document.body&&c(u,"nprogress-custom-parent"),u.appendChild(t),t},n.remove=function(){u(document.documentElement,"nprogress-busy"),u(document.querySelector(a.parent),"nprogress-custom-parent");var e=document.getElementById("nprogress");e&&h(e)},n.isRendered=function(){return!!document.getElementById("nprogress")},n.getPositioningCSS=function(){var e=document.body.style,t="WebkitTransform"in e?"Webkit":"MozTransform"in e?"Moz":"msTransform"in e?"ms":"OTransform"in e?"O":"";return t+"Perspective"in e?"translate3d":t+"Transform"in e?"translate":"margin"};var i=function(){var e=[];function t(){var n=e.shift();n&&n(t)}return function(n){e.push(n),1==e.length&&t()}}(),s=function(){var e=["Webkit","O","Moz","ms"],t={};function n(n){return n=n.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,(function(e,t){return t.toUpperCase()})),t[n]||(t[n]=function(t){var n=document.body.style;if(t in n)return t;for(var a,r=e.length,o=t.charAt(0).toUpperCase()+t.slice(1);r--;)if((a=e[r]+o)in n)return a;return t}(n))}function a(e,t,a){t=n(t),e.style[t]=a}return function(e,t){var n,r,o=arguments;if(2==o.length)for(n in t)void 0!==(r=t[n])&&t.hasOwnProperty(n)&&a(e,n,r);else a(e,o[1],o[2])}}();function l(e,t){return("string"==typeof e?e:p(e)).indexOf(" "+t+" ")>=0}function c(e,t){var n=p(e),a=n+t;l(n,t)||(e.className=a.substring(1))}function u(e,t){var n,a=p(e);l(e,t)&&(n=a.replace(" "+t+" "," "),e.className=n.substring(1,n.length-1))}function p(e){return(" "+(e.className||"")+" ").replace(/\s+/gi," ")}function h(e){e&&e.parentNode&&e.parentNode.removeChild(e)}return n})?a.call(t,n,t,e):a)||(e.exports=r)},function(e,t,n){"use strict";var a=n(0),r=n(45).f,o=n(12),i=n(91),s=n(32),l=n(60),c=n(119);e.exports=function(e,t){var n,u,p,h,f,m=e.target,d=e.global,v=e.stat;if(n=d?a:v?a[m]||s(m,{}):a[m]&&a[m].prototype)for(u in t){if(h=t[u],p=e.dontCallGetSet?(f=r(n,u))&&f.value:n[u],!c(d?u:m+(v?".":"#")+u,e.forced)&&void 0!==p){if(typeof h==typeof p)continue;l(h,p)}(e.sham||p&&p.sham)&&o(h,"sham",!0),i(n,u,h,e)}}},function(e,t,n){"use strict";var a=n(25),r=Function.prototype.call;e.exports=a?r.bind(r):function(){return r.apply(r,arguments)}},function(e,t,n){"use strict";var a=n(3);e.exports=!a((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")}))},function(e,t,n){"use strict";e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,n){"use strict";var a=n(46),r=n(47);e.exports=function(e){return a(r(e))}},function(e,t,n){"use strict";var a=n(0),r=n(1),o=function(e){return r(e)?e:void 0};e.exports=function(e,t){return arguments.length<2?o(a[e]):a[e]&&a[e][t]}},function(e,t,n){"use strict";var a=n(1),r=n(101),o=TypeError;e.exports=function(e){if(a(e))return e;throw new o(r(e)+" is not a function")}},function(e,t,n){"use strict";var a=n(0),r=n(55),o=n(8),i=n(57),s=n(53),l=n(52),c=a.Symbol,u=r("wks"),p=l?c.for||c:c&&c.withoutSetter||i;e.exports=function(e){return o(u,e)||(u[e]=s&&o(c,e)?c[e]:p("Symbol."+e)),u[e]}},function(e,t,n){"use strict";var a=n(0),r=n(32),o=a["__core-js_shared__"]||r("__core-js_shared__",{});e.exports=o},function(e,t,n){"use strict";var a=n(0),r=Object.defineProperty;e.exports=function(e,t){try{r(a,e,{value:t,configurable:!0,writable:!0})}catch(n){a[e]=t}return t}},function(e,t,n){"use strict";var a=n(47),r=Object;e.exports=function(e){return r(a(e))}},function(e,t,n){"use strict";var a=n(7),r=String,o=TypeError;e.exports=function(e){if(a(e))return e;throw new o(r(e)+" is not an object")}},function(e,t,n){"use strict";var a=n(116);e.exports=function(e){return a(e.length)}},function(e,t,n){var a=n(143),r=n(10),o=Object.prototype,i=o.hasOwnProperty,s=o.propertyIsEnumerable,l=a(function(){return arguments}())?a:function(e){return r(e)&&i.call(e,"callee")&&!s.call(e,"callee")};e.exports=l},function(e,t,n){var a=n(9)(n(6),"Map");e.exports=a},function(e,t){e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},function(e,t,n){var a=n(163),r=n(170),o=n(172),i=n(173),s=n(174);function l(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t-1&&e%1==0&&e<=9007199254740991}},function(e,t,n){var a=n(4),r=n(43),o=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,i=/^\w*$/;e.exports=function(e,t){if(a(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!r(e))||(i.test(e)||!o.test(e)||null!=t&&e in Object(t))}},function(e,t,n){var a=n(11),r=n(10);e.exports=function(e){return"symbol"==typeof e||r(e)&&"[object Symbol]"==a(e)}},function(e,t){e.exports=function(e){return e}},function(e,t,n){"use strict";var a=n(5),r=n(24),o=n(97),i=n(26),s=n(27),l=n(49),c=n(8),u=n(58),p=Object.getOwnPropertyDescriptor;t.f=a?p:function(e,t){if(e=s(e),t=l(t),u)try{return p(e,t)}catch(e){}if(c(e,t))return i(!r(o.f,e,t),e[t])}},function(e,t,n){"use strict";var a=n(2),r=n(3),o=n(16),i=Object,s=a("".split);e.exports=r((function(){return!i("z").propertyIsEnumerable(0)}))?function(e){return"String"===o(e)?s(e,""):i(e)}:i},function(e,t,n){"use strict";var a=n(48),r=TypeError;e.exports=function(e){if(a(e))throw new r("Can't call method on "+e);return e}},function(e,t,n){"use strict";e.exports=function(e){return null==e}},function(e,t,n){"use strict";var a=n(98),r=n(50);e.exports=function(e){var t=a(e,"string");return r(t)?t:t+""}},function(e,t,n){"use strict";var a=n(28),r=n(1),o=n(51),i=n(52),s=Object;e.exports=i?function(e){return"symbol"==typeof e}:function(e){var t=a("Symbol");return r(t)&&o(t.prototype,s(e))}},function(e,t,n){"use strict";var a=n(2);e.exports=a({}.isPrototypeOf)},function(e,t,n){"use strict";var a=n(53);e.exports=a&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(e,t,n){"use strict";var a=n(54),r=n(3),o=n(0).String;e.exports=!!Object.getOwnPropertySymbols&&!r((function(){var e=Symbol("symbol detection");return!o(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&a&&a<41}))},function(e,t,n){"use strict";var a,r,o=n(0),i=n(99),s=o.process,l=o.Deno,c=s&&s.versions||l&&l.version,u=c&&c.v8;u&&(r=(a=u.split("."))[0]>0&&a[0]<4?1:+(a[0]+a[1])),!r&&i&&(!(a=i.match(/Edge\/(\d+)/))||a[1]>=74)&&(a=i.match(/Chrome\/(\d+)/))&&(r=+a[1]),e.exports=r},function(e,t,n){"use strict";var a=n(56),r=n(31);(e.exports=function(e,t){return r[e]||(r[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.35.1",mode:a?"pure":"global",copyright:"© 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.35.1/LICENSE",source:"https://github.com/zloirock/core-js"})},function(e,t,n){"use strict";e.exports=!1},function(e,t,n){"use strict";var a=n(2),r=0,o=Math.random(),i=a(1..toString);e.exports=function(e){return"Symbol("+(void 0===e?"":e)+")_"+i(++r+o,36)}},function(e,t,n){"use strict";var a=n(5),r=n(3),o=n(103);e.exports=!a&&!r((function(){return 7!==Object.defineProperty(o("div"),"a",{get:function(){return 7}}).a}))},function(e,t,n){"use strict";e.exports={}},function(e,t,n){"use strict";var a=n(8),r=n(110),o=n(45),i=n(15);e.exports=function(e,t,n){for(var s=r(t),l=i.f,c=o.f,u=0;uu))return!1;var h=l.get(e),f=l.get(t);if(h&&f)return h==t&&f==e;var m=-1,d=!0,v=2&n?new a:void 0;for(l.set(e,t),l.set(t,e);++m-1&&e%1==0&&e=0&&Math.floor(t)===t&&isFinite(e)}function d(e){return i(e)&&"function"==typeof e.then&&"function"==typeof e.catch}function v(e){return null==e?"":Array.isArray(e)||h(e)&&e.toString===p?JSON.stringify(e,y,2):String(e)}function y(e,t){return t&&t.__v_isRef?t.value:t}function b(e){var t=parseFloat(e);return isNaN(t)?e:t}function g(e,t){for(var n=Object.create(null),a=e.split(","),r=0;r-1)return e.splice(a,1)}}var _=Object.prototype.hasOwnProperty;function k(e,t){return _.call(e,t)}function P(e){var t=Object.create(null);return function(n){return t[n]||(t[n]=e(n))}}var E=/-(\w)/g,T=P((function(e){return e.replace(E,(function(e,t){return t?t.toUpperCase():""}))})),C=P((function(e){return e.charAt(0).toUpperCase()+e.slice(1)})),B=/\B([A-Z])/g,z=P((function(e){return e.replace(B,"-$1").toLowerCase()}));var O=Function.prototype.bind?function(e,t){return e.bind(t)}:function(e,t){function n(n){var a=arguments.length;return a?a>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n};function U(e,t){t=t||0;for(var n=e.length-t,a=new Array(n);n--;)a[n]=e[n+t];return a}function S(e,t){for(var n in t)e[n]=t[n];return e}function L(e){for(var t={},n=0;n0,Q=J&&J.indexOf("edge/")>0;J&&J.indexOf("android");var ee=J&&/iphone|ipad|ipod|ios/.test(J);J&&/chrome\/\d+/.test(J),J&&/phantomjs/.test(J);var te,ne=J&&J.match(/firefox\/(\d+)/),ae={}.watch,re=!1;if(G)try{var oe={};Object.defineProperty(oe,"passive",{get:function(){re=!0}}),window.addEventListener("test-passive",null,oe)}catch(e){}var ie=function(){return void 0===te&&(te=!G&&"undefined"!=typeof global&&(global.process&&"server"===global.process.env.VUE_ENV)),te},se=G&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function le(e){return"function"==typeof e&&/native code/.test(e.toString())}var ce,ue="undefined"!=typeof Symbol&&le(Symbol)&&"undefined"!=typeof Reflect&&le(Reflect.ownKeys);ce="undefined"!=typeof Set&&le(Set)?Set:function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(e){return!0===this.set[e]},e.prototype.add=function(e){this.set[e]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var pe=null;function he(e){void 0===e&&(e=null),e||pe&&pe._scope.off(),pe=e,e&&e._scope.on()}var fe=function(){function e(e,t,n,a,r,o,i,s){this.tag=e,this.data=t,this.children=n,this.text=a,this.elm=r,this.ns=void 0,this.context=o,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=t&&t.key,this.componentOptions=i,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1}return Object.defineProperty(e.prototype,"child",{get:function(){return this.componentInstance},enumerable:!1,configurable:!0}),e}(),me=function(e){void 0===e&&(e="");var t=new fe;return t.text=e,t.isComment=!0,t};function de(e){return new fe(void 0,void 0,void 0,String(e))}function ve(e){var t=new fe(e.tag,e.data,e.children&&e.children.slice(),e.text,e.elm,e.context,e.componentOptions,e.asyncFactory);return t.ns=e.ns,t.isStatic=e.isStatic,t.key=e.key,t.isComment=e.isComment,t.fnContext=e.fnContext,t.fnOptions=e.fnOptions,t.fnScopeId=e.fnScopeId,t.asyncMeta=e.asyncMeta,t.isCloned=!0,t}"function"==typeof SuppressedError&&SuppressedError;var ye=0,be=[],ge=function(){function e(){this._pending=!1,this.id=ye++,this.subs=[]}return e.prototype.addSub=function(e){this.subs.push(e)},e.prototype.removeSub=function(e){this.subs[this.subs.indexOf(e)]=null,this._pending||(this._pending=!0,be.push(this))},e.prototype.depend=function(t){e.target&&e.target.addDep(this)},e.prototype.notify=function(e){var t=this.subs.filter((function(e){return e}));for(var n=0,a=t.length;n0&&(Je((c=e(c,"".concat(n||"","_").concat(a)))[0])&&Je(p)&&(h[u]=de(p.text+c[0].text),c.shift()),h.push.apply(h,c)):l(c)?Je(p)?h[u]=de(p.text+c):""!==c&&h.push(de(c)):Je(c)&&Je(p)?h[u]=de(p.text+c.text):(s(t._isVList)&&i(c.tag)&&o(c.key)&&i(n)&&(c.key="__vlist".concat(n,"_").concat(a,"__")),h.push(c)));return h}(e):void 0}function Je(e){return i(e)&&i(e.text)&&!1===e.isComment}function Ye(e,t){var n,a,o,s,l=null;if(r(e)||"string"==typeof e)for(l=new Array(e.length),n=0,a=e.length;n0,s=t?!!t.$stable:!i,l=t&&t.$key;if(t){if(t._normalized)return t._normalized;if(s&&r&&r!==a&&l===r.$key&&!i&&!r.$hasNormal)return r;for(var c in o={},t)t[c]&&"$"!==c[0]&&(o[c]=vt(e,n,c,t[c]))}else o={};for(var u in n)u in o||(o[u]=yt(n,u));return t&&Object.isExtensible(t)&&(t._normalized=o),q(o,"$stable",s),q(o,"$key",l),q(o,"$hasNormal",i),o}function vt(e,t,n,a){var o=function(){var t=pe;he(e);var n=arguments.length?a.apply(null,arguments):a({}),o=(n=n&&"object"==typeof n&&!r(n)?[n]:Ge(n))&&n[0];return he(t),n&&(!o||1===n.length&&o.isComment&&!mt(o))?void 0:n};return a.proxy&&Object.defineProperty(t,n,{get:o,enumerable:!0,configurable:!0}),o}function yt(e,t){return function(){return e[t]}}function bt(e){return{get attrs(){if(!e._attrsProxy){var t=e._attrsProxy={};q(t,"_v_attr_proxy",!0),gt(t,e.$attrs,a,e,"$attrs")}return e._attrsProxy},get listeners(){e._listenersProxy||gt(e._listenersProxy={},e.$listeners,a,e,"$listeners");return e._listenersProxy},get slots(){return function(e){e._slotsProxy||wt(e._slotsProxy={},e.$scopedSlots);return e._slotsProxy}(e)},emit:O(e.$emit,e),expose:function(t){t&&Object.keys(t).forEach((function(n){return Re(e,t,n)}))}}}function gt(e,t,n,a,r){var o=!1;for(var i in t)i in e?t[i]!==n[i]&&(o=!0):(o=!0,xt(e,i,a,r));for(var i in e)i in t||(o=!0,delete e[i]);return o}function xt(e,t,n,a){Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){return n[a][t]}})}function wt(e,t){for(var n in t)e[n]=t[n];for(var n in e)n in t||delete e[n]}var _t=null;function kt(e,t){return(e.__esModule||ue&&"Module"===e[Symbol.toStringTag])&&(e=e.default),u(e)?t.extend(e):e}function Pt(e){if(r(e))for(var t=0;tdocument.createEvent("Event").timeStamp&&(cn=function(){return un.now()})}var pn=function(e,t){if(e.post){if(!t.post)return 1}else if(t.post)return-1;return e.id-t.id};function hn(){var e,t;for(ln=cn(),on=!0,tn.sort(pn),sn=0;snsn&&tn[n].id>e.id;)n--;tn.splice(n+1,0,e)}else tn.push(e);rn||(rn=!0,Mt(hn))}}function mn(e,t){if(e){for(var n=Object.create(null),a=ue?Reflect.ownKeys(e):Object.keys(e),r=0;r-1)if(o&&!k(r,"default"))i=!1;else if(""===i||i===z(e)){var l=jn(String,r.type);(l<0||s-1:"string"==typeof e?e.split(",").indexOf(t)>-1:!!f(e)&&e.test(t)}function Yn(e,t){var n=e.cache,a=e.keys,r=e._vnode,o=e.$vnode;for(var i in n){var s=n[i];if(s){var l=s.name;l&&!t(l)&&Zn(n,i,a,r)}}o.componentOptions.children=void 0}function Zn(e,t,n,a){var r=e[t];!r||a&&r.tag===a.tag||r.componentInstance.$destroy(),e[t]=null,w(n,t)}Vn.prototype._init=function(e){var t=this;t._uid=Wn++,t._isVue=!0,t.__v_skip=!0,t._scope=new Fe(!0),t._scope.parent=void 0,t._scope._vm=!0,e&&e._isComponent?function(e,t){var n=e.$options=Object.create(e.constructor.options),a=t._parentVnode;n.parent=t.parent,n._parentVnode=a;var r=a.componentOptions;n.propsData=r.propsData,n._parentListeners=r.listeners,n._renderChildren=r.children,n._componentTag=r.tag,t.render&&(n.render=t.render,n.staticRenderFns=t.staticRenderFns)}(t,e):t.$options=On(qn(t.constructor),e||{},t),t._renderProxy=t,t._self=t,function(e){var t=e.$options,n=t.parent;if(n&&!t.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(e)}e.$parent=n,e.$root=n?n.$root:e,e.$children=[],e.$refs={},e._provided=n?n._provided:Object.create(null),e._watcher=null,e._inactive=null,e._directInactive=!1,e._isMounted=!1,e._isDestroyed=!1,e._isBeingDestroyed=!1}(t),function(e){e._events=Object.create(null),e._hasHookEvent=!1;var t=e.$options._parentListeners;t&&Gt(e,t)}(t),function(e){e._vnode=null,e._staticTrees=null;var t=e.$options,n=e.$vnode=t._parentVnode,r=n&&n.context;e.$slots=ht(t._renderChildren,r),e.$scopedSlots=n?dt(e.$parent,n.data.scopedSlots,e.$slots):a,e._c=function(t,n,a,r){return Et(e,t,n,a,r,!1)},e.$createElement=function(t,n,a,r){return Et(e,t,n,a,r,!0)};var o=n&&n.data;Se(e,"$attrs",o&&o.attrs||a,null,!0),Se(e,"$listeners",t._parentListeners||a,null,!0)}(t),en(t,"beforeCreate",void 0,!1),function(e){var t=mn(e.$options.inject,e);t&&(Be(!1),Object.keys(t).forEach((function(n){Se(e,n,t[n])})),Be(!0))}(t),Mn(t),function(e){var t=e.$options.provide;if(t){var n=c(t)?t.call(e):t;if(!u(n))return;for(var a=Xe(e),r=ue?Reflect.ownKeys(n):Object.keys(n),o=0;o1?U(n):n;for(var a=U(arguments,1),r='event handler for "'.concat(e,'"'),o=0,i=n.length;oparseInt(this.max)&&Zn(e,t[0],t,this._vnode),this.vnodeToCache=null}}},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var e in this.cache)Zn(this.cache,e,this.keys)},mounted:function(){var e=this;this.cacheVNode(),this.$watch("include",(function(t){Yn(e,(function(e){return Jn(t,e)}))})),this.$watch("exclude",(function(t){Yn(e,(function(e){return!Jn(t,e)}))}))},updated:function(){this.cacheVNode()},render:function(){var e=this.$slots.default,t=Pt(e),n=t&&t.componentOptions;if(n){var a=Gn(n),r=this.include,o=this.exclude;if(r&&(!a||!Jn(r,a))||o&&a&&Jn(o,a))return t;var i=this.cache,s=this.keys,l=null==t.key?n.Ctor.cid+(n.tag?"::".concat(n.tag):""):t.key;i[l]?(t.componentInstance=i[l].componentInstance,w(s,l),s.push(l)):(this.vnodeToCache=t,this.keyToCache=l),t.data.keepAlive=!0}return t||e&&e[0]}}};!function(e){var t={get:function(){return X}};Object.defineProperty(e,"config",t),e.util={warn:kn,extend:S,mergeOptions:On,defineReactive:Se},e.set=Le,e.delete=Ne,e.nextTick=Mt,e.observable=function(e){return Ue(e),e},e.options=Object.create(null),D.forEach((function(t){e.options[t+"s"]=Object.create(null)})),e.options._base=e,S(e.options.components,ea),function(e){e.use=function(e){var t=this._installedPlugins||(this._installedPlugins=[]);if(t.indexOf(e)>-1)return this;var n=U(arguments,1);return n.unshift(this),c(e.install)?e.install.apply(e,n):c(e)&&e.apply(null,n),t.push(e),this}}(e),function(e){e.mixin=function(e){return this.options=On(this.options,e),this}}(e),Kn(e),function(e){D.forEach((function(t){e[t]=function(e,n){return n?("component"===t&&h(n)&&(n.name=n.name||e,n=this.options._base.extend(n)),"directive"===t&&c(n)&&(n={bind:n,update:n}),this.options[t+"s"][e]=n,n):this.options[t+"s"][e]}}))}(e)}(Vn),Object.defineProperty(Vn.prototype,"$isServer",{get:ie}),Object.defineProperty(Vn.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(Vn,"FunctionalRenderContext",{value:dn}),Vn.version="2.7.16";var ta=g("style,class"),na=g("input,textarea,option,select,progress"),aa=g("contenteditable,draggable,spellcheck"),ra=g("events,caret,typing,plaintext-only"),oa=g("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,truespeed,typemustmatch,visible"),ia="http://www.w3.org/1999/xlink",sa=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},la=function(e){return sa(e)?e.slice(6,e.length):""},ca=function(e){return null==e||!1===e};function ua(e){for(var t=e.data,n=e,a=e;i(a.componentInstance);)(a=a.componentInstance._vnode)&&a.data&&(t=pa(a.data,t));for(;i(n=n.parent);)n&&n.data&&(t=pa(t,n.data));return function(e,t){if(i(e)||i(t))return ha(e,fa(t));return""}(t.staticClass,t.class)}function pa(e,t){return{staticClass:ha(e.staticClass,t.staticClass),class:i(e.class)?[e.class,t.class]:t.class}}function ha(e,t){return e?t?e+" "+t:e:t||""}function fa(e){return Array.isArray(e)?function(e){for(var t,n="",a=0,r=e.length;a-1?$a(e,t,n):oa(t)?ca(n)?e.removeAttribute(t):(n="allowfullscreen"===t&&"EMBED"===e.tagName?"true":t,e.setAttribute(t,n)):aa(t)?e.setAttribute(t,function(e,t){return ca(t)||"false"===t?"false":"contenteditable"===e&&ra(t)?t:"true"}(t,n)):sa(t)?ca(n)?e.removeAttributeNS(ia,la(t)):e.setAttributeNS(ia,t,n):$a(e,t,n)}function $a(e,t,n){if(ca(n))e.removeAttribute(t);else{if(Y&&!Z&&"TEXTAREA"===e.tagName&&"placeholder"===t&&""!==n&&!e.__ieph){var a=function(t){t.stopImmediatePropagation(),e.removeEventListener("input",a)};e.addEventListener("input",a),e.__ieph=!0}e.setAttribute(t,n)}}var Ia={create:Aa,update:Aa};function Ma(e,t){var n=t.elm,a=t.data,r=e.data;if(!(o(a.staticClass)&&o(a.class)&&(o(r)||o(r.staticClass)&&o(r.class)))){var s=ua(t),l=n._transitionClasses;i(l)&&(s=ha(s,fa(l))),s!==n._prevClass&&(n.setAttribute("class",s),n._prevClass=s)}}var Ra,Da={create:Ma,update:Ma};function Fa(e,t,n){var a=Ra;return function r(){var o=t.apply(null,arguments);null!==o&&Wa(e,r,n,a)}}var Xa=Ut&&!(ne&&Number(ne[1])<=53);function Ha(e,t,n,a){if(Xa){var r=ln,o=t;t=o._wrapper=function(e){if(e.target===e.currentTarget||e.timeStamp>=r||e.timeStamp<=0||e.target.ownerDocument!==document)return o.apply(this,arguments)}}Ra.addEventListener(e,t,re?{capture:n,passive:a}:n)}function Wa(e,t,n,a){(a||Ra).removeEventListener(e,t._wrapper||t,n)}function qa(e,t){if(!o(e.data.on)||!o(t.data.on)){var n=t.data.on||{},a=e.data.on||{};Ra=t.elm||e.elm,function(e){if(i(e.__r)){var t=Y?"change":"input";e[t]=[].concat(e.__r,e[t]||[]),delete e.__r}i(e.__c)&&(e.change=[].concat(e.__c,e.change||[]),delete e.__c)}(n),qe(n,a,Ha,Wa,Fa,t.context),Ra=void 0}}var Va,Ka={create:qa,update:qa,destroy:function(e){return qa(e,Pa)}};function Ga(e,t){if(!o(e.data.domProps)||!o(t.data.domProps)){var n,a,r=t.elm,l=e.data.domProps||{},c=t.data.domProps||{};for(n in(i(c.__ob__)||s(c._v_attr_proxy))&&(c=t.data.domProps=S({},c)),l)n in c||(r[n]="");for(n in c){if(a=c[n],"textContent"===n||"innerHTML"===n){if(t.children&&(t.children.length=0),a===l[n])continue;1===r.childNodes.length&&r.removeChild(r.childNodes[0])}if("value"===n&&"PROGRESS"!==r.tagName){r._value=a;var u=o(a)?"":String(a);Ja(r,u)&&(r.value=u)}else if("innerHTML"===n&&va(r.tagName)&&o(r.innerHTML)){(Va=Va||document.createElement("div")).innerHTML="".concat(a,"");for(var p=Va.firstChild;r.firstChild;)r.removeChild(r.firstChild);for(;p.firstChild;)r.appendChild(p.firstChild)}else if(a!==l[n])try{r[n]=a}catch(e){}}}}function Ja(e,t){return!e.composing&&("OPTION"===e.tagName||function(e,t){var n=!0;try{n=document.activeElement!==e}catch(e){}return n&&e.value!==t}(e,t)||function(e,t){var n=e.value,a=e._vModifiers;if(i(a)){if(a.number)return b(n)!==b(t);if(a.trim)return n.trim()!==t.trim()}return n!==t}(e,t))}var Ya={create:Ga,update:Ga},Za=P((function(e){var t={},n=/:(.+)/;return e.split(/;(?![^(]*\))/g).forEach((function(e){if(e){var a=e.split(n);a.length>1&&(t[a[0].trim()]=a[1].trim())}})),t}));function Qa(e){var t=er(e.style);return e.staticStyle?S(e.staticStyle,t):t}function er(e){return Array.isArray(e)?L(e):"string"==typeof e?Za(e):e}var tr,nr=/^--/,ar=/\s*!important$/,rr=function(e,t,n){if(nr.test(t))e.style.setProperty(t,n);else if(ar.test(n))e.style.setProperty(z(t),n.replace(ar,""),"important");else{var a=ir(t);if(Array.isArray(n))for(var r=0,o=n.length;r-1?t.split(cr).forEach((function(t){return e.classList.add(t)})):e.classList.add(t);else{var n=" ".concat(e.getAttribute("class")||""," ");n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function pr(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(cr).forEach((function(t){return e.classList.remove(t)})):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{for(var n=" ".concat(e.getAttribute("class")||""," "),a=" "+t+" ";n.indexOf(a)>=0;)n=n.replace(a," ");(n=n.trim())?e.setAttribute("class",n):e.removeAttribute("class")}}function hr(e){if(e){if("object"==typeof e){var t={};return!1!==e.css&&S(t,fr(e.name||"v")),S(t,e),t}return"string"==typeof e?fr(e):void 0}}var fr=P((function(e){return{enterClass:"".concat(e,"-enter"),enterToClass:"".concat(e,"-enter-to"),enterActiveClass:"".concat(e,"-enter-active"),leaveClass:"".concat(e,"-leave"),leaveToClass:"".concat(e,"-leave-to"),leaveActiveClass:"".concat(e,"-leave-active")}})),mr=G&&!Z,dr="transition",vr="transitionend",yr="animation",br="animationend";mr&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(dr="WebkitTransition",vr="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(yr="WebkitAnimation",br="webkitAnimationEnd"));var gr=G?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function xr(e){gr((function(){gr(e)}))}function wr(e,t){var n=e._transitionClasses||(e._transitionClasses=[]);n.indexOf(t)<0&&(n.push(t),ur(e,t))}function _r(e,t){e._transitionClasses&&w(e._transitionClasses,t),pr(e,t)}function kr(e,t,n){var a=Er(e,t),r=a.type,o=a.timeout,i=a.propCount;if(!r)return n();var s="transition"===r?vr:br,l=0,c=function(){e.removeEventListener(s,u),n()},u=function(t){t.target===e&&++l>=i&&c()};setTimeout((function(){l0&&(n="transition",u=i,p=o.length):"animation"===t?c>0&&(n="animation",u=c,p=l.length):p=(n=(u=Math.max(i,c))>0?i>c?"transition":"animation":null)?"transition"===n?o.length:l.length:0,{type:n,timeout:u,propCount:p,hasTransform:"transition"===n&&Pr.test(a[dr+"Property"])}}function Tr(e,t){for(;e.length1}function Sr(e,t){!0!==t.data.show&&Br(t)}var Lr=function(e){var t,n,a={},c=e.modules,u=e.nodeOps;for(t=0;tm?x(e,o(n[y+1])?null:n[y+1].elm,n,f,y,a):f>y&&_(t,p,m)}(p,d,y,n,c):i(y)?(i(e.text)&&u.setTextContent(p,""),x(p,null,y,0,y.length-1,n)):i(d)?_(d,0,d.length-1):i(e.text)&&u.setTextContent(p,""):e.text!==t.text&&u.setTextContent(p,t.text),i(m)&&i(f=m.hook)&&i(f=f.postpatch)&&f(e,t)}}}function T(e,t,n){if(s(n)&&i(e.parent))e.parent.data.pendingInsert=t;else for(var a=0;a-1,i.selected!==o&&(i.selected=o);else if($(Ir(i),a))return void(e.selectedIndex!==s&&(e.selectedIndex=s));r||(e.selectedIndex=-1)}}function $r(e,t){return t.every((function(t){return!$(t,e)}))}function Ir(e){return"_value"in e?e._value:e.value}function Mr(e){e.target.composing=!0}function Rr(e){e.target.composing&&(e.target.composing=!1,Dr(e.target,"input"))}function Dr(e,t){var n=document.createEvent("HTMLEvents");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function Fr(e){return!e.componentInstance||e.data&&e.data.transition?e:Fr(e.componentInstance._vnode)}var Xr={model:Nr,show:{bind:function(e,t,n){var a=t.value,r=(n=Fr(n)).data&&n.data.transition,o=e.__vOriginalDisplay="none"===e.style.display?"":e.style.display;a&&r?(n.data.show=!0,Br(n,(function(){e.style.display=o}))):e.style.display=a?o:"none"},update:function(e,t,n){var a=t.value;!a!=!t.oldValue&&((n=Fr(n)).data&&n.data.transition?(n.data.show=!0,a?Br(n,(function(){e.style.display=e.__vOriginalDisplay})):zr(n,(function(){e.style.display="none"}))):e.style.display=a?e.__vOriginalDisplay:"none")},unbind:function(e,t,n,a,r){r||(e.style.display=e.__vOriginalDisplay)}}},Hr={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function Wr(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?Wr(Pt(t.children)):e}function qr(e){var t={},n=e.$options;for(var a in n.propsData)t[a]=e[a];var r=n._parentListeners;for(var a in r)t[T(a)]=r[a];return t}function Vr(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}var Kr=function(e){return e.tag||mt(e)},Gr=function(e){return"show"===e.name},Jr={name:"transition",props:Hr,abstract:!0,render:function(e){var t=this,n=this.$slots.default;if(n&&(n=n.filter(Kr)).length){0;var a=this.mode;0;var r=n[0];if(function(e){for(;e=e.parent;)if(e.data.transition)return!0}(this.$vnode))return r;var o=Wr(r);if(!o)return r;if(this._leaving)return Vr(e,r);var i="__transition-".concat(this._uid,"-");o.key=null==o.key?o.isComment?i+"comment":i+o.tag:l(o.key)?0===String(o.key).indexOf(i)?o.key:i+o.key:o.key;var s=(o.data||(o.data={})).transition=qr(this),c=this._vnode,u=Wr(c);if(o.data.directives&&o.data.directives.some(Gr)&&(o.data.show=!0),u&&u.data&&!function(e,t){return t.key===e.key&&t.tag===e.tag}(o,u)&&!mt(u)&&(!u.componentInstance||!u.componentInstance._vnode.isComment)){var p=u.data.transition=S({},s);if("out-in"===a)return this._leaving=!0,Ve(p,"afterLeave",(function(){t._leaving=!1,t.$forceUpdate()})),Vr(e,r);if("in-out"===a){if(mt(o))return c;var h,f=function(){h()};Ve(s,"afterEnter",f),Ve(s,"enterCancelled",f),Ve(p,"delayLeave",(function(e){h=e}))}}return r}}},Yr=S({tag:String,moveClass:String},Hr);function Zr(e){e.elm._moveCb&&e.elm._moveCb(),e.elm._enterCb&&e.elm._enterCb()}function Qr(e){e.data.newPos=e.elm.getBoundingClientRect()}function eo(e){var t=e.data.pos,n=e.data.newPos,a=t.left-n.left,r=t.top-n.top;if(a||r){e.data.moved=!0;var o=e.elm.style;o.transform=o.WebkitTransform="translate(".concat(a,"px,").concat(r,"px)"),o.transitionDuration="0s"}}delete Yr.mode;var to={Transition:Jr,TransitionGroup:{props:Yr,beforeMount:function(){var e=this,t=this._update;this._update=function(n,a){var r=Yt(e);e.__patch__(e._vnode,e.kept,!1,!0),e._vnode=e.kept,r(),t.call(e,n,a)}},render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),a=this.prevChildren=this.children,r=this.$slots.default||[],o=this.children=[],i=qr(this),s=0;s-1?ba[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:ba[e]=/HTMLUnknownElement/.test(t.toString())},S(Vn.options.directives,Xr),S(Vn.options.components,to),Vn.prototype.__patch__=G?Lr:N,Vn.prototype.$mount=function(e,t){return function(e,t,n){var a;e.$el=t,e.$options.render||(e.$options.render=me),en(e,"beforeMount"),a=function(){e._update(e._render(),n)},new Wt(e,a,N,{before:function(){e._isMounted&&!e._isDestroyed&&en(e,"beforeUpdate")}},!0),n=!1;var r=e._preWatchers;if(r)for(var o=0;o=0&&(t=e.slice(a),e=e.slice(0,a));var r=e.indexOf("?");return r>=0&&(n=e.slice(r+1),e=e.slice(0,r)),{path:e,query:n,hash:t}}(r.path||""),c=t&&t.path||"/",u=l.path?ko(l.path,c,n||r.append):c,p=function(e,t,n){void 0===t&&(t={});var a,r=n||co;try{a=r(e||"")}catch(e){a={}}for(var o in t){var i=t[o];a[o]=Array.isArray(i)?i.map(lo):lo(i)}return a}(l.query,r.query,a&&a.options.parseQuery),h=r.hash||l.hash;return h&&"#"!==h.charAt(0)&&(h="#"+h),{_normalized:!0,path:u,query:p,hash:h}}var Ho,Wo=function(){},qo={name:"RouterLink",props:{to:{type:[String,Object],required:!0},tag:{type:String,default:"a"},custom:Boolean,exact:Boolean,exactPath:Boolean,append:Boolean,replace:Boolean,activeClass:String,exactActiveClass:String,ariaCurrentValue:{type:String,default:"page"},event:{type:[String,Array],default:"click"}},render:function(e){var t=this,n=this.$router,a=this.$route,r=n.resolve(this.to,a,this.append),o=r.location,i=r.route,s=r.href,l={},c=n.options.linkActiveClass,u=n.options.linkExactActiveClass,p=null==c?"router-link-active":c,h=null==u?"router-link-exact-active":u,f=null==this.activeClass?p:this.activeClass,m=null==this.exactActiveClass?h:this.exactActiveClass,d=i.redirectedFrom?ho(null,Xo(i.redirectedFrom),null,n):i;l[m]=bo(a,d,this.exactPath),l[f]=this.exact||this.exactPath?l[m]:function(e,t){return 0===e.path.replace(po,"/").indexOf(t.path.replace(po,"/"))&&(!t.hash||e.hash===t.hash)&&function(e,t){for(var n in t)if(!(n in e))return!1;return!0}(e.query,t.query)}(a,d);var v=l[m]?this.ariaCurrentValue:null,y=function(e){Vo(e)&&(t.replace?n.replace(o,Wo):n.push(o,Wo))},b={click:Vo};Array.isArray(this.event)?this.event.forEach((function(e){b[e]=y})):b[this.event]=y;var g={class:l},x=!this.$scopedSlots.$hasNormal&&this.$scopedSlots.default&&this.$scopedSlots.default({href:s,route:i,navigate:y,isActive:l[f],isExactActive:l[m]});if(x){if(1===x.length)return x[0];if(x.length>1||!x.length)return 0===x.length?e():e("span",{},x)}if("a"===this.tag)g.on=b,g.attrs={href:s,"aria-current":v};else{var w=function e(t){var n;if(t)for(var a=0;a-1&&(s.params[h]=n.params[h]);return s.path=Fo(u.path,s.params),l(u,s,i)}if(s.path){s.params={};for(var f=0;f-1}function Pi(e,t){return ki(e)&&e._isRouter&&(null==t||e.type===t)}function Ei(e,t,n){var a=function(r){r>=e.length?n():e[r]?t(e[r],(function(){a(r+1)})):a(r+1)};a(0)}function Ti(e){return function(t,n,a){var r=!1,o=0,i=null;Ci(e,(function(e,t,n,s){if("function"==typeof e&&void 0===e.cid){r=!0,o++;var l,c=Oi((function(t){var r;((r=t).__esModule||zi&&"Module"===r[Symbol.toStringTag])&&(t=t.default),e.resolved="function"==typeof t?t:Ho.extend(t),n.components[s]=t,--o<=0&&a()})),u=Oi((function(e){var t="Failed to resolve async component "+s+": "+e;i||(i=ki(e)?e:new Error(t),a(i))}));try{l=e(c,u)}catch(e){u(e)}if(l)if("function"==typeof l.then)l.then(c,u);else{var p=l.component;p&&"function"==typeof p.then&&p.then(c,u)}}})),r||a()}}function Ci(e,t){return Bi(e.map((function(e){return Object.keys(e.components).map((function(n){return t(e.components[n],e.instances[n],e,n)}))})))}function Bi(e){return Array.prototype.concat.apply([],e)}var zi="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;function Oi(e){var t=!1;return function(){for(var n=[],a=arguments.length;a--;)n[a]=arguments[a];if(!t)return t=!0,e.apply(this,n)}}var Ui=function(e,t){this.router=e,this.base=function(e){if(!e)if(Ko){var t=document.querySelector("base");e=(e=t&&t.getAttribute("href")||"/").replace(/^https?:\/\/[^\/]+/,"")}else e="/";"/"!==e.charAt(0)&&(e="/"+e);return e.replace(/\/$/,"")}(t),this.current=mo,this.pending=null,this.ready=!1,this.readyCbs=[],this.readyErrorCbs=[],this.errorCbs=[],this.listeners=[]};function Si(e,t,n,a){var r=Ci(e,(function(e,a,r,o){var i=function(e,t){"function"!=typeof e&&(e=Ho.extend(e));return e.options[t]}(e,t);if(i)return Array.isArray(i)?i.map((function(e){return n(e,a,r,o)})):n(i,a,r,o)}));return Bi(a?r.reverse():r)}function Li(e,t){if(t)return function(){return e.apply(t,arguments)}}Ui.prototype.listen=function(e){this.cb=e},Ui.prototype.onReady=function(e,t){this.ready?e():(this.readyCbs.push(e),t&&this.readyErrorCbs.push(t))},Ui.prototype.onError=function(e){this.errorCbs.push(e)},Ui.prototype.transitionTo=function(e,t,n){var a,r=this;try{a=this.router.match(e,this.current)}catch(e){throw this.errorCbs.forEach((function(t){t(e)})),e}var o=this.current;this.confirmTransition(a,(function(){r.updateRoute(a),t&&t(a),r.ensureURL(),r.router.afterHooks.forEach((function(e){e&&e(a,o)})),r.ready||(r.ready=!0,r.readyCbs.forEach((function(e){e(a)})))}),(function(e){n&&n(e),e&&!r.ready&&(Pi(e,bi.redirected)&&o===mo||(r.ready=!0,r.readyErrorCbs.forEach((function(t){t(e)}))))}))},Ui.prototype.confirmTransition=function(e,t,n){var a=this,r=this.current;this.pending=e;var o,i,s=function(e){!Pi(e)&&ki(e)&&(a.errorCbs.length?a.errorCbs.forEach((function(t){t(e)})):console.error(e)),n&&n(e)},l=e.matched.length-1,c=r.matched.length-1;if(bo(e,r)&&l===c&&e.matched[l]===r.matched[c])return this.ensureURL(),e.hash&&ii(this.router,r,e,!1),s(((i=wi(o=r,e,bi.duplicated,'Avoided redundant navigation to current location: "'+o.fullPath+'".')).name="NavigationDuplicated",i));var u=function(e,t){var n,a=Math.max(e.length,t.length);for(n=0;n0)){var t=this.router,n=t.options.scrollBehavior,a=di&&n;a&&this.listeners.push(oi());var r=function(){var n=e.current,r=Ai(e.base);e.current===mo&&r===e._startLocation||e.transitionTo(r,(function(e){a&&ii(t,e,n,!0)}))};window.addEventListener("popstate",r),this.listeners.push((function(){window.removeEventListener("popstate",r)}))}},t.prototype.go=function(e){window.history.go(e)},t.prototype.push=function(e,t,n){var a=this,r=this.current;this.transitionTo(e,(function(e){vi(Po(a.base+e.fullPath)),ii(a.router,e,r,!1),t&&t(e)}),n)},t.prototype.replace=function(e,t,n){var a=this,r=this.current;this.transitionTo(e,(function(e){yi(Po(a.base+e.fullPath)),ii(a.router,e,r,!1),t&&t(e)}),n)},t.prototype.ensureURL=function(e){if(Ai(this.base)!==this.current.fullPath){var t=Po(this.base+this.current.fullPath);e?vi(t):yi(t)}},t.prototype.getCurrentLocation=function(){return Ai(this.base)},t}(Ui);function Ai(e){var t=window.location.pathname,n=t.toLowerCase(),a=e.toLowerCase();return!e||n!==a&&0!==n.indexOf(Po(a+"/"))||(t=t.slice(e.length)),(t||"/")+window.location.search+window.location.hash}var ji=function(e){function t(t,n,a){e.call(this,t,n),a&&function(e){var t=Ai(e);if(!/^\/#/.test(t))return window.location.replace(Po(e+"/#"+t)),!0}(this.base)||$i()}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.setupListeners=function(){var e=this;if(!(this.listeners.length>0)){var t=this.router.options.scrollBehavior,n=di&&t;n&&this.listeners.push(oi());var a=function(){var t=e.current;$i()&&e.transitionTo(Ii(),(function(a){n&&ii(e.router,a,t,!0),di||Di(a.fullPath)}))},r=di?"popstate":"hashchange";window.addEventListener(r,a),this.listeners.push((function(){window.removeEventListener(r,a)}))}},t.prototype.push=function(e,t,n){var a=this,r=this.current;this.transitionTo(e,(function(e){Ri(e.fullPath),ii(a.router,e,r,!1),t&&t(e)}),n)},t.prototype.replace=function(e,t,n){var a=this,r=this.current;this.transitionTo(e,(function(e){Di(e.fullPath),ii(a.router,e,r,!1),t&&t(e)}),n)},t.prototype.go=function(e){window.history.go(e)},t.prototype.ensureURL=function(e){var t=this.current.fullPath;Ii()!==t&&(e?Ri(t):Di(t))},t.prototype.getCurrentLocation=function(){return Ii()},t}(Ui);function $i(){var e=Ii();return"/"===e.charAt(0)||(Di("/"+e),!1)}function Ii(){var e=window.location.href,t=e.indexOf("#");return t<0?"":e=e.slice(t+1)}function Mi(e){var t=window.location.href,n=t.indexOf("#");return(n>=0?t.slice(0,n):t)+"#"+e}function Ri(e){di?vi(Mi(e)):window.location.hash=e}function Di(e){di?yi(Mi(e)):window.location.replace(Mi(e))}var Fi=function(e){function t(t,n){e.call(this,t,n),this.stack=[],this.index=-1}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.push=function(e,t,n){var a=this;this.transitionTo(e,(function(e){a.stack=a.stack.slice(0,a.index+1).concat(e),a.index++,t&&t(e)}),n)},t.prototype.replace=function(e,t,n){var a=this;this.transitionTo(e,(function(e){a.stack=a.stack.slice(0,a.index).concat(e),t&&t(e)}),n)},t.prototype.go=function(e){var t=this,n=this.index+e;if(!(n<0||n>=this.stack.length)){var a=this.stack[n];this.confirmTransition(a,(function(){var e=t.current;t.index=n,t.updateRoute(a),t.router.afterHooks.forEach((function(t){t&&t(a,e)}))}),(function(e){Pi(e,bi.duplicated)&&(t.index=n)}))}},t.prototype.getCurrentLocation=function(){var e=this.stack[this.stack.length-1];return e?e.fullPath:"/"},t.prototype.ensureURL=function(){},t}(Ui),Xi=function(e){void 0===e&&(e={}),this.app=null,this.apps=[],this.options=e,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=Yo(e.routes||[],this);var t=e.mode||"hash";switch(this.fallback="history"===t&&!di&&!1!==e.fallback,this.fallback&&(t="hash"),Ko||(t="abstract"),this.mode=t,t){case"history":this.history=new Ni(this,e.base);break;case"hash":this.history=new ji(this,e.base,this.fallback);break;case"abstract":this.history=new Fi(this,e.base);break;default:0}},Hi={currentRoute:{configurable:!0}};Xi.prototype.match=function(e,t,n){return this.matcher.match(e,t,n)},Hi.currentRoute.get=function(){return this.history&&this.history.current},Xi.prototype.init=function(e){var t=this;if(this.apps.push(e),e.$once("hook:destroyed",(function(){var n=t.apps.indexOf(e);n>-1&&t.apps.splice(n,1),t.app===e&&(t.app=t.apps[0]||null),t.app||t.history.teardown()})),!this.app){this.app=e;var n=this.history;if(n instanceof Ni||n instanceof ji){var a=function(e){n.setupListeners(),function(e){var a=n.current,r=t.options.scrollBehavior;di&&r&&"fullPath"in e&&ii(t,e,a,!1)}(e)};n.transitionTo(n.getCurrentLocation(),a,a)}n.listen((function(e){t.apps.forEach((function(t){t._route=e}))}))}},Xi.prototype.beforeEach=function(e){return qi(this.beforeHooks,e)},Xi.prototype.beforeResolve=function(e){return qi(this.resolveHooks,e)},Xi.prototype.afterEach=function(e){return qi(this.afterHooks,e)},Xi.prototype.onReady=function(e,t){this.history.onReady(e,t)},Xi.prototype.onError=function(e){this.history.onError(e)},Xi.prototype.push=function(e,t,n){var a=this;if(!t&&!n&&"undefined"!=typeof Promise)return new Promise((function(t,n){a.history.push(e,t,n)}));this.history.push(e,t,n)},Xi.prototype.replace=function(e,t,n){var a=this;if(!t&&!n&&"undefined"!=typeof Promise)return new Promise((function(t,n){a.history.replace(e,t,n)}));this.history.replace(e,t,n)},Xi.prototype.go=function(e){this.history.go(e)},Xi.prototype.back=function(){this.go(-1)},Xi.prototype.forward=function(){this.go(1)},Xi.prototype.getMatchedComponents=function(e){var t=e?e.matched?e:this.resolve(e).route:this.currentRoute;return t?[].concat.apply([],t.matched.map((function(e){return Object.keys(e.components).map((function(t){return e.components[t]}))}))):[]},Xi.prototype.resolve=function(e,t,n){var a=Xo(e,t=t||this.history.current,n,this),r=this.match(a,t),o=r.redirectedFrom||r.fullPath;return{location:a,route:r,href:function(e,t,n){var a="hash"===n?"#"+t:t;return e?Po(e+"/"+a):a}(this.history.base,o,this.mode),normalizedTo:a,resolved:r}},Xi.prototype.getRoutes=function(){return this.matcher.getRoutes()},Xi.prototype.addRoute=function(e,t){this.matcher.addRoute(e,t),this.history.current!==mo&&this.history.transitionTo(this.history.getCurrentLocation())},Xi.prototype.addRoutes=function(e){this.matcher.addRoutes(e),this.history.current!==mo&&this.history.transitionTo(this.history.getCurrentLocation())},Object.defineProperties(Xi.prototype,Hi);var Wi=Xi;function qi(e,t){return e.push(t),function(){var n=e.indexOf(t);n>-1&&e.splice(n,1)}}Xi.install=function e(t){if(!e.installed||Ho!==t){e.installed=!0,Ho=t;var n=function(e){return void 0!==e},a=function(e,t){var a=e.$options._parentVnode;n(a)&&n(a=a.data)&&n(a=a.registerRouteInstance)&&a(e,t)};t.mixin({beforeCreate:function(){n(this.$options.router)?(this._routerRoot=this,this._router=this.$options.router,this._router.init(this),t.util.defineReactive(this,"_route",this._router.history.current)):this._routerRoot=this.$parent&&this.$parent._routerRoot||this,a(this,this)},destroyed:function(){a(this)}}),Object.defineProperty(t.prototype,"$router",{get:function(){return this._routerRoot._router}}),Object.defineProperty(t.prototype,"$route",{get:function(){return this._routerRoot._route}}),t.component("RouterView",wo),t.component("RouterLink",qo);var r=t.config.optionMergeStrategies;r.beforeRouteEnter=r.beforeRouteLeave=r.beforeRouteUpdate=r.created}},Xi.version="3.6.5",Xi.isNavigationFailure=Pi,Xi.NavigationFailureType=bi,Xi.START_LOCATION=mo,Ko&&window.Vue&&window.Vue.use(Xi);n(96);n(123),n(89);var Vi={"components/AlgoliaSearchBox":()=>Promise.all([n.e(0),n.e(13)]).then(n.bind(null,297)),"components/DropdownLink":()=>Promise.all([n.e(0),n.e(14)]).then(n.bind(null,254)),"components/DropdownTransition":()=>Promise.all([n.e(0),n.e(19)]).then(n.bind(null,242)),"components/Home":()=>Promise.all([n.e(0),n.e(16)]).then(n.bind(null,280)),"components/NavLink":()=>n.e(21).then(n.bind(null,241)),"components/NavLinks":()=>Promise.all([n.e(0),n.e(12)]).then(n.bind(null,265)),"components/Navbar":()=>Promise.all([n.e(0),n.e(1)]).then(n.bind(null,294)),"components/Page":()=>Promise.all([n.e(0),n.e(11)]).then(n.bind(null,281)),"components/PageEdit":()=>Promise.all([n.e(0),n.e(17)]).then(n.bind(null,267)),"components/PageNav":()=>Promise.all([n.e(0),n.e(15)]).then(n.bind(null,268)),"components/Sidebar":()=>Promise.all([n.e(0),n.e(10)]).then(n.bind(null,282)),"components/SidebarButton":()=>Promise.all([n.e(0),n.e(20)]).then(n.bind(null,283)),"components/SidebarGroup":()=>Promise.all([n.e(0),n.e(3)]).then(n.bind(null,266)),"components/SidebarLink":()=>Promise.all([n.e(0),n.e(18)]).then(n.bind(null,255)),"components/SidebarLinks":()=>Promise.all([n.e(0),n.e(3)]).then(n.bind(null,253)),"global-components/Badge":()=>Promise.all([n.e(0),n.e(4)]).then(n.bind(null,302)),"global-components/CodeBlock":()=>Promise.all([n.e(0),n.e(5)]).then(n.bind(null,298)),"global-components/CodeGroup":()=>Promise.all([n.e(0),n.e(6)]).then(n.bind(null,299)),"layouts/404":()=>n.e(7).then(n.bind(null,300)),"layouts/Layout":()=>Promise.all([n.e(0),n.e(1),n.e(2)]).then(n.bind(null,301)),NotFound:()=>n.e(7).then(n.bind(null,300)),Layout:()=>Promise.all([n.e(0),n.e(1),n.e(2)]).then(n.bind(null,301))},Ki={"v-2c6524c8":()=>n.e(23).then(n.bind(null,303)),"v-6695fd65":()=>n.e(24).then(n.bind(null,304)),"v-b05905a6":()=>n.e(25).then(n.bind(null,305)),"v-1619aa2f":()=>n.e(27).then(n.bind(null,306)),"v-0e7f60cc":()=>n.e(22).then(n.bind(null,307)),"v-036380fb":()=>n.e(26).then(n.bind(null,308)),"v-f6700cde":()=>n.e(28).then(n.bind(null,309)),"v-7f88cc2d":()=>n.e(29).then(n.bind(null,310)),"v-685ced8d":()=>n.e(30).then(n.bind(null,311)),"v-8d6fb262":()=>n.e(31).then(n.bind(null,312)),"v-3b1bd5ef":()=>n.e(32).then(n.bind(null,313)),"v-63f061af":()=>n.e(33).then(n.bind(null,314)),"v-68d6f44f":()=>n.e(34).then(n.bind(null,315)),"v-77f7b725":()=>n.e(35).then(n.bind(null,316)),"v-6f84a349":()=>n.e(37).then(n.bind(null,317)),"v-3f01cca2":()=>n.e(38).then(n.bind(null,318)),"v-3be744ab":()=>n.e(36).then(n.bind(null,319)),"v-c42abc02":()=>n.e(39).then(n.bind(null,320)),"v-c3308fee":()=>n.e(40).then(n.bind(null,321)),"v-0e12f6e2":()=>n.e(41).then(n.bind(null,322)),"v-5c13b1cf":()=>n.e(42).then(n.bind(null,323)),"v-273daef5":()=>n.e(43).then(n.bind(null,324)),"v-d8587842":()=>n.e(44).then(n.bind(null,325)),"v-72420caf":()=>n.e(46).then(n.bind(null,326)),"v-64452bf3":()=>n.e(47).then(n.bind(null,327)),"v-2c8a1b55":()=>n.e(48).then(n.bind(null,328)),"v-2065462f":()=>n.e(49).then(n.bind(null,329)),"v-f6d4b0e2":()=>n.e(50).then(n.bind(null,330)),"v-49dba62f":()=>n.e(51).then(n.bind(null,331)),"v-6682b671":()=>n.e(52).then(n.bind(null,332)),"v-5ab712f3":()=>n.e(45).then(n.bind(null,333)),"v-083dd182":()=>n.e(53).then(n.bind(null,334)),"v-69f21446":()=>n.e(54).then(n.bind(null,335)),"v-4d5bb55f":()=>n.e(56).then(n.bind(null,336)),"v-b25a1b5e":()=>n.e(55).then(n.bind(null,337)),"v-743f803d":()=>n.e(57).then(n.bind(null,338)),"v-505612ef":()=>n.e(59).then(n.bind(null,339)),"v-930757e2":()=>n.e(58).then(n.bind(null,340)),"v-27129d4f":()=>n.e(60).then(n.bind(null,341)),"v-7c2bd86f":()=>n.e(61).then(n.bind(null,342)),"v-2ce9934f":()=>n.e(62).then(n.bind(null,343)),"v-3bdbf062":()=>n.e(65).then(n.bind(null,344)),"v-2c8e49ef":()=>n.e(63).then(n.bind(null,345)),"v-8ec7eaa2":()=>n.e(64).then(n.bind(null,346)),"v-7d7ae4af":()=>n.e(66).then(n.bind(null,347)),"v-182ea57e":()=>n.e(68).then(n.bind(null,348)),"v-396a9cba":()=>n.e(67).then(n.bind(null,349)),"v-7a7a35cf":()=>n.e(69).then(n.bind(null,350)),"v-1b4f2da3":()=>n.e(70).then(n.bind(null,351)),"v-72b620e2":()=>n.e(71).then(n.bind(null,352)),"v-bd4f874e":()=>n.e(73).then(n.bind(null,353)),"v-2a12eee2":()=>n.e(72).then(n.bind(null,354)),"v-85300bc2":()=>n.e(74).then(n.bind(null,355)),"v-594474af":()=>n.e(75).then(n.bind(null,356)),"v-41abbd22":()=>n.e(76).then(n.bind(null,357)),"v-72d5d912":()=>n.e(77).then(n.bind(null,358)),"v-128a2419":()=>n.e(78).then(n.bind(null,359)),"v-7afabd17":()=>n.e(81).then(n.bind(null,360)),"v-58b5da6f":()=>n.e(83).then(n.bind(null,361)),"v-07068ff1":()=>n.e(84).then(n.bind(null,362)),"v-50dac55f":()=>n.e(79).then(n.bind(null,363)),"v-deed33a2":()=>n.e(80).then(n.bind(null,364)),"v-4d53910f":()=>n.e(82).then(n.bind(null,365)),"v-48c723af":()=>n.e(85).then(n.bind(null,366)),"v-0c5baaa2":()=>n.e(86).then(n.bind(null,367)),"v-5a6b2fc7":()=>n.e(87).then(n.bind(null,368)),"v-0f1527ef":()=>n.e(89).then(n.bind(null,369)),"v-1e73d862":()=>n.e(90).then(n.bind(null,370)),"v-28804222":()=>n.e(88).then(n.bind(null,371)),"v-1b3b77e2":()=>n.e(93).then(n.bind(null,372)),"v-2537548a":()=>n.e(91).then(n.bind(null,373)),"v-5281f56f":()=>n.e(92).then(n.bind(null,374)),"v-491bd84f":()=>n.e(94).then(n.bind(null,375)),"v-2f7dc76f":()=>n.e(95).then(n.bind(null,376)),"v-21fff6e5":()=>n.e(97).then(n.bind(null,377)),"v-69fba46e":()=>n.e(96).then(n.bind(null,378)),"v-f9536bee":()=>n.e(98).then(n.bind(null,379)),"v-3bc11122":()=>n.e(99).then(n.bind(null,380)),"v-249df7e2":()=>n.e(100).then(n.bind(null,381)),"v-b37d2ee2":()=>n.e(101).then(n.bind(null,382)),"v-2f14e439":()=>n.e(103).then(n.bind(null,383)),"v-054a6408":()=>n.e(105).then(n.bind(null,384)),"v-58304109":()=>n.e(102).then(n.bind(null,385)),"v-6012054f":()=>n.e(107).then(n.bind(null,386)),"v-82710362":()=>n.e(108).then(n.bind(null,387)),"v-3b266cb6":()=>n.e(106).then(n.bind(null,388)),"v-241588c7":()=>n.e(110).then(n.bind(null,389)),"v-18eef5ef":()=>n.e(109).then(n.bind(null,390)),"v-934ac5e2":()=>n.e(111).then(n.bind(null,391)),"v-2d7c1a62":()=>n.e(112).then(n.bind(null,392)),"v-64b33285":()=>n.e(114).then(n.bind(null,393)),"v-0bc2764f":()=>n.e(113).then(n.bind(null,394)),"v-c284ce6a":()=>n.e(115).then(n.bind(null,395)),"v-06683596":()=>n.e(117).then(n.bind(null,396)),"v-365117db":()=>n.e(116).then(n.bind(null,397)),"v-b95cff62":()=>n.e(118).then(n.bind(null,398)),"v-5ee60eef":()=>n.e(119).then(n.bind(null,399)),"v-42b1ab8f":()=>n.e(120).then(n.bind(null,400)),"v-f163e0aa":()=>n.e(121).then(n.bind(null,401)),"v-ab4a56a2":()=>n.e(122).then(n.bind(null,402)),"v-13652ce2":()=>n.e(123).then(n.bind(null,403)),"v-0bc2a3b6":()=>n.e(125).then(n.bind(null,404)),"v-19cf5a09":()=>n.e(124).then(n.bind(null,405)),"v-5ce50cef":()=>n.e(128).then(n.bind(null,406)),"v-19e98b62":()=>n.e(126).then(n.bind(null,407)),"v-0acd5daf":()=>n.e(127).then(n.bind(null,408)),"v-3423f1cf":()=>n.e(131).then(n.bind(null,409)),"v-d9f5f3a2":()=>n.e(130).then(n.bind(null,410)),"v-338ffe19":()=>n.e(133).then(n.bind(null,411)),"v-c9adba12":()=>n.e(134).then(n.bind(null,412)),"v-0e381b4a":()=>n.e(129).then(n.bind(null,413)),"v-79c765e2":()=>n.e(135).then(n.bind(null,414)),"v-03e0c72f":()=>n.e(136).then(n.bind(null,415)),"v-45f2806a":()=>n.e(132).then(n.bind(null,416)),"v-1eaed50f":()=>n.e(138).then(n.bind(null,417)),"v-055d3622":()=>n.e(139).then(n.bind(null,418)),"v-6660a662":()=>n.e(137).then(n.bind(null,419)),"v-67fd61c1":()=>n.e(141).then(n.bind(null,420)),"v-5799c6e2":()=>n.e(142).then(n.bind(null,421)),"v-7c874e4f":()=>n.e(140).then(n.bind(null,422)),"v-255ddb2d":()=>n.e(143).then(n.bind(null,423)),"v-dad8b272":()=>n.e(144).then(n.bind(null,424)),"v-646bd78f":()=>n.e(104).then(n.bind(null,425)),"v-4a711f95":()=>n.e(145).then(n.bind(null,426)),"v-41da6b73":()=>n.e(146).then(n.bind(null,427)),"v-62d4fe57":()=>n.e(147).then(n.bind(null,428)),"v-10d4bce5":()=>n.e(148).then(n.bind(null,429)),"v-b222e2fa":()=>n.e(149).then(n.bind(null,430)),"v-8adef7e2":()=>n.e(151).then(n.bind(null,431)),"v-0d3fca2f":()=>n.e(153).then(n.bind(null,432)),"v-f14a3b22":()=>n.e(150).then(n.bind(null,433)),"v-2e91c33d":()=>n.e(152).then(n.bind(null,434)),"v-7bcbd639":()=>n.e(155).then(n.bind(null,435)),"v-18084f8f":()=>n.e(156).then(n.bind(null,436)),"v-79789d22":()=>n.e(157).then(n.bind(null,437)),"v-666ccd4e":()=>n.e(154).then(n.bind(null,438)),"v-ece976a2":()=>n.e(158).then(n.bind(null,439)),"v-ddbfd6a2":()=>n.e(160).then(n.bind(null,440)),"v-9f141b2a":()=>n.e(159).then(n.bind(null,441)),"v-2b92d3a2":()=>n.e(162).then(n.bind(null,442)),"v-75f736e2":()=>n.e(161).then(n.bind(null,443)),"v-45ff1c9a":()=>n.e(163).then(n.bind(null,444)),"v-3db388db":()=>n.e(166).then(n.bind(null,445)),"v-03e93c6f":()=>n.e(164).then(n.bind(null,446)),"v-552cd10f":()=>n.e(167).then(n.bind(null,447)),"v-718799af":()=>n.e(169).then(n.bind(null,448)),"v-bb60705e":()=>n.e(165).then(n.bind(null,449)),"v-4b54414b":()=>n.e(168).then(n.bind(null,450)),"v-2e25624a":()=>n.e(171).then(n.bind(null,451)),"v-6a478fef":()=>n.e(170).then(n.bind(null,452)),"v-cd9e23ea":()=>n.e(172).then(n.bind(null,453)),"v-36a0386f":()=>n.e(173).then(n.bind(null,454)),"v-6f05f22f":()=>n.e(174).then(n.bind(null,455)),"v-7eebf37e":()=>n.e(176).then(n.bind(null,456)),"v-c1a29602":()=>n.e(175).then(n.bind(null,457)),"v-4637333b":()=>n.e(178).then(n.bind(null,458)),"v-f8fe4cb6":()=>n.e(177).then(n.bind(null,459)),"v-70c74ee2":()=>n.e(179).then(n.bind(null,460)),"v-7fd7d3cf":()=>n.e(180).then(n.bind(null,461)),"v-30e0b58f":()=>n.e(181).then(n.bind(null,462)),"v-7d685629":()=>n.e(184).then(n.bind(null,463)),"v-3fff2c9f":()=>n.e(182).then(n.bind(null,464)),"v-1ac4197e":()=>n.e(183).then(n.bind(null,465)),"v-42ad59d9":()=>n.e(187).then(n.bind(null,466)),"v-790fec8f":()=>n.e(185).then(n.bind(null,467)),"v-8edadee2":()=>n.e(186).then(n.bind(null,468))};function Gi(e){const t=Object.create(null);return function(n){return t[n]||(t[n]=e(n))}}const Ji=/-(\w)/g,Yi=Gi(e=>e.replace(Ji,(e,t)=>t?t.toUpperCase():"")),Zi=/\B([A-Z])/g,Qi=Gi(e=>e.replace(Zi,"-$1").toLowerCase()),es=Gi(e=>e.charAt(0).toUpperCase()+e.slice(1));function ts(e,t){if(!t)return;if(e(t))return e(t);return t.includes("-")?e(es(Yi(t))):e(es(t))||e(Qi(t))}const ns=Object.assign({},Vi,Ki),as=e=>ns[e],rs=e=>Ki[e],os=e=>Vi[e],is=e=>Vn.component(e);function ss(e){return ts(rs,e)}function ls(e){return ts(os,e)}function cs(e){return ts(as,e)}function us(e){return ts(is,e)}function ps(...e){return Promise.all(e.filter(e=>e).map(async e=>{if(!us(e)&&cs(e)){const t=await cs(e)();Vn.component(e,t.default)}}))}function hs(e,t){"undefined"!=typeof window&&window.__VUEPRESS__&&(window.__VUEPRESS__[e]=t)}var fs=n(86),ms=n.n(fs),ds=n(87),vs=n.n(ds),ys={created(){if(this.siteMeta=this.$site.headTags.filter(([e])=>"meta"===e).map(([e,t])=>t),this.$ssrContext){const t=this.getMergedMetaTags();this.$ssrContext.title=this.$title,this.$ssrContext.lang=this.$lang,this.$ssrContext.pageMeta=(e=t)?e.map(e=>{let t="{t+=` ${n}="${vs()(e[n])}"`}),t+">"}).join("\n "):"",this.$ssrContext.canonicalLink=gs(this.$canonicalUrl)}var e},mounted(){this.currentMetaTags=[...document.querySelectorAll("meta")],this.updateMeta(),this.updateCanonicalLink()},methods:{updateMeta(){document.title=this.$title,document.documentElement.lang=this.$lang;const e=this.getMergedMetaTags();this.currentMetaTags=xs(e,this.currentMetaTags)},getMergedMetaTags(){const e=this.$page.frontmatter.meta||[];return ms()([{name:"description",content:this.$description}],e,this.siteMeta,ws)},updateCanonicalLink(){bs(),this.$canonicalUrl&&document.head.insertAdjacentHTML("beforeend",gs(this.$canonicalUrl))}},watch:{$page(){this.updateMeta(),this.updateCanonicalLink()}},beforeDestroy(){xs(null,this.currentMetaTags),bs()}};function bs(){const e=document.querySelector("link[rel='canonical']");e&&e.remove()}function gs(e=""){return e?``:""}function xs(e,t){if(t&&[...t].filter(e=>e.parentNode===document.head).forEach(e=>document.head.removeChild(e)),e)return e.map(e=>{const t=document.createElement("meta");return Object.keys(e).forEach(n=>{t.setAttribute(n,e[n])}),document.head.appendChild(t),t})}function ws(e){for(const t of["name","property","itemprop"])if(e.hasOwnProperty(t))return e[t]+t;return JSON.stringify(e)}var _s=n(88),ks={mounted(){window.addEventListener("scroll",this.onScroll)},methods:{onScroll:n.n(_s)()((function(){this.setActiveHash()}),300),setActiveHash(){const e=[].slice.call(document.querySelectorAll(".sidebar-link")),t=[].slice.call(document.querySelectorAll(".header-anchor")).filter(t=>e.some(e=>e.hash===t.hash)),n=Math.max(window.pageYOffset,document.documentElement.scrollTop,document.body.scrollTop),a=Math.max(document.documentElement.scrollHeight,document.body.scrollHeight),r=window.innerHeight+n;for(let e=0;e=o.parentElement.offsetTop+10&&(!i||n{this.$nextTick(()=>{this.$vuepress.$set("disableScrollBehavior",!1)})})}}}},beforeDestroy(){window.removeEventListener("scroll",this.onScroll)}},Ps=n(22),Es=n.n(Ps),Ts=[ys,ks,{mounted(){Es.a.configure({showSpinner:!1}),this.$router.beforeEach((e,t,n)=>{e.path===t.path||Vn.component(e.name)||Es.a.start(),n()}),this.$router.afterEach(()=>{Es.a.done(),this.isSidebarOpen=!1})}}],Cs={name:"GlobalLayout",computed:{layout(){const e=this.getLayout();return hs("layout",e),Vn.component(e)}},methods:{getLayout(){if(this.$page.path){const e=this.$page.frontmatter.layout;return e&&(this.$vuepress.getLayoutAsyncComponent(e)||this.$vuepress.getVueComponent(e))?e:"Layout"}return"NotFound"}}},Bs=n(14),zs=Object(Bs.a)(Cs,(function(){return(0,this._self._c)(this.layout,{tag:"component"})}),[],!1,null,null,null).exports;!function(e,t,n){switch(t){case"components":e[t]||(e[t]={}),Object.assign(e[t],n);break;case"mixins":e[t]||(e[t]=[]),e[t].push(...n);break;default:throw new Error("Unknown option name.")}}(zs,"mixins",Ts);const Os=[{name:"v-2c6524c8",path:"/apis/",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-2c6524c8").then(n)}},{path:"/apis/index.html",redirect:"/apis/"},{name:"v-6695fd65",path:"/apis/alert/acceptAlert.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-6695fd65").then(n)}},{name:"v-b05905a6",path:"/apis/alert/alertKeys.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-b05905a6").then(n)}},{name:"v-1619aa2f",path:"/apis/alert/dismissAlert.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-1619aa2f").then(n)}},{name:"v-0e7f60cc",path:"/",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-0e7f60cc").then(n)}},{path:"/index.html",redirect:"/"},{name:"v-036380fb",path:"/apis/alert/alertText.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-036380fb").then(n)}},{name:"v-f6700cde",path:"/apis/assert/hasElement.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-f6700cde").then(n)}},{name:"v-7f88cc2d",path:"/apis/assert/hasElementById.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-7f88cc2d").then(n)}},{name:"v-685ced8d",path:"/apis/assert/hasElementByName.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-685ced8d").then(n)}},{name:"v-8d6fb262",path:"/apis/assert/hasElementByPartialLinkText.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-8d6fb262").then(n)}},{name:"v-3b1bd5ef",path:"/apis/assert/hasElementByTagName.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-3b1bd5ef").then(n)}},{name:"v-63f061af",path:"/apis/assert/hasElementByXPath.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-63f061af").then(n)}},{name:"v-68d6f44f",path:"/apis/browser/back.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-68d6f44f").then(n)}},{name:"v-77f7b725",path:"/apis/browser/click.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-77f7b725").then(n)}},{name:"v-6f84a349",path:"/apis/browser/get.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-6f84a349").then(n)}},{name:"v-3f01cca2",path:"/apis/browser/maximize.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-3f01cca2").then(n)}},{name:"v-3be744ab",path:"/apis/browser/forward.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-3be744ab").then(n)}},{name:"v-c42abc02",path:"/apis/browser/refresh.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-c42abc02").then(n)}},{name:"v-c3308fee",path:"/apis/context/context.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-c3308fee").then(n)}},{name:"v-0e12f6e2",path:"/apis/context/contexts.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-0e12f6e2").then(n)}},{name:"v-5c13b1cf",path:"/apis/context/currentContext.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-5c13b1cf").then(n)}},{name:"v-273daef5",path:"/apis/cookie/allCookies.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-273daef5").then(n)}},{name:"v-d8587842",path:"/apis/cookie/deleteAllCookies.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-d8587842").then(n)}},{name:"v-72420caf",path:"/apis/cookie/setCookie.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-72420caf").then(n)}},{name:"v-64452bf3",path:"/apis/element/clear.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-64452bf3").then(n)}},{name:"v-2c8a1b55",path:"/apis/element/element.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-2c8a1b55").then(n)}},{name:"v-2065462f",path:"/apis/element/elementByCss.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-2065462f").then(n)}},{name:"v-f6d4b0e2",path:"/apis/element/elementByCssIfExists.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-f6d4b0e2").then(n)}},{name:"v-49dba62f",path:"/apis/element/elementByCssOrNull.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-49dba62f").then(n)}},{name:"v-6682b671",path:"/apis/element/elementById.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-6682b671").then(n)}},{name:"v-5ab712f3",path:"/apis/cookie/deleteCookie.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-5ab712f3").then(n)}},{name:"v-083dd182",path:"/apis/element/elementByIdIfExists.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-083dd182").then(n)}},{name:"v-69f21446",path:"/apis/element/elementByIdOrNull.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-69f21446").then(n)}},{name:"v-4d5bb55f",path:"/apis/element/elementByNameIfExists.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-4d5bb55f").then(n)}},{name:"v-b25a1b5e",path:"/apis/element/elementByName.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-b25a1b5e").then(n)}},{name:"v-743f803d",path:"/apis/element/elementByNameOrNull.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-743f803d").then(n)}},{name:"v-505612ef",path:"/apis/element/elementByPartialLinkTextIfExists.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-505612ef").then(n)}},{name:"v-930757e2",path:"/apis/element/elementByPartialLinkText.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-930757e2").then(n)}},{name:"v-27129d4f",path:"/apis/element/elementByPartialLinkTextOrNull.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-27129d4f").then(n)}},{name:"v-7c2bd86f",path:"/apis/element/elementByTagName.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-7c2bd86f").then(n)}},{name:"v-2ce9934f",path:"/apis/element/elementByTagNameIfExists.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-2ce9934f").then(n)}},{name:"v-3bdbf062",path:"/apis/element/elementByXPathIfExists.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-3bdbf062").then(n)}},{name:"v-2c8e49ef",path:"/apis/element/elementByTagNameOrNull.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-2c8e49ef").then(n)}},{name:"v-8ec7eaa2",path:"/apis/element/elementByXPath.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-8ec7eaa2").then(n)}},{name:"v-7d7ae4af",path:"/apis/element/elementByXPathOrNull.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-7d7ae4af").then(n)}},{name:"v-182ea57e",path:"/apis/element/elementOrNull.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-182ea57e").then(n)}},{name:"v-396a9cba",path:"/apis/element/elementIfExists.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-396a9cba").then(n)}},{name:"v-7a7a35cf",path:"/apis/element/elements.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-7a7a35cf").then(n)}},{name:"v-1b4f2da3",path:"/apis/element/elementsByCss.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-1b4f2da3").then(n)}},{name:"v-72b620e2",path:"/apis/element/elementsById.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-72b620e2").then(n)}},{name:"v-bd4f874e",path:"/apis/element/elementsByPartialLinkText.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-bd4f874e").then(n)}},{name:"v-2a12eee2",path:"/apis/element/elementsByName.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-2a12eee2").then(n)}},{name:"v-85300bc2",path:"/apis/element/elementsByTagName.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-85300bc2").then(n)}},{name:"v-594474af",path:"/apis/element/elementsByXPath.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-594474af").then(n)}},{name:"v-41abbd22",path:"/apis/element/getComputedCss.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-41abbd22").then(n)}},{name:"v-72d5d912",path:"/apis/element/getProperty.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-72d5d912").then(n)}},{name:"v-128a2419",path:"/apis/element/getRect.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-128a2419").then(n)}},{name:"v-7afabd17",path:"/apis/element/takeElementScreenshot.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-7afabd17").then(n)}},{name:"v-58b5da6f",path:"/apis/element/waitForElement.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-58b5da6f").then(n)}},{name:"v-07068ff1",path:"/apis/execute/execute.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-07068ff1").then(n)}},{name:"v-50dac55f",path:"/apis/element/isDisplayed.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-50dac55f").then(n)}},{name:"v-deed33a2",path:"/apis/element/sendKeys.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-deed33a2").then(n)}},{name:"v-4d53910f",path:"/apis/element/text.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-4d53910f").then(n)}},{name:"v-48c723af",path:"/apis/next/fileChooser.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-48c723af").then(n)}},{name:"v-0c5baaa2",path:"/apis/next/frame.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-0c5baaa2").then(n)}},{name:"v-5a6b2fc7",path:"/apis/next/keys.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-5a6b2fc7").then(n)}},{name:"v-0f1527ef",path:"/apis/next/touch.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-0f1527ef").then(n)}},{name:"v-1e73d862",path:"/apis/screenshot/saveScreenshot.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-1e73d862").then(n)}},{name:"v-28804222",path:"/apis/next/sleep.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-28804222").then(n)}},{name:"v-1b3b77e2",path:"/apis/session/quit.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-1b3b77e2").then(n)}},{name:"v-2537548a",path:"/apis/screenshot/takeScreenshot.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-2537548a").then(n)}},{name:"v-5281f56f",path:"/apis/session/init.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-5281f56f").then(n)}},{name:"v-491bd84f",path:"/apis/session/sessions.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-491bd84f").then(n)}},{name:"v-2f7dc76f",path:"/apis/session/status.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-2f7dc76f").then(n)}},{name:"v-21fff6e5",path:"/apis/title/title.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-21fff6e5").then(n)}},{name:"v-69fba46e",path:"/apis/source/source.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-69fba46e").then(n)}},{name:"v-f9536bee",path:"/apis/url/url.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-f9536bee").then(n)}},{name:"v-3bc11122",path:"/apis/window/close.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-3bc11122").then(n)}},{name:"v-249df7e2",path:"/apis/window/getWindowSize.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-249df7e2").then(n)}},{name:"v-b37d2ee2",path:"/apis/window/setWindowSize.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-b37d2ee2").then(n)}},{name:"v-2f14e439",path:"/apis/window/windowHandle.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-2f14e439").then(n)}},{name:"v-054a6408",path:"/zh/",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-054a6408").then(n)}},{path:"/zh/index.html",redirect:"/zh/"},{name:"v-58304109",path:"/apis/window/window.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-58304109").then(n)}},{name:"v-6012054f",path:"/zh/apis/alert/acceptAlert.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-6012054f").then(n)}},{name:"v-82710362",path:"/zh/apis/alert/alertKeys.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-82710362").then(n)}},{name:"v-3b266cb6",path:"/zh/apis/",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-3b266cb6").then(n)}},{path:"/zh/apis/index.html",redirect:"/zh/apis/"},{name:"v-241588c7",path:"/zh/apis/alert/dismissAlert.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-241588c7").then(n)}},{name:"v-18eef5ef",path:"/zh/apis/alert/alertText.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-18eef5ef").then(n)}},{name:"v-934ac5e2",path:"/zh/apis/assert/hasElement.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-934ac5e2").then(n)}},{name:"v-2d7c1a62",path:"/zh/apis/assert/hasElementById.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-2d7c1a62").then(n)}},{name:"v-64b33285",path:"/zh/apis/assert/hasElementByPartialLinkText.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-64b33285").then(n)}},{name:"v-0bc2764f",path:"/zh/apis/assert/hasElementByName.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-0bc2764f").then(n)}},{name:"v-c284ce6a",path:"/zh/apis/assert/hasElementByTagName.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-c284ce6a").then(n)}},{name:"v-06683596",path:"/zh/apis/browser/back.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-06683596").then(n)}},{name:"v-365117db",path:"/zh/apis/assert/hasElementByXPath.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-365117db").then(n)}},{name:"v-b95cff62",path:"/zh/apis/browser/click.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-b95cff62").then(n)}},{name:"v-5ee60eef",path:"/zh/apis/browser/forward.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-5ee60eef").then(n)}},{name:"v-42b1ab8f",path:"/zh/apis/browser/get.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-42b1ab8f").then(n)}},{name:"v-f163e0aa",path:"/zh/apis/browser/maximize.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-f163e0aa").then(n)}},{name:"v-ab4a56a2",path:"/zh/apis/browser/refresh.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-ab4a56a2").then(n)}},{name:"v-13652ce2",path:"/zh/apis/context/context.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-13652ce2").then(n)}},{name:"v-0bc2a3b6",path:"/zh/apis/context/currentContext.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-0bc2a3b6").then(n)}},{name:"v-19cf5a09",path:"/zh/apis/context/contexts.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-19cf5a09").then(n)}},{name:"v-5ce50cef",path:"/zh/apis/cookie/deleteCookie.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-5ce50cef").then(n)}},{name:"v-19e98b62",path:"/zh/apis/cookie/allCookies.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-19e98b62").then(n)}},{name:"v-0acd5daf",path:"/zh/apis/cookie/deleteAllCookies.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-0acd5daf").then(n)}},{name:"v-3423f1cf",path:"/zh/apis/element/element.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-3423f1cf").then(n)}},{name:"v-d9f5f3a2",path:"/zh/apis/element/clear.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-d9f5f3a2").then(n)}},{name:"v-338ffe19",path:"/zh/apis/element/elementByCssIfExists.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-338ffe19").then(n)}},{name:"v-c9adba12",path:"/zh/apis/element/elementByCssOrNull.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-c9adba12").then(n)}},{name:"v-0e381b4a",path:"/zh/apis/cookie/setCookie.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-0e381b4a").then(n)}},{name:"v-79c765e2",path:"/zh/apis/element/elementById.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-79c765e2").then(n)}},{name:"v-03e0c72f",path:"/zh/apis/element/elementByIdIfExists.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-03e0c72f").then(n)}},{name:"v-45f2806a",path:"/zh/apis/element/elementByCss.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-45f2806a").then(n)}},{name:"v-1eaed50f",path:"/zh/apis/element/elementByName.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-1eaed50f").then(n)}},{name:"v-055d3622",path:"/zh/apis/element/elementByNameIfExists.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-055d3622").then(n)}},{name:"v-6660a662",path:"/zh/apis/element/elementByIdOrNull.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-6660a662").then(n)}},{name:"v-67fd61c1",path:"/zh/apis/element/elementByPartialLinkText.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-67fd61c1").then(n)}},{name:"v-5799c6e2",path:"/zh/apis/element/elementByPartialLinkTextIfExists.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-5799c6e2").then(n)}},{name:"v-7c874e4f",path:"/zh/apis/element/elementByNameOrNull.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-7c874e4f").then(n)}},{name:"v-255ddb2d",path:"/zh/apis/element/elementByPartialLinkTextOrNull.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-255ddb2d").then(n)}},{name:"v-dad8b272",path:"/zh/apis/element/elementByTagName.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-dad8b272").then(n)}},{name:"v-646bd78f",path:"/apis/window/windowHandles.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-646bd78f").then(n)}},{name:"v-4a711f95",path:"/zh/apis/element/elementByTagNameIfExists.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-4a711f95").then(n)}},{name:"v-41da6b73",path:"/zh/apis/element/elementByTagNameOrNull.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-41da6b73").then(n)}},{name:"v-62d4fe57",path:"/zh/apis/element/elementByXPath.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-62d4fe57").then(n)}},{name:"v-10d4bce5",path:"/zh/apis/element/elementByXPathIfExists.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-10d4bce5").then(n)}},{name:"v-b222e2fa",path:"/zh/apis/element/elementByXPathOrNull.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-b222e2fa").then(n)}},{name:"v-8adef7e2",path:"/zh/apis/element/elementOrNull.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-8adef7e2").then(n)}},{name:"v-0d3fca2f",path:"/zh/apis/element/elementsByCss.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-0d3fca2f").then(n)}},{name:"v-f14a3b22",path:"/zh/apis/element/elementIfExists.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-f14a3b22").then(n)}},{name:"v-2e91c33d",path:"/zh/apis/element/elements.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-2e91c33d").then(n)}},{name:"v-7bcbd639",path:"/zh/apis/element/elementsByName.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-7bcbd639").then(n)}},{name:"v-18084f8f",path:"/zh/apis/element/elementsByPartialLinkText.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-18084f8f").then(n)}},{name:"v-79789d22",path:"/zh/apis/element/elementsByTagName.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-79789d22").then(n)}},{name:"v-666ccd4e",path:"/zh/apis/element/elementsById.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-666ccd4e").then(n)}},{name:"v-ece976a2",path:"/zh/apis/element/elementsByXPath.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-ece976a2").then(n)}},{name:"v-ddbfd6a2",path:"/zh/apis/element/getProperty.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-ddbfd6a2").then(n)}},{name:"v-9f141b2a",path:"/zh/apis/element/getComputedCss.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-9f141b2a").then(n)}},{name:"v-2b92d3a2",path:"/zh/apis/element/isDisplayed.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-2b92d3a2").then(n)}},{name:"v-75f736e2",path:"/zh/apis/element/getRect.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-75f736e2").then(n)}},{name:"v-45ff1c9a",path:"/zh/apis/element/sendKeys.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-45ff1c9a").then(n)}},{name:"v-3db388db",path:"/zh/apis/element/waitForElement.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-3db388db").then(n)}},{name:"v-03e93c6f",path:"/zh/apis/element/takeElementScreenshot.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-03e93c6f").then(n)}},{name:"v-552cd10f",path:"/zh/apis/execute/execute.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-552cd10f").then(n)}},{name:"v-718799af",path:"/zh/apis/next/frame.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-718799af").then(n)}},{name:"v-bb60705e",path:"/zh/apis/element/text.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-bb60705e").then(n)}},{name:"v-4b54414b",path:"/zh/apis/next/fileChooser.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-4b54414b").then(n)}},{name:"v-2e25624a",path:"/zh/apis/next/sleep.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-2e25624a").then(n)}},{name:"v-6a478fef",path:"/zh/apis/next/keys.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-6a478fef").then(n)}},{name:"v-cd9e23ea",path:"/zh/apis/next/touch.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-cd9e23ea").then(n)}},{name:"v-36a0386f",path:"/zh/apis/screenshot/saveScreenshot.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-36a0386f").then(n)}},{name:"v-6f05f22f",path:"/zh/apis/screenshot/takeScreenshot.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-6f05f22f").then(n)}},{name:"v-7eebf37e",path:"/zh/apis/session/quit.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-7eebf37e").then(n)}},{name:"v-c1a29602",path:"/zh/apis/session/init.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-c1a29602").then(n)}},{name:"v-4637333b",path:"/zh/apis/session/status.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-4637333b").then(n)}},{name:"v-f8fe4cb6",path:"/zh/apis/session/sessions.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-f8fe4cb6").then(n)}},{name:"v-70c74ee2",path:"/zh/apis/source/source.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-70c74ee2").then(n)}},{name:"v-7fd7d3cf",path:"/zh/apis/title/title.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-7fd7d3cf").then(n)}},{name:"v-30e0b58f",path:"/zh/apis/url/url.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-30e0b58f").then(n)}},{name:"v-7d685629",path:"/zh/apis/window/setWindowSize.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-7d685629").then(n)}},{name:"v-3fff2c9f",path:"/zh/apis/window/close.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-3fff2c9f").then(n)}},{name:"v-1ac4197e",path:"/zh/apis/window/getWindowSize.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-1ac4197e").then(n)}},{name:"v-42ad59d9",path:"/zh/apis/window/windowHandles.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-42ad59d9").then(n)}},{name:"v-790fec8f",path:"/zh/apis/window/window.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-790fec8f").then(n)}},{name:"v-8edadee2",path:"/zh/apis/window/windowHandle.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-8edadee2").then(n)}},{path:"*",component:zs}],Us={title:"",description:"",base:"/macaca-wd/",headTags:[["link",{rel:"icon",href:"https://macacajs.github.io/assets/favicon.ico"}],["script",{async:!0,src:"https://www.googletagmanager.com/gtag/js?id=UA-49226133-2"},""],["script",{},"\n window.dataLayer = window.dataLayer || [];\n function gtag(){dataLayer.push(arguments);}\n gtag('js', new Date());\n gtag('config', 'UA-49226133-2');\n "],["script",{},"\n!function(t,e,a,r,c){t.TracertCmdCache=t.TracertCmdCache||[],t[c]=window[c]||\n {_isInit:!0,call:function(){t.TracertCmdCache.push(arguments)},\n start:function(t){this.call('start',t)}},t[c].l=new Date;\n var n=e.createElement(a),s=e.getElementsByTagName(a)[0];\n n.async=!0,n.src=r,s.parentNode.insertBefore(n,s)}\n(window,document,'script','https://tracert.alipay.com/tracert.js','Tracert');\n Tracert.start({ plugins: [ 'BucName' ], spmAPos: 'a254', spmBPos: 'b19448' });\n"]],pages:[{title:"APIs",frontmatter:{},regularPath:"/apis/",relativePath:"apis/README.md",key:"v-2c6524c8",path:"/apis/",headers:[{level:2,title:"Demo",slug:"demo"}],lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"acceptAlert",frontmatter:{},regularPath:"/apis/alert/acceptAlert.html",relativePath:"apis/alert/acceptAlert.md",key:"v-6695fd65",path:"/apis/alert/acceptAlert.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"alertKeys",frontmatter:{},regularPath:"/apis/alert/alertKeys.html",relativePath:"apis/alert/alertKeys.md",key:"v-b05905a6",path:"/apis/alert/alertKeys.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"dismissAlert",frontmatter:{},regularPath:"/apis/alert/dismissAlert.html",relativePath:"apis/alert/dismissAlert.md",key:"v-1619aa2f",path:"/apis/alert/dismissAlert.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"Home",frontmatter:{home:!0,heroImage:"/logo/macaca.svg",actionText:"API Documents",actionLink:"/apis/"},regularPath:"/",relativePath:"README.md",key:"v-0e7f60cc",path:"/",headers:[{level:2,title:"Installation",slug:"installation"},{level:2,title:"Usage",slug:"usage"},{level:2,title:"Mixin Helper",slug:"mixin-helper"},{level:2,title:"Extend WD chain",slug:"extend-wd-chain"},{level:2,title:"Demo",slug:"demo"}],lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"alertText",frontmatter:{},regularPath:"/apis/alert/alertText.html",relativePath:"apis/alert/alertText.md",key:"v-036380fb",path:"/apis/alert/alertText.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"hasElement",frontmatter:{},regularPath:"/apis/assert/hasElement.html",relativePath:"apis/assert/hasElement.md",key:"v-f6700cde",path:"/apis/assert/hasElement.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"hasElementById",frontmatter:{},regularPath:"/apis/assert/hasElementById.html",relativePath:"apis/assert/hasElementById.md",key:"v-7f88cc2d",path:"/apis/assert/hasElementById.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"hasElementByName",frontmatter:{},regularPath:"/apis/assert/hasElementByName.html",relativePath:"apis/assert/hasElementByName.md",key:"v-685ced8d",path:"/apis/assert/hasElementByName.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"hasElementByPartialLinkText",frontmatter:{},regularPath:"/apis/assert/hasElementByPartialLinkText.html",relativePath:"apis/assert/hasElementByPartialLinkText.md",key:"v-8d6fb262",path:"/apis/assert/hasElementByPartialLinkText.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"hasElementByTagName",frontmatter:{},regularPath:"/apis/assert/hasElementByTagName.html",relativePath:"apis/assert/hasElementByTagName.md",key:"v-3b1bd5ef",path:"/apis/assert/hasElementByTagName.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"hasElementByXPath",frontmatter:{},regularPath:"/apis/assert/hasElementByXPath.html",relativePath:"apis/assert/hasElementByXPath.md",key:"v-63f061af",path:"/apis/assert/hasElementByXPath.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"back",frontmatter:{},regularPath:"/apis/browser/back.html",relativePath:"apis/browser/back.md",key:"v-68d6f44f",path:"/apis/browser/back.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"click",frontmatter:{},regularPath:"/apis/browser/click.html",relativePath:"apis/browser/click.md",key:"v-77f7b725",path:"/apis/browser/click.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"get",frontmatter:{},regularPath:"/apis/browser/get.html",relativePath:"apis/browser/get.md",key:"v-6f84a349",path:"/apis/browser/get.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"maximize",frontmatter:{},regularPath:"/apis/browser/maximize.html",relativePath:"apis/browser/maximize.md",key:"v-3f01cca2",path:"/apis/browser/maximize.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"forward",frontmatter:{},regularPath:"/apis/browser/forward.html",relativePath:"apis/browser/forward.md",key:"v-3be744ab",path:"/apis/browser/forward.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"refresh",frontmatter:{},regularPath:"/apis/browser/refresh.html",relativePath:"apis/browser/refresh.md",key:"v-c42abc02",path:"/apis/browser/refresh.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"context",frontmatter:{},regularPath:"/apis/context/context.html",relativePath:"apis/context/context.md",key:"v-c3308fee",path:"/apis/context/context.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"contexts",frontmatter:{},regularPath:"/apis/context/contexts.html",relativePath:"apis/context/contexts.md",key:"v-0e12f6e2",path:"/apis/context/contexts.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"currentContext",frontmatter:{},regularPath:"/apis/context/currentContext.html",relativePath:"apis/context/currentContext.md",key:"v-5c13b1cf",path:"/apis/context/currentContext.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"allCookies",frontmatter:{},regularPath:"/apis/cookie/allCookies.html",relativePath:"apis/cookie/allCookies.md",key:"v-273daef5",path:"/apis/cookie/allCookies.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"deleteAllCookies",frontmatter:{},regularPath:"/apis/cookie/deleteAllCookies.html",relativePath:"apis/cookie/deleteAllCookies.md",key:"v-d8587842",path:"/apis/cookie/deleteAllCookies.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"setCookie",frontmatter:{},regularPath:"/apis/cookie/setCookie.html",relativePath:"apis/cookie/setCookie.md",key:"v-72420caf",path:"/apis/cookie/setCookie.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"clear",frontmatter:{},regularPath:"/apis/element/clear.html",relativePath:"apis/element/clear.md",key:"v-64452bf3",path:"/apis/element/clear.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"element",frontmatter:{},regularPath:"/apis/element/element.html",relativePath:"apis/element/element.md",key:"v-2c8a1b55",path:"/apis/element/element.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"elementByCss",frontmatter:{},regularPath:"/apis/element/elementByCss.html",relativePath:"apis/element/elementByCss.md",key:"v-2065462f",path:"/apis/element/elementByCss.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"elementByCssIfExists",frontmatter:{},regularPath:"/apis/element/elementByCssIfExists.html",relativePath:"apis/element/elementByCssIfExists.md",key:"v-f6d4b0e2",path:"/apis/element/elementByCssIfExists.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"elementByCssOrNull",frontmatter:{},regularPath:"/apis/element/elementByCssOrNull.html",relativePath:"apis/element/elementByCssOrNull.md",key:"v-49dba62f",path:"/apis/element/elementByCssOrNull.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"elementById",frontmatter:{},regularPath:"/apis/element/elementById.html",relativePath:"apis/element/elementById.md",key:"v-6682b671",path:"/apis/element/elementById.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"deleteCookie",frontmatter:{},regularPath:"/apis/cookie/deleteCookie.html",relativePath:"apis/cookie/deleteCookie.md",key:"v-5ab712f3",path:"/apis/cookie/deleteCookie.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"elementByIdIfExists",frontmatter:{},regularPath:"/apis/element/elementByIdIfExists.html",relativePath:"apis/element/elementByIdIfExists.md",key:"v-083dd182",path:"/apis/element/elementByIdIfExists.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"elementByIdOrNull",frontmatter:{},regularPath:"/apis/element/elementByIdOrNull.html",relativePath:"apis/element/elementByIdOrNull.md",key:"v-69f21446",path:"/apis/element/elementByIdOrNull.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"elementByNameIfExists",frontmatter:{},regularPath:"/apis/element/elementByNameIfExists.html",relativePath:"apis/element/elementByNameIfExists.md",key:"v-4d5bb55f",path:"/apis/element/elementByNameIfExists.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"elementByName",frontmatter:{},regularPath:"/apis/element/elementByName.html",relativePath:"apis/element/elementByName.md",key:"v-b25a1b5e",path:"/apis/element/elementByName.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"elementByNameOrNull",frontmatter:{},regularPath:"/apis/element/elementByNameOrNull.html",relativePath:"apis/element/elementByNameOrNull.md",key:"v-743f803d",path:"/apis/element/elementByNameOrNull.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"elementByPartialLinkTextIfExists",frontmatter:{},regularPath:"/apis/element/elementByPartialLinkTextIfExists.html",relativePath:"apis/element/elementByPartialLinkTextIfExists.md",key:"v-505612ef",path:"/apis/element/elementByPartialLinkTextIfExists.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"elementByPartialLinkText",frontmatter:{},regularPath:"/apis/element/elementByPartialLinkText.html",relativePath:"apis/element/elementByPartialLinkText.md",key:"v-930757e2",path:"/apis/element/elementByPartialLinkText.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"elementByPartialLinkTextOrNull",frontmatter:{},regularPath:"/apis/element/elementByPartialLinkTextOrNull.html",relativePath:"apis/element/elementByPartialLinkTextOrNull.md",key:"v-27129d4f",path:"/apis/element/elementByPartialLinkTextOrNull.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"elementByTagName",frontmatter:{},regularPath:"/apis/element/elementByTagName.html",relativePath:"apis/element/elementByTagName.md",key:"v-7c2bd86f",path:"/apis/element/elementByTagName.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"elementByTagNameIfExists",frontmatter:{},regularPath:"/apis/element/elementByTagNameIfExists.html",relativePath:"apis/element/elementByTagNameIfExists.md",key:"v-2ce9934f",path:"/apis/element/elementByTagNameIfExists.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"elementByXPathIfExists",frontmatter:{},regularPath:"/apis/element/elementByXPathIfExists.html",relativePath:"apis/element/elementByXPathIfExists.md",key:"v-3bdbf062",path:"/apis/element/elementByXPathIfExists.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"elementByTagNameOrNull",frontmatter:{},regularPath:"/apis/element/elementByTagNameOrNull.html",relativePath:"apis/element/elementByTagNameOrNull.md",key:"v-2c8e49ef",path:"/apis/element/elementByTagNameOrNull.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"elementByXPath",frontmatter:{},regularPath:"/apis/element/elementByXPath.html",relativePath:"apis/element/elementByXPath.md",key:"v-8ec7eaa2",path:"/apis/element/elementByXPath.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"elementByXPathOrNull",frontmatter:{},regularPath:"/apis/element/elementByXPathOrNull.html",relativePath:"apis/element/elementByXPathOrNull.md",key:"v-7d7ae4af",path:"/apis/element/elementByXPathOrNull.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"elementOrNull",frontmatter:{},regularPath:"/apis/element/elementOrNull.html",relativePath:"apis/element/elementOrNull.md",key:"v-182ea57e",path:"/apis/element/elementOrNull.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"elementIfExists",frontmatter:{},regularPath:"/apis/element/elementIfExists.html",relativePath:"apis/element/elementIfExists.md",key:"v-396a9cba",path:"/apis/element/elementIfExists.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"elements",frontmatter:{},regularPath:"/apis/element/elements.html",relativePath:"apis/element/elements.md",key:"v-7a7a35cf",path:"/apis/element/elements.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"elementsByCss",frontmatter:{},regularPath:"/apis/element/elementsByCss.html",relativePath:"apis/element/elementsByCss.md",key:"v-1b4f2da3",path:"/apis/element/elementsByCss.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"elementsById",frontmatter:{},regularPath:"/apis/element/elementsById.html",relativePath:"apis/element/elementsById.md",key:"v-72b620e2",path:"/apis/element/elementsById.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"elementsByPartialLinkText",frontmatter:{},regularPath:"/apis/element/elementsByPartialLinkText.html",relativePath:"apis/element/elementsByPartialLinkText.md",key:"v-bd4f874e",path:"/apis/element/elementsByPartialLinkText.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"elementsByName",frontmatter:{},regularPath:"/apis/element/elementsByName.html",relativePath:"apis/element/elementsByName.md",key:"v-2a12eee2",path:"/apis/element/elementsByName.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"elementsByTagName",frontmatter:{},regularPath:"/apis/element/elementsByTagName.html",relativePath:"apis/element/elementsByTagName.md",key:"v-85300bc2",path:"/apis/element/elementsByTagName.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"elementsByXPath",frontmatter:{},regularPath:"/apis/element/elementsByXPath.html",relativePath:"apis/element/elementsByXPath.md",key:"v-594474af",path:"/apis/element/elementsByXPath.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"getComputedCss",frontmatter:{},regularPath:"/apis/element/getComputedCss.html",relativePath:"apis/element/getComputedCss.md",key:"v-41abbd22",path:"/apis/element/getComputedCss.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"getProperty",frontmatter:{},regularPath:"/apis/element/getProperty.html",relativePath:"apis/element/getProperty.md",key:"v-72d5d912",path:"/apis/element/getProperty.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"getRect",frontmatter:{},regularPath:"/apis/element/getRect.html",relativePath:"apis/element/getRect.md",key:"v-128a2419",path:"/apis/element/getRect.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"takeElementScreenshot",frontmatter:{},regularPath:"/apis/element/takeElementScreenshot.html",relativePath:"apis/element/takeElementScreenshot.md",key:"v-7afabd17",path:"/apis/element/takeElementScreenshot.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"waitForElement",frontmatter:{},regularPath:"/apis/element/waitForElement.html",relativePath:"apis/element/waitForElement.md",key:"v-58b5da6f",path:"/apis/element/waitForElement.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"execute",frontmatter:{},regularPath:"/apis/execute/execute.html",relativePath:"apis/execute/execute.md",key:"v-07068ff1",path:"/apis/execute/execute.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"isDisplayed",frontmatter:{},regularPath:"/apis/element/isDisplayed.html",relativePath:"apis/element/isDisplayed.md",key:"v-50dac55f",path:"/apis/element/isDisplayed.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"sendKeys",frontmatter:{},regularPath:"/apis/element/sendKeys.html",relativePath:"apis/element/sendKeys.md",key:"v-deed33a2",path:"/apis/element/sendKeys.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"text",frontmatter:{},regularPath:"/apis/element/text.html",relativePath:"apis/element/text.md",key:"v-4d53910f",path:"/apis/element/text.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"fileChooser",frontmatter:{},regularPath:"/apis/next/fileChooser.html",relativePath:"apis/next/fileChooser.md",key:"v-48c723af",path:"/apis/next/fileChooser.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"frame",frontmatter:{},regularPath:"/apis/next/frame.html",relativePath:"apis/next/frame.md",key:"v-0c5baaa2",path:"/apis/next/frame.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"keys",frontmatter:{},regularPath:"/apis/next/keys.html",relativePath:"apis/next/keys.md",key:"v-5a6b2fc7",path:"/apis/next/keys.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"touch",frontmatter:{},regularPath:"/apis/next/touch.html",relativePath:"apis/next/touch.md",key:"v-0f1527ef",path:"/apis/next/touch.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"saveScreenshot",frontmatter:{},regularPath:"/apis/screenshot/saveScreenshot.html",relativePath:"apis/screenshot/saveScreenshot.md",key:"v-1e73d862",path:"/apis/screenshot/saveScreenshot.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"sleep",frontmatter:{},regularPath:"/apis/next/sleep.html",relativePath:"apis/next/sleep.md",key:"v-28804222",path:"/apis/next/sleep.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"quit",frontmatter:{},regularPath:"/apis/session/quit.html",relativePath:"apis/session/quit.md",key:"v-1b3b77e2",path:"/apis/session/quit.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"takeScreenshot",frontmatter:{},regularPath:"/apis/screenshot/takeScreenshot.html",relativePath:"apis/screenshot/takeScreenshot.md",key:"v-2537548a",path:"/apis/screenshot/takeScreenshot.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"init",frontmatter:{},regularPath:"/apis/session/init.html",relativePath:"apis/session/init.md",key:"v-5281f56f",path:"/apis/session/init.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"sessions",frontmatter:{},regularPath:"/apis/session/sessions.html",relativePath:"apis/session/sessions.md",key:"v-491bd84f",path:"/apis/session/sessions.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"status",frontmatter:{},regularPath:"/apis/session/status.html",relativePath:"apis/session/status.md",key:"v-2f7dc76f",path:"/apis/session/status.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"title",frontmatter:{},regularPath:"/apis/title/title.html",relativePath:"apis/title/title.md",key:"v-21fff6e5",path:"/apis/title/title.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"source",frontmatter:{},regularPath:"/apis/source/source.html",relativePath:"apis/source/source.md",key:"v-69fba46e",path:"/apis/source/source.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"url",frontmatter:{},regularPath:"/apis/url/url.html",relativePath:"apis/url/url.md",key:"v-f9536bee",path:"/apis/url/url.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"close",frontmatter:{},regularPath:"/apis/window/close.html",relativePath:"apis/window/close.md",key:"v-3bc11122",path:"/apis/window/close.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"getWindowSize",frontmatter:{},regularPath:"/apis/window/getWindowSize.html",relativePath:"apis/window/getWindowSize.md",key:"v-249df7e2",path:"/apis/window/getWindowSize.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"setWindowSize",frontmatter:{},regularPath:"/apis/window/setWindowSize.html",relativePath:"apis/window/setWindowSize.md",key:"v-b37d2ee2",path:"/apis/window/setWindowSize.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"windowHandle",frontmatter:{},regularPath:"/apis/window/windowHandle.html",relativePath:"apis/window/windowHandle.md",key:"v-2f14e439",path:"/apis/window/windowHandle.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"Home",frontmatter:{home:!0,heroImage:"/logo/macaca.svg",actionText:"API 文档",actionLink:"/zh/apis/",footer:"MIT Licensed | Copyright © 2015-present Macaca"},regularPath:"/zh/",relativePath:"zh/README.md",key:"v-054a6408",path:"/zh/",headers:[{level:2,title:"安装",slug:"安装"},{level:2,title:"使用",slug:"使用"},{level:2,title:"集成 Helper",slug:"集成-helper"},{level:2,title:"扩展更多 API",slug:"扩展更多-api"},{level:2,title:"示例",slug:"示例"}],lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"window",frontmatter:{},regularPath:"/apis/window/window.html",relativePath:"apis/window/window.md",key:"v-58304109",path:"/apis/window/window.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"acceptAlert",frontmatter:{},regularPath:"/zh/apis/alert/acceptAlert.html",relativePath:"zh/apis/alert/acceptAlert.md",key:"v-6012054f",path:"/zh/apis/alert/acceptAlert.html",headers:[{level:2,title:"示例",slug:"示例"}],lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"alertKeys",frontmatter:{},regularPath:"/zh/apis/alert/alertKeys.html",relativePath:"zh/apis/alert/alertKeys.md",key:"v-82710362",path:"/zh/apis/alert/alertKeys.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"API 列表",frontmatter:{},regularPath:"/zh/apis/",relativePath:"zh/apis/README.md",key:"v-3b266cb6",path:"/zh/apis/",headers:[{level:2,title:"示例",slug:"示例"}],lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"dismissAlert",frontmatter:{},regularPath:"/zh/apis/alert/dismissAlert.html",relativePath:"zh/apis/alert/dismissAlert.md",key:"v-241588c7",path:"/zh/apis/alert/dismissAlert.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"alertText",frontmatter:{},regularPath:"/zh/apis/alert/alertText.html",relativePath:"zh/apis/alert/alertText.md",key:"v-18eef5ef",path:"/zh/apis/alert/alertText.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"hasElement",frontmatter:{},regularPath:"/zh/apis/assert/hasElement.html",relativePath:"zh/apis/assert/hasElement.md",key:"v-934ac5e2",path:"/zh/apis/assert/hasElement.html",headers:[{level:2,title:"示例",slug:"示例"}],lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"hasElementById",frontmatter:{},regularPath:"/zh/apis/assert/hasElementById.html",relativePath:"zh/apis/assert/hasElementById.md",key:"v-2d7c1a62",path:"/zh/apis/assert/hasElementById.html",headers:[{level:2,title:"示例",slug:"示例"}],lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"hasElementByPartialLinkText",frontmatter:{},regularPath:"/zh/apis/assert/hasElementByPartialLinkText.html",relativePath:"zh/apis/assert/hasElementByPartialLinkText.md",key:"v-64b33285",path:"/zh/apis/assert/hasElementByPartialLinkText.html",headers:[{level:2,title:"示例",slug:"示例"}],lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"hasElementByName",frontmatter:{},regularPath:"/zh/apis/assert/hasElementByName.html",relativePath:"zh/apis/assert/hasElementByName.md",key:"v-0bc2764f",path:"/zh/apis/assert/hasElementByName.html",headers:[{level:2,title:"示例",slug:"示例"}],lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"hasElementByTagName",frontmatter:{},regularPath:"/zh/apis/assert/hasElementByTagName.html",relativePath:"zh/apis/assert/hasElementByTagName.md",key:"v-c284ce6a",path:"/zh/apis/assert/hasElementByTagName.html",headers:[{level:2,title:"示例",slug:"示例"}],lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"back",frontmatter:{},regularPath:"/zh/apis/browser/back.html",relativePath:"zh/apis/browser/back.md",key:"v-06683596",path:"/zh/apis/browser/back.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"hasElementByXPath",frontmatter:{},regularPath:"/zh/apis/assert/hasElementByXPath.html",relativePath:"zh/apis/assert/hasElementByXPath.md",key:"v-365117db",path:"/zh/apis/assert/hasElementByXPath.html",headers:[{level:2,title:"示例",slug:"示例"}],lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"click",frontmatter:{},regularPath:"/zh/apis/browser/click.html",relativePath:"zh/apis/browser/click.md",key:"v-b95cff62",path:"/zh/apis/browser/click.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"forward",frontmatter:{},regularPath:"/zh/apis/browser/forward.html",relativePath:"zh/apis/browser/forward.md",key:"v-5ee60eef",path:"/zh/apis/browser/forward.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"get",frontmatter:{},regularPath:"/zh/apis/browser/get.html",relativePath:"zh/apis/browser/get.md",key:"v-42b1ab8f",path:"/zh/apis/browser/get.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"maximize",frontmatter:{},regularPath:"/zh/apis/browser/maximize.html",relativePath:"zh/apis/browser/maximize.md",key:"v-f163e0aa",path:"/zh/apis/browser/maximize.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"refresh",frontmatter:{},regularPath:"/zh/apis/browser/refresh.html",relativePath:"zh/apis/browser/refresh.md",key:"v-ab4a56a2",path:"/zh/apis/browser/refresh.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"context",frontmatter:{},regularPath:"/zh/apis/context/context.html",relativePath:"zh/apis/context/context.md",key:"v-13652ce2",path:"/zh/apis/context/context.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"currentContext",frontmatter:{},regularPath:"/zh/apis/context/currentContext.html",relativePath:"zh/apis/context/currentContext.md",key:"v-0bc2a3b6",path:"/zh/apis/context/currentContext.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"contexts",frontmatter:{},regularPath:"/zh/apis/context/contexts.html",relativePath:"zh/apis/context/contexts.md",key:"v-19cf5a09",path:"/zh/apis/context/contexts.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"deleteCookie",frontmatter:{},regularPath:"/zh/apis/cookie/deleteCookie.html",relativePath:"zh/apis/cookie/deleteCookie.md",key:"v-5ce50cef",path:"/zh/apis/cookie/deleteCookie.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"allCookies",frontmatter:{},regularPath:"/zh/apis/cookie/allCookies.html",relativePath:"zh/apis/cookie/allCookies.md",key:"v-19e98b62",path:"/zh/apis/cookie/allCookies.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"deleteAllCookies",frontmatter:{},regularPath:"/zh/apis/cookie/deleteAllCookies.html",relativePath:"zh/apis/cookie/deleteAllCookies.md",key:"v-0acd5daf",path:"/zh/apis/cookie/deleteAllCookies.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"element",frontmatter:{},regularPath:"/zh/apis/element/element.html",relativePath:"zh/apis/element/element.md",key:"v-3423f1cf",path:"/zh/apis/element/element.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"clear",frontmatter:{},regularPath:"/zh/apis/element/clear.html",relativePath:"zh/apis/element/clear.md",key:"v-d9f5f3a2",path:"/zh/apis/element/clear.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"elementByCssIfExists",frontmatter:{},regularPath:"/zh/apis/element/elementByCssIfExists.html",relativePath:"zh/apis/element/elementByCssIfExists.md",key:"v-338ffe19",path:"/zh/apis/element/elementByCssIfExists.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"elementByCssOrNull",frontmatter:{},regularPath:"/zh/apis/element/elementByCssOrNull.html",relativePath:"zh/apis/element/elementByCssOrNull.md",key:"v-c9adba12",path:"/zh/apis/element/elementByCssOrNull.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"setCookie",frontmatter:{},regularPath:"/zh/apis/cookie/setCookie.html",relativePath:"zh/apis/cookie/setCookie.md",key:"v-0e381b4a",path:"/zh/apis/cookie/setCookie.html",headers:[{level:2,title:"示例",slug:"示例"}],lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"elementById",frontmatter:{},regularPath:"/zh/apis/element/elementById.html",relativePath:"zh/apis/element/elementById.md",key:"v-79c765e2",path:"/zh/apis/element/elementById.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"elementByIdIfExists",frontmatter:{},regularPath:"/zh/apis/element/elementByIdIfExists.html",relativePath:"zh/apis/element/elementByIdIfExists.md",key:"v-03e0c72f",path:"/zh/apis/element/elementByIdIfExists.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"elementByCss",frontmatter:{},regularPath:"/zh/apis/element/elementByCss.html",relativePath:"zh/apis/element/elementByCss.md",key:"v-45f2806a",path:"/zh/apis/element/elementByCss.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"elementByName",frontmatter:{},regularPath:"/zh/apis/element/elementByName.html",relativePath:"zh/apis/element/elementByName.md",key:"v-1eaed50f",path:"/zh/apis/element/elementByName.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"elementByNameIfExists",frontmatter:{},regularPath:"/zh/apis/element/elementByNameIfExists.html",relativePath:"zh/apis/element/elementByNameIfExists.md",key:"v-055d3622",path:"/zh/apis/element/elementByNameIfExists.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"elementByIdOrNull",frontmatter:{},regularPath:"/zh/apis/element/elementByIdOrNull.html",relativePath:"zh/apis/element/elementByIdOrNull.md",key:"v-6660a662",path:"/zh/apis/element/elementByIdOrNull.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"elementByPartialLinkText",frontmatter:{},regularPath:"/zh/apis/element/elementByPartialLinkText.html",relativePath:"zh/apis/element/elementByPartialLinkText.md",key:"v-67fd61c1",path:"/zh/apis/element/elementByPartialLinkText.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"elementByPartialLinkTextIfExists",frontmatter:{},regularPath:"/zh/apis/element/elementByPartialLinkTextIfExists.html",relativePath:"zh/apis/element/elementByPartialLinkTextIfExists.md",key:"v-5799c6e2",path:"/zh/apis/element/elementByPartialLinkTextIfExists.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"elementByNameOrNull",frontmatter:{},regularPath:"/zh/apis/element/elementByNameOrNull.html",relativePath:"zh/apis/element/elementByNameOrNull.md",key:"v-7c874e4f",path:"/zh/apis/element/elementByNameOrNull.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"elementByPartialLinkTextOrNull",frontmatter:{},regularPath:"/zh/apis/element/elementByPartialLinkTextOrNull.html",relativePath:"zh/apis/element/elementByPartialLinkTextOrNull.md",key:"v-255ddb2d",path:"/zh/apis/element/elementByPartialLinkTextOrNull.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"elementByTagName",frontmatter:{},regularPath:"/zh/apis/element/elementByTagName.html",relativePath:"zh/apis/element/elementByTagName.md",key:"v-dad8b272",path:"/zh/apis/element/elementByTagName.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"windowHandles",frontmatter:{},regularPath:"/apis/window/windowHandles.html",relativePath:"apis/window/windowHandles.md",key:"v-646bd78f",path:"/apis/window/windowHandles.html",lastUpdated:"1/29/2024, 9:21:02 AM",lastUpdatedTimestamp:1706520062e3},{title:"elementByTagNameIfExists",frontmatter:{},regularPath:"/zh/apis/element/elementByTagNameIfExists.html",relativePath:"zh/apis/element/elementByTagNameIfExists.md",key:"v-4a711f95",path:"/zh/apis/element/elementByTagNameIfExists.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"elementByTagNameOrNull",frontmatter:{},regularPath:"/zh/apis/element/elementByTagNameOrNull.html",relativePath:"zh/apis/element/elementByTagNameOrNull.md",key:"v-41da6b73",path:"/zh/apis/element/elementByTagNameOrNull.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"elementByXPath",frontmatter:{},regularPath:"/zh/apis/element/elementByXPath.html",relativePath:"zh/apis/element/elementByXPath.md",key:"v-62d4fe57",path:"/zh/apis/element/elementByXPath.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"elementByXPathIfExists",frontmatter:{},regularPath:"/zh/apis/element/elementByXPathIfExists.html",relativePath:"zh/apis/element/elementByXPathIfExists.md",key:"v-10d4bce5",path:"/zh/apis/element/elementByXPathIfExists.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"elementByXPathOrNull",frontmatter:{},regularPath:"/zh/apis/element/elementByXPathOrNull.html",relativePath:"zh/apis/element/elementByXPathOrNull.md",key:"v-b222e2fa",path:"/zh/apis/element/elementByXPathOrNull.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"elementOrNull",frontmatter:{},regularPath:"/zh/apis/element/elementOrNull.html",relativePath:"zh/apis/element/elementOrNull.md",key:"v-8adef7e2",path:"/zh/apis/element/elementOrNull.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"elementsByCss",frontmatter:{},regularPath:"/zh/apis/element/elementsByCss.html",relativePath:"zh/apis/element/elementsByCss.md",key:"v-0d3fca2f",path:"/zh/apis/element/elementsByCss.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"elementIfExists",frontmatter:{},regularPath:"/zh/apis/element/elementIfExists.html",relativePath:"zh/apis/element/elementIfExists.md",key:"v-f14a3b22",path:"/zh/apis/element/elementIfExists.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"elements",frontmatter:{},regularPath:"/zh/apis/element/elements.html",relativePath:"zh/apis/element/elements.md",key:"v-2e91c33d",path:"/zh/apis/element/elements.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"elementsByName",frontmatter:{},regularPath:"/zh/apis/element/elementsByName.html",relativePath:"zh/apis/element/elementsByName.md",key:"v-7bcbd639",path:"/zh/apis/element/elementsByName.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"elementsByPartialLinkText",frontmatter:{},regularPath:"/zh/apis/element/elementsByPartialLinkText.html",relativePath:"zh/apis/element/elementsByPartialLinkText.md",key:"v-18084f8f",path:"/zh/apis/element/elementsByPartialLinkText.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"elementsByTagName",frontmatter:{},regularPath:"/zh/apis/element/elementsByTagName.html",relativePath:"zh/apis/element/elementsByTagName.md",key:"v-79789d22",path:"/zh/apis/element/elementsByTagName.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"elementsById",frontmatter:{},regularPath:"/zh/apis/element/elementsById.html",relativePath:"zh/apis/element/elementsById.md",key:"v-666ccd4e",path:"/zh/apis/element/elementsById.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"elementsByXPath",frontmatter:{},regularPath:"/zh/apis/element/elementsByXPath.html",relativePath:"zh/apis/element/elementsByXPath.md",key:"v-ece976a2",path:"/zh/apis/element/elementsByXPath.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"getProperty",frontmatter:{},regularPath:"/zh/apis/element/getProperty.html",relativePath:"zh/apis/element/getProperty.md",key:"v-ddbfd6a2",path:"/zh/apis/element/getProperty.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"getComputedCss",frontmatter:{},regularPath:"/zh/apis/element/getComputedCss.html",relativePath:"zh/apis/element/getComputedCss.md",key:"v-9f141b2a",path:"/zh/apis/element/getComputedCss.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"isDisplayed",frontmatter:{},regularPath:"/zh/apis/element/isDisplayed.html",relativePath:"zh/apis/element/isDisplayed.md",key:"v-2b92d3a2",path:"/zh/apis/element/isDisplayed.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"getRect",frontmatter:{},regularPath:"/zh/apis/element/getRect.html",relativePath:"zh/apis/element/getRect.md",key:"v-75f736e2",path:"/zh/apis/element/getRect.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"sendKeys",frontmatter:{},regularPath:"/zh/apis/element/sendKeys.html",relativePath:"zh/apis/element/sendKeys.md",key:"v-45ff1c9a",path:"/zh/apis/element/sendKeys.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"waitForElement",frontmatter:{},regularPath:"/zh/apis/element/waitForElement.html",relativePath:"zh/apis/element/waitForElement.md",key:"v-3db388db",path:"/zh/apis/element/waitForElement.html",headers:[{level:2,title:"示例",slug:"示例"}],lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"takeElementScreenshot",frontmatter:{},regularPath:"/zh/apis/element/takeElementScreenshot.html",relativePath:"zh/apis/element/takeElementScreenshot.md",key:"v-03e93c6f",path:"/zh/apis/element/takeElementScreenshot.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"execute",frontmatter:{},regularPath:"/zh/apis/execute/execute.html",relativePath:"zh/apis/execute/execute.md",key:"v-552cd10f",path:"/zh/apis/execute/execute.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"frame",frontmatter:{},regularPath:"/zh/apis/next/frame.html",relativePath:"zh/apis/next/frame.md",key:"v-718799af",path:"/zh/apis/next/frame.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"text",frontmatter:{},regularPath:"/zh/apis/element/text.html",relativePath:"zh/apis/element/text.md",key:"v-bb60705e",path:"/zh/apis/element/text.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"fileChooser",frontmatter:{},regularPath:"/zh/apis/next/fileChooser.html",relativePath:"zh/apis/next/fileChooser.md",key:"v-4b54414b",path:"/zh/apis/next/fileChooser.html",headers:[{level:2,title:"示例",slug:"示例"}],lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"sleep",frontmatter:{},regularPath:"/zh/apis/next/sleep.html",relativePath:"zh/apis/next/sleep.md",key:"v-2e25624a",path:"/zh/apis/next/sleep.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"keys",frontmatter:{},regularPath:"/zh/apis/next/keys.html",relativePath:"zh/apis/next/keys.md",key:"v-6a478fef",path:"/zh/apis/next/keys.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"touch",frontmatter:{},regularPath:"/zh/apis/next/touch.html",relativePath:"zh/apis/next/touch.md",key:"v-cd9e23ea",path:"/zh/apis/next/touch.html",headers:[{level:2,title:"示例",slug:"示例"}],lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"saveScreenshot",frontmatter:{},regularPath:"/zh/apis/screenshot/saveScreenshot.html",relativePath:"zh/apis/screenshot/saveScreenshot.md",key:"v-36a0386f",path:"/zh/apis/screenshot/saveScreenshot.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"takeScreenshot",frontmatter:{},regularPath:"/zh/apis/screenshot/takeScreenshot.html",relativePath:"zh/apis/screenshot/takeScreenshot.md",key:"v-6f05f22f",path:"/zh/apis/screenshot/takeScreenshot.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"quit",frontmatter:{},regularPath:"/zh/apis/session/quit.html",relativePath:"zh/apis/session/quit.md",key:"v-7eebf37e",path:"/zh/apis/session/quit.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"init",frontmatter:{},regularPath:"/zh/apis/session/init.html",relativePath:"zh/apis/session/init.md",key:"v-c1a29602",path:"/zh/apis/session/init.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"status",frontmatter:{},regularPath:"/zh/apis/session/status.html",relativePath:"zh/apis/session/status.md",key:"v-4637333b",path:"/zh/apis/session/status.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"sessions",frontmatter:{},regularPath:"/zh/apis/session/sessions.html",relativePath:"zh/apis/session/sessions.md",key:"v-f8fe4cb6",path:"/zh/apis/session/sessions.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"source",frontmatter:{},regularPath:"/zh/apis/source/source.html",relativePath:"zh/apis/source/source.md",key:"v-70c74ee2",path:"/zh/apis/source/source.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"title",frontmatter:{},regularPath:"/zh/apis/title/title.html",relativePath:"zh/apis/title/title.md",key:"v-7fd7d3cf",path:"/zh/apis/title/title.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"url",frontmatter:{},regularPath:"/zh/apis/url/url.html",relativePath:"zh/apis/url/url.md",key:"v-30e0b58f",path:"/zh/apis/url/url.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"setWindowSize",frontmatter:{},regularPath:"/zh/apis/window/setWindowSize.html",relativePath:"zh/apis/window/setWindowSize.md",key:"v-7d685629",path:"/zh/apis/window/setWindowSize.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"close",frontmatter:{},regularPath:"/zh/apis/window/close.html",relativePath:"zh/apis/window/close.md",key:"v-3fff2c9f",path:"/zh/apis/window/close.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"getWindowSize",frontmatter:{},regularPath:"/zh/apis/window/getWindowSize.html",relativePath:"zh/apis/window/getWindowSize.md",key:"v-1ac4197e",path:"/zh/apis/window/getWindowSize.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"windowHandles",frontmatter:{},regularPath:"/zh/apis/window/windowHandles.html",relativePath:"zh/apis/window/windowHandles.md",key:"v-42ad59d9",path:"/zh/apis/window/windowHandles.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"window",frontmatter:{},regularPath:"/zh/apis/window/window.html",relativePath:"zh/apis/window/window.md",key:"v-790fec8f",path:"/zh/apis/window/window.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3},{title:"windowHandle",frontmatter:{},regularPath:"/zh/apis/window/windowHandle.html",relativePath:"zh/apis/window/windowHandle.md",key:"v-8edadee2",path:"/zh/apis/window/windowHandle.html",lastUpdated:"2024/1/29 09:21:02",lastUpdatedTimestamp:1706520062e3}],themeConfig:{repo:"macacajs/macaca-wd",editLinks:!0,docsDir:"docs",locales:{"/":{label:"English",selectText:"Languages",editLinkText:"Edit this page on GitHub",lastUpdated:"Last Updated",serviceWorker:{updatePopup:{message:"New content is available.",buttonText:"Refresh"}},nav:[{text:"Ecosystem",items:[{text:"Official Site",items:[{text:"Macaca",link:"https://macacajs.github.io"}]},{text:"Web Page Testing",items:[{text:"UITest",link:"https://macacajs.github.io/uitest"},{text:"Torchjs",link:"https://macacajs.github.io/torchjs"}]},{text:"Artificial Intelligence",items:[{text:"CV based solution",link:"https://macacajs.github.io/guide/computer-vision.html"}]},{text:"Mock",items:[{text:"DataHub",link:"https://macacajs.github.io/macaca-datahub"}]},{text:"Inspector",items:[{text:"App Inspector",link:"https://macacajs.github.io/app-inspector"}]},{text:"UI Crawler",items:[{text:"NoSmoke",link:"https://macacajs.github.io/NoSmoke"}]},{text:"Reporter",items:[{text:"Macaca Reporter",link:"https://macacajs.github.io/macaca-reporter"}]},{text:"CI/CD",items:[{text:"Reliable",link:"https://macacajs.github.io/reliable"}]}]}],sidebar:{"/apis/":[{title:"alert",collapsable:!1,children:[["alert/acceptAlert","acceptAlert"],["alert/alertKeys","alertKeys"],["alert/alertText","alertText"],["alert/dismissAlert","dismissAlert"]]},{title:"assert",collapsable:!1,children:[["assert/hasElement","hasElement"],["assert/hasElementById","hasElementById"],["assert/hasElementByName","hasElementByName"],["assert/hasElementByPartialLinkText","hasElementByPartialLinkText"],["assert/hasElementByTagName","hasElementByTagName"],["assert/hasElementByXPath","hasElementByXPath"]]},{title:"browser",collapsable:!1,children:[["browser/back","back"],["browser/click","click"],["browser/forward","forward"],["browser/get","get"],["browser/maximize","maximize"],["browser/refresh","refresh"]]},{title:"context",collapsable:!1,children:[["context/context","context"],["context/contexts","contexts"],["context/currentContext","currentContext"]]},{title:"cookie",collapsable:!1,children:[["cookie/allCookies","allCookies"],["cookie/deleteAllCookies","deleteAllCookies"],["cookie/deleteCookie","deleteCookie"],["cookie/setCookie","setCookie"]]},{title:"element",collapsable:!1,children:[["element/clear","clear"],["element/element","element"],["element/elementByCss","elementByCss"],["element/elementByCssIfExists","elementByCssIfExists"],["element/elementByCssOrNull","elementByCssOrNull"],["element/elementById","elementById"],["element/elementByIdIfExists","elementByIdIfExists"],["element/elementByIdOrNull","elementByIdOrNull"],["element/elementByName","elementByName"],["element/elementByNameIfExists","elementByNameIfExists"],["element/elementByNameOrNull","elementByNameOrNull"],["element/elementByPartialLinkText","elementByPartialLinkText"],["element/elementByPartialLinkTextIfExists","elementByPartialLinkTextIfExists"],["element/elementByPartialLinkTextOrNull","elementByPartialLinkTextOrNull"],["element/elementByTagName","elementByTagName"],["element/elementByTagNameIfExists","elementByTagNameIfExists"],["element/elementByTagNameOrNull","elementByTagNameOrNull"],["element/elementByXPath","elementByXPath"],["element/elementByXPathIfExists","elementByXPathIfExists"],["element/elementByXPathOrNull","elementByXPathOrNull"],["element/elementIfExists","elementIfExists"],["element/elementOrNull","elementOrNull"],["element/elements","elements"],["element/elementsByCss","elementsByCss"],["element/elementsById","elementsById"],["element/elementsByName","elementsByName"],["element/elementsByPartialLinkText","elementsByPartialLinkText"],["element/elementsByTagName","elementsByTagName"],["element/elementsByXPath","elementsByXPath"],["element/getComputedCss","getComputedCss"],["element/getProperty","getProperty"],["element/getRect","getRect"],["element/isDisplayed","isDisplayed"],["element/sendKeys","sendKeys"],["element/takeElementScreenshot","takeElementScreenshot"],["element/text","text"],["element/waitForElement","waitForElement"]]},{title:"execute",collapsable:!1,children:[["execute/execute","execute"]]},{title:"next",collapsable:!1,children:[["next/fileChooser","fileChooser"],["next/frame","frame"],["next/keys","keys"],["next/sleep","sleep"],["next/touch","touch"]]},{title:"screenshot",collapsable:!1,children:[["screenshot/saveScreenshot","saveScreenshot"],["screenshot/takeScreenshot","takeScreenshot"]]},{title:"session",collapsable:!1,children:[["session/init","init"],["session/quit","quit"],["session/sessions","sessions"],["session/status","status"]]},{title:"source",collapsable:!1,children:[["source/source","source"]]},{title:"title",collapsable:!1,children:[["title/title","title"]]},{title:"url",collapsable:!1,children:[["url/url","url"]]},{title:"window",collapsable:!1,children:[["window/close","close"],["window/getWindowSize","getWindowSize"],["window/setWindowSize","setWindowSize"],["window/window","window"],["window/windowHandle","windowHandle"],["window/windowHandles","windowHandles"]]}]}},"/zh/":{label:"简体中文",selectText:"选择语言",editLinkText:"在 GitHub 上编辑此页",lastUpdated:"上次更新",serviceWorker:{updatePopup:{message:"发现新内容可用",buttonText:"刷新"}},nav:[{text:"生态成员",items:[{text:"官网",items:[{text:"Macaca",link:"https://macacajs.github.io"}]},{text:"Web 测试框架",items:[{text:"UITest",link:"https://macacajs.github.io/uitest/zh/"},{text:"Torchjs",link:"https://macacajs.github.io/torchjs/zh/"}]},{text:"人工智能",items:[{text:"计算机视觉",link:"https://macacajs.github.io/zh/guide/computer-vision.html"}]},{text:"Mock 方案",items:[{text:"DataHub",link:"https://macacajs.github.io/macaca-datahub/zh/"}]},{text:"检查工具",items:[{text:"App Inspector",link:"https://macacajs.github.io/app-inspector/zh/"}]},{text:"遍历工具",items:[{text:"NoSmoke",link:"https://macacajs.github.io/NoSmoke/zh/"}]},{text:"报告器",items:[{text:"Macaca Reporter",link:"https://macacajs.github.io/macaca-reporter/zh/"}]},{text:"持续集成",items:[{text:"Reliable",link:"https://macacajs.github.io/reliable/zh/"}]}]}],sidebar:{"/zh/apis/":[{title:"alert",collapsable:!1,children:[["alert/acceptAlert","acceptAlert"],["alert/alertKeys","alertKeys"],["alert/alertText","alertText"],["alert/dismissAlert","dismissAlert"]]},{title:"assert",collapsable:!1,children:[["assert/hasElement","hasElement"],["assert/hasElementById","hasElementById"],["assert/hasElementByName","hasElementByName"],["assert/hasElementByPartialLinkText","hasElementByPartialLinkText"],["assert/hasElementByTagName","hasElementByTagName"],["assert/hasElementByXPath","hasElementByXPath"]]},{title:"browser",collapsable:!1,children:[["browser/back","back"],["browser/click","click"],["browser/forward","forward"],["browser/get","get"],["browser/maximize","maximize"],["browser/refresh","refresh"]]},{title:"context",collapsable:!1,children:[["context/context","context"],["context/contexts","contexts"],["context/currentContext","currentContext"]]},{title:"cookie",collapsable:!1,children:[["cookie/allCookies","allCookies"],["cookie/deleteAllCookies","deleteAllCookies"],["cookie/deleteCookie","deleteCookie"],["cookie/setCookie","setCookie"]]},{title:"element",collapsable:!1,children:[["element/clear","clear"],["element/element","element"],["element/elementByCss","elementByCss"],["element/elementByCssIfExists","elementByCssIfExists"],["element/elementByCssOrNull","elementByCssOrNull"],["element/elementById","elementById"],["element/elementByIdIfExists","elementByIdIfExists"],["element/elementByIdOrNull","elementByIdOrNull"],["element/elementByName","elementByName"],["element/elementByNameIfExists","elementByNameIfExists"],["element/elementByNameOrNull","elementByNameOrNull"],["element/elementByPartialLinkText","elementByPartialLinkText"],["element/elementByPartialLinkTextIfExists","elementByPartialLinkTextIfExists"],["element/elementByPartialLinkTextOrNull","elementByPartialLinkTextOrNull"],["element/elementByTagName","elementByTagName"],["element/elementByTagNameIfExists","elementByTagNameIfExists"],["element/elementByTagNameOrNull","elementByTagNameOrNull"],["element/elementByXPath","elementByXPath"],["element/elementByXPathIfExists","elementByXPathIfExists"],["element/elementByXPathOrNull","elementByXPathOrNull"],["element/elementIfExists","elementIfExists"],["element/elementOrNull","elementOrNull"],["element/elements","elements"],["element/elementsByCss","elementsByCss"],["element/elementsById","elementsById"],["element/elementsByName","elementsByName"],["element/elementsByPartialLinkText","elementsByPartialLinkText"],["element/elementsByTagName","elementsByTagName"],["element/elementsByXPath","elementsByXPath"],["element/getComputedCss","getComputedCss"],["element/getProperty","getProperty"],["element/getRect","getRect"],["element/isDisplayed","isDisplayed"],["element/sendKeys","sendKeys"],["element/takeElementScreenshot","takeElementScreenshot"],["element/text","text"],["element/waitForElement","waitForElement"]]},{title:"execute",collapsable:!1,children:[["execute/execute","execute"]]},{title:"next",collapsable:!1,children:[["next/fileChooser","fileChooser"],["next/frame","frame"],["next/keys","keys"],["next/sleep","sleep"],["next/touch","touch"]]},{title:"screenshot",collapsable:!1,children:[["screenshot/saveScreenshot","saveScreenshot"],["screenshot/takeScreenshot","takeScreenshot"]]},{title:"session",collapsable:!1,children:[["session/init","init"],["session/quit","quit"],["session/sessions","sessions"],["session/status","status"]]},{title:"source",collapsable:!1,children:[["source/source","source"]]},{title:"title",collapsable:!1,children:[["title/title","title"]]},{title:"url",collapsable:!1,children:[["url/url","url"]]},{title:"window",collapsable:!1,children:[["window/close","close"],["window/getWindowSize","getWindowSize"],["window/setWindowSize","setWindowSize"],["window/window","window"],["window/windowHandle","windowHandle"],["window/windowHandles","windowHandles"]]}]}}}},locales:{"/":{lang:"en-US",title:"Macaca WD",description:"Node.js WebDriver Client for Macaca",path:"/"},"/zh/":{lang:"zh-CN",title:"Macaca WD",description:"Macaca Node.js 客户端 API 模块",path:"/zh/"}}};n(234);Vn.component("Badge",()=>Promise.all([n.e(0),n.e(4)]).then(n.bind(null,302))),Vn.component("CodeGroup",()=>Promise.all([n.e(0),n.e(6)]).then(n.bind(null,299))),Vn.component("CodeBlock",()=>Promise.all([n.e(0),n.e(5)]).then(n.bind(null,298)));n(235);var Ss=[{},({Vue:e})=>{e.mixin({computed:{$dataBlock(){return this.$options.__data__block__}}})},{},{}],Ls=[];class Ns extends class{constructor(){this.store=new Vn({data:{state:{}}})}$get(e){return this.store.state[e]}$set(e,t){Vn.set(this.store.state,e,t)}$emit(...e){this.store.$emit(...e)}$on(...e){this.store.$on(...e)}}{}Object.assign(Ns.prototype,{getPageAsyncComponent:ss,getLayoutAsyncComponent:ls,getAsyncComponent:cs,getVueComponent:us});var As={install(e){const t=new Ns;e.$vuepress=t,e.prototype.$vuepress=t}};function js(e,t){const n=t.toLowerCase();return e.options.routes.some(e=>e.path.toLowerCase()===n)}var $s={props:{pageKey:String,slotKey:{type:String,default:"default"}},render(e){const t=this.pageKey||this.$parent.$page.key;return hs("pageKey",t),Vn.component(t)||Vn.component(t,ss(t)),Vn.component(t)?e(t):e("")}},Is={functional:!0,props:{slotKey:String,required:!0},render:(e,{props:t,slots:n})=>e("div",{class:["content__"+t.slotKey]},n()[t.slotKey])},Ms={computed:{openInNewWindowTitle(){return this.$themeLocaleConfig.openNewWindowText||"(opens new window)"}}},Rs=(n(236),n(237),Object(Bs.a)(Ms,(function(){var e=this._self._c;return e("span",[e("svg",{staticClass:"icon outbound",attrs:{xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false",x:"0px",y:"0px",viewBox:"0 0 100 100",width:"15",height:"15"}},[e("path",{attrs:{fill:"currentColor",d:"M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"}}),this._v(" "),e("polygon",{attrs:{fill:"currentColor",points:"45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"}})]),this._v(" "),e("span",{staticClass:"sr-only"},[this._v(this._s(this.openInNewWindowTitle))])])}),[],!1,null,null,null).exports),Ds={functional:!0,render(e,{parent:t,children:n}){if(t._isMounted)return n;t.$once("hook:mounted",()=>{t.$forceUpdate()})}};Vn.config.productionTip=!1,Vn.use(Wi),Vn.use(As),Vn.mixin(function(e,t,n=Vn){!function(e){e.locales&&Object.keys(e.locales).forEach(t=>{e.locales[t].path=t});Object.freeze(e)}(t),n.$vuepress.$set("siteData",t);const a=new(e(n.$vuepress.$get("siteData"))),r=Object.getOwnPropertyDescriptors(Object.getPrototypeOf(a)),o={};return Object.keys(r).reduce((e,t)=>(t.startsWith("$")&&(e[t]=r[t].get),e),o),{computed:o}}(e=>class{setPage(e){this.__page=e}get $site(){return e}get $themeConfig(){return this.$site.themeConfig}get $frontmatter(){return this.$page.frontmatter}get $localeConfig(){const{locales:e={}}=this.$site;let t,n;for(const a in e)"/"===a?n=e[a]:0===this.$page.path.indexOf(a)&&(t=e[a]);return t||n||{}}get $siteTitle(){return this.$localeConfig.title||this.$site.title||""}get $canonicalUrl(){const{canonicalUrl:e}=this.$page.frontmatter;return"string"==typeof e&&e}get $title(){const e=this.$page,{metaTitle:t}=this.$page.frontmatter;if("string"==typeof t)return t;const n=this.$siteTitle,a=e.frontmatter.home?null:e.frontmatter.title||e.title;return n?a?a+" | "+n:n:a||"VuePress"}get $description(){const e=function(e){if(e){const t=e.filter(e=>"description"===e.name)[0];if(t)return t.content}}(this.$page.frontmatter.meta);return e||(this.$page.frontmatter.description||this.$localeConfig.description||this.$site.description||"")}get $lang(){return this.$page.frontmatter.lang||this.$localeConfig.lang||"en-US"}get $localePath(){return this.$localeConfig.path||"/"}get $themeLocaleConfig(){return(this.$site.themeConfig.locales||{})[this.$localePath]||{}}get $page(){return this.__page?this.__page:function(e,t){for(let n=0;nn||(e.hash?!Vn.$vuepress.$get("disableScrollBehavior")&&{selector:decodeURIComponent(e.hash)}:{x:0,y:0})});!function(e){e.beforeEach((t,n,a)=>{if(js(e,t.path))a();else if(/(\/|\.html)$/.test(t.path))if(/\/$/.test(t.path)){const n=t.path.replace(/\/$/,"")+".html";js(e,n)?a(n):a()}else a();else{const n=t.path+"/",r=t.path+".html";js(e,r)?a(r):js(e,n)?a(n):a()}})}(n);const a={};try{await Promise.all(Ss.filter(e=>"function"==typeof e).map(t=>t({Vue:Vn,options:a,router:n,siteData:Us,isServer:e})))}catch(e){console.error(e)}return{app:new Vn(Object.assign(a,{router:n,render:e=>e("div",{attrs:{id:"app"}},[e("RouterView",{ref:"layout"}),e("div",{class:"global-ui"},Ls.map(t=>e(t)))])})),router:n}}(!1).then(({app:e,router:t})=>{t.onReady(()=>{e.$mount("#app")})})}]); \ No newline at end of file +var a=Object.freeze({}),r=Array.isArray;function o(e){return null==e}function i(e){return null!=e}function s(e){return!0===e}function l(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e||"boolean"==typeof e}function c(e){return"function"==typeof e}function u(e){return null!==e&&"object"==typeof e}var p=Object.prototype.toString;function h(e){return"[object Object]"===p.call(e)}function f(e){return"[object RegExp]"===p.call(e)}function m(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function d(e){return i(e)&&"function"==typeof e.then&&"function"==typeof e.catch}function v(e){return null==e?"":Array.isArray(e)||h(e)&&e.toString===p?JSON.stringify(e,y,2):String(e)}function y(e,t){return t&&t.__v_isRef?t.value:t}function b(e){var t=parseFloat(e);return isNaN(t)?e:t}function g(e,t){for(var n=Object.create(null),a=e.split(","),r=0;r-1)return e.splice(a,1)}}var _=Object.prototype.hasOwnProperty;function k(e,t){return _.call(e,t)}function P(e){var t=Object.create(null);return function(n){return t[n]||(t[n]=e(n))}}var E=/-(\w)/g,T=P((function(e){return e.replace(E,(function(e,t){return t?t.toUpperCase():""}))})),C=P((function(e){return e.charAt(0).toUpperCase()+e.slice(1)})),B=/\B([A-Z])/g,z=P((function(e){return e.replace(B,"-$1").toLowerCase()}));var O=Function.prototype.bind?function(e,t){return e.bind(t)}:function(e,t){function n(n){var a=arguments.length;return a?a>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n};function U(e,t){t=t||0;for(var n=e.length-t,a=new Array(n);n--;)a[n]=e[n+t];return a}function S(e,t){for(var n in t)e[n]=t[n];return e}function L(e){for(var t={},n=0;n0,Q=J&&J.indexOf("edge/")>0;J&&J.indexOf("android");var ee=J&&/iphone|ipad|ipod|ios/.test(J);J&&/chrome\/\d+/.test(J),J&&/phantomjs/.test(J);var te,ne=J&&J.match(/firefox\/(\d+)/),ae={}.watch,re=!1;if(G)try{var oe={};Object.defineProperty(oe,"passive",{get:function(){re=!0}}),window.addEventListener("test-passive",null,oe)}catch(e){}var ie=function(){return void 0===te&&(te=!G&&"undefined"!=typeof global&&(global.process&&"server"===global.process.env.VUE_ENV)),te},se=G&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function le(e){return"function"==typeof e&&/native code/.test(e.toString())}var ce,ue="undefined"!=typeof Symbol&&le(Symbol)&&"undefined"!=typeof Reflect&&le(Reflect.ownKeys);ce="undefined"!=typeof Set&&le(Set)?Set:function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(e){return!0===this.set[e]},e.prototype.add=function(e){this.set[e]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var pe=null;function he(e){void 0===e&&(e=null),e||pe&&pe._scope.off(),pe=e,e&&e._scope.on()}var fe=function(){function e(e,t,n,a,r,o,i,s){this.tag=e,this.data=t,this.children=n,this.text=a,this.elm=r,this.ns=void 0,this.context=o,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=t&&t.key,this.componentOptions=i,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1}return Object.defineProperty(e.prototype,"child",{get:function(){return this.componentInstance},enumerable:!1,configurable:!0}),e}(),me=function(e){void 0===e&&(e="");var t=new fe;return t.text=e,t.isComment=!0,t};function de(e){return new fe(void 0,void 0,void 0,String(e))}function ve(e){var t=new fe(e.tag,e.data,e.children&&e.children.slice(),e.text,e.elm,e.context,e.componentOptions,e.asyncFactory);return t.ns=e.ns,t.isStatic=e.isStatic,t.key=e.key,t.isComment=e.isComment,t.fnContext=e.fnContext,t.fnOptions=e.fnOptions,t.fnScopeId=e.fnScopeId,t.asyncMeta=e.asyncMeta,t.isCloned=!0,t}"function"==typeof SuppressedError&&SuppressedError;var ye=0,be=[],ge=function(){function e(){this._pending=!1,this.id=ye++,this.subs=[]}return e.prototype.addSub=function(e){this.subs.push(e)},e.prototype.removeSub=function(e){this.subs[this.subs.indexOf(e)]=null,this._pending||(this._pending=!0,be.push(this))},e.prototype.depend=function(t){e.target&&e.target.addDep(this)},e.prototype.notify=function(e){var t=this.subs.filter((function(e){return e}));for(var n=0,a=t.length;n0&&(Je((c=e(c,"".concat(n||"","_").concat(a)))[0])&&Je(p)&&(h[u]=de(p.text+c[0].text),c.shift()),h.push.apply(h,c)):l(c)?Je(p)?h[u]=de(p.text+c):""!==c&&h.push(de(c)):Je(c)&&Je(p)?h[u]=de(p.text+c.text):(s(t._isVList)&&i(c.tag)&&o(c.key)&&i(n)&&(c.key="__vlist".concat(n,"_").concat(a,"__")),h.push(c)));return h}(e):void 0}function Je(e){return i(e)&&i(e.text)&&!1===e.isComment}function Ye(e,t){var n,a,o,s,l=null;if(r(e)||"string"==typeof e)for(l=new Array(e.length),n=0,a=e.length;n0,s=t?!!t.$stable:!i,l=t&&t.$key;if(t){if(t._normalized)return t._normalized;if(s&&r&&r!==a&&l===r.$key&&!i&&!r.$hasNormal)return r;for(var c in o={},t)t[c]&&"$"!==c[0]&&(o[c]=vt(e,n,c,t[c]))}else o={};for(var u in n)u in o||(o[u]=yt(n,u));return t&&Object.isExtensible(t)&&(t._normalized=o),q(o,"$stable",s),q(o,"$key",l),q(o,"$hasNormal",i),o}function vt(e,t,n,a){var o=function(){var t=pe;he(e);var n=arguments.length?a.apply(null,arguments):a({}),o=(n=n&&"object"==typeof n&&!r(n)?[n]:Ge(n))&&n[0];return he(t),n&&(!o||1===n.length&&o.isComment&&!mt(o))?void 0:n};return a.proxy&&Object.defineProperty(t,n,{get:o,enumerable:!0,configurable:!0}),o}function yt(e,t){return function(){return e[t]}}function bt(e){return{get attrs(){if(!e._attrsProxy){var t=e._attrsProxy={};q(t,"_v_attr_proxy",!0),gt(t,e.$attrs,a,e,"$attrs")}return e._attrsProxy},get listeners(){e._listenersProxy||gt(e._listenersProxy={},e.$listeners,a,e,"$listeners");return e._listenersProxy},get slots(){return function(e){e._slotsProxy||wt(e._slotsProxy={},e.$scopedSlots);return e._slotsProxy}(e)},emit:O(e.$emit,e),expose:function(t){t&&Object.keys(t).forEach((function(n){return Re(e,t,n)}))}}}function gt(e,t,n,a,r){var o=!1;for(var i in t)i in e?t[i]!==n[i]&&(o=!0):(o=!0,xt(e,i,a,r));for(var i in e)i in t||(o=!0,delete e[i]);return o}function xt(e,t,n,a){Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){return n[a][t]}})}function wt(e,t){for(var n in t)e[n]=t[n];for(var n in e)n in t||delete e[n]}var _t=null;function kt(e,t){return(e.__esModule||ue&&"Module"===e[Symbol.toStringTag])&&(e=e.default),u(e)?t.extend(e):e}function Pt(e){if(r(e))for(var t=0;tdocument.createEvent("Event").timeStamp&&(cn=function(){return un.now()})}var pn=function(e,t){if(e.post){if(!t.post)return 1}else if(t.post)return-1;return e.id-t.id};function hn(){var e,t;for(ln=cn(),on=!0,tn.sort(pn),sn=0;snsn&&tn[n].id>e.id;)n--;tn.splice(n+1,0,e)}else tn.push(e);rn||(rn=!0,Mt(hn))}}function mn(e,t){if(e){for(var n=Object.create(null),a=ue?Reflect.ownKeys(e):Object.keys(e),r=0;r-1)if(o&&!k(r,"default"))i=!1;else if(""===i||i===z(e)){var l=jn(String,r.type);(l<0||s-1:"string"==typeof e?e.split(",").indexOf(t)>-1:!!f(e)&&e.test(t)}function Yn(e,t){var n=e.cache,a=e.keys,r=e._vnode,o=e.$vnode;for(var i in n){var s=n[i];if(s){var l=s.name;l&&!t(l)&&Zn(n,i,a,r)}}o.componentOptions.children=void 0}function Zn(e,t,n,a){var r=e[t];!r||a&&r.tag===a.tag||r.componentInstance.$destroy(),e[t]=null,w(n,t)}Vn.prototype._init=function(e){var t=this;t._uid=Wn++,t._isVue=!0,t.__v_skip=!0,t._scope=new Fe(!0),t._scope.parent=void 0,t._scope._vm=!0,e&&e._isComponent?function(e,t){var n=e.$options=Object.create(e.constructor.options),a=t._parentVnode;n.parent=t.parent,n._parentVnode=a;var r=a.componentOptions;n.propsData=r.propsData,n._parentListeners=r.listeners,n._renderChildren=r.children,n._componentTag=r.tag,t.render&&(n.render=t.render,n.staticRenderFns=t.staticRenderFns)}(t,e):t.$options=On(qn(t.constructor),e||{},t),t._renderProxy=t,t._self=t,function(e){var t=e.$options,n=t.parent;if(n&&!t.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(e)}e.$parent=n,e.$root=n?n.$root:e,e.$children=[],e.$refs={},e._provided=n?n._provided:Object.create(null),e._watcher=null,e._inactive=null,e._directInactive=!1,e._isMounted=!1,e._isDestroyed=!1,e._isBeingDestroyed=!1}(t),function(e){e._events=Object.create(null),e._hasHookEvent=!1;var t=e.$options._parentListeners;t&&Gt(e,t)}(t),function(e){e._vnode=null,e._staticTrees=null;var t=e.$options,n=e.$vnode=t._parentVnode,r=n&&n.context;e.$slots=ht(t._renderChildren,r),e.$scopedSlots=n?dt(e.$parent,n.data.scopedSlots,e.$slots):a,e._c=function(t,n,a,r){return Et(e,t,n,a,r,!1)},e.$createElement=function(t,n,a,r){return Et(e,t,n,a,r,!0)};var o=n&&n.data;Se(e,"$attrs",o&&o.attrs||a,null,!0),Se(e,"$listeners",t._parentListeners||a,null,!0)}(t),en(t,"beforeCreate",void 0,!1),function(e){var t=mn(e.$options.inject,e);t&&(Be(!1),Object.keys(t).forEach((function(n){Se(e,n,t[n])})),Be(!0))}(t),Mn(t),function(e){var t=e.$options.provide;if(t){var n=c(t)?t.call(e):t;if(!u(n))return;for(var a=Xe(e),r=ue?Reflect.ownKeys(n):Object.keys(n),o=0;o1?U(n):n;for(var a=U(arguments,1),r='event handler for "'.concat(e,'"'),o=0,i=n.length;oparseInt(this.max)&&Zn(e,t[0],t,this._vnode),this.vnodeToCache=null}}},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var e in this.cache)Zn(this.cache,e,this.keys)},mounted:function(){var e=this;this.cacheVNode(),this.$watch("include",(function(t){Yn(e,(function(e){return Jn(t,e)}))})),this.$watch("exclude",(function(t){Yn(e,(function(e){return!Jn(t,e)}))}))},updated:function(){this.cacheVNode()},render:function(){var e=this.$slots.default,t=Pt(e),n=t&&t.componentOptions;if(n){var a=Gn(n),r=this.include,o=this.exclude;if(r&&(!a||!Jn(r,a))||o&&a&&Jn(o,a))return t;var i=this.cache,s=this.keys,l=null==t.key?n.Ctor.cid+(n.tag?"::".concat(n.tag):""):t.key;i[l]?(t.componentInstance=i[l].componentInstance,w(s,l),s.push(l)):(this.vnodeToCache=t,this.keyToCache=l),t.data.keepAlive=!0}return t||e&&e[0]}}};!function(e){var t={get:function(){return X}};Object.defineProperty(e,"config",t),e.util={warn:kn,extend:S,mergeOptions:On,defineReactive:Se},e.set=Le,e.delete=Ne,e.nextTick=Mt,e.observable=function(e){return Ue(e),e},e.options=Object.create(null),D.forEach((function(t){e.options[t+"s"]=Object.create(null)})),e.options._base=e,S(e.options.components,ea),function(e){e.use=function(e){var t=this._installedPlugins||(this._installedPlugins=[]);if(t.indexOf(e)>-1)return this;var n=U(arguments,1);return n.unshift(this),c(e.install)?e.install.apply(e,n):c(e)&&e.apply(null,n),t.push(e),this}}(e),function(e){e.mixin=function(e){return this.options=On(this.options,e),this}}(e),Kn(e),function(e){D.forEach((function(t){e[t]=function(e,n){return n?("component"===t&&h(n)&&(n.name=n.name||e,n=this.options._base.extend(n)),"directive"===t&&c(n)&&(n={bind:n,update:n}),this.options[t+"s"][e]=n,n):this.options[t+"s"][e]}}))}(e)}(Vn),Object.defineProperty(Vn.prototype,"$isServer",{get:ie}),Object.defineProperty(Vn.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(Vn,"FunctionalRenderContext",{value:dn}),Vn.version="2.7.16";var ta=g("style,class"),na=g("input,textarea,option,select,progress"),aa=g("contenteditable,draggable,spellcheck"),ra=g("events,caret,typing,plaintext-only"),oa=g("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,truespeed,typemustmatch,visible"),ia="http://www.w3.org/1999/xlink",sa=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},la=function(e){return sa(e)?e.slice(6,e.length):""},ca=function(e){return null==e||!1===e};function ua(e){for(var t=e.data,n=e,a=e;i(a.componentInstance);)(a=a.componentInstance._vnode)&&a.data&&(t=pa(a.data,t));for(;i(n=n.parent);)n&&n.data&&(t=pa(t,n.data));return function(e,t){if(i(e)||i(t))return ha(e,fa(t));return""}(t.staticClass,t.class)}function pa(e,t){return{staticClass:ha(e.staticClass,t.staticClass),class:i(e.class)?[e.class,t.class]:t.class}}function ha(e,t){return e?t?e+" "+t:e:t||""}function fa(e){return Array.isArray(e)?function(e){for(var t,n="",a=0,r=e.length;a-1?$a(e,t,n):oa(t)?ca(n)?e.removeAttribute(t):(n="allowfullscreen"===t&&"EMBED"===e.tagName?"true":t,e.setAttribute(t,n)):aa(t)?e.setAttribute(t,function(e,t){return ca(t)||"false"===t?"false":"contenteditable"===e&&ra(t)?t:"true"}(t,n)):sa(t)?ca(n)?e.removeAttributeNS(ia,la(t)):e.setAttributeNS(ia,t,n):$a(e,t,n)}function $a(e,t,n){if(ca(n))e.removeAttribute(t);else{if(Y&&!Z&&"TEXTAREA"===e.tagName&&"placeholder"===t&&""!==n&&!e.__ieph){var a=function(t){t.stopImmediatePropagation(),e.removeEventListener("input",a)};e.addEventListener("input",a),e.__ieph=!0}e.setAttribute(t,n)}}var Ia={create:Aa,update:Aa};function Ma(e,t){var n=t.elm,a=t.data,r=e.data;if(!(o(a.staticClass)&&o(a.class)&&(o(r)||o(r.staticClass)&&o(r.class)))){var s=ua(t),l=n._transitionClasses;i(l)&&(s=ha(s,fa(l))),s!==n._prevClass&&(n.setAttribute("class",s),n._prevClass=s)}}var Ra,Da={create:Ma,update:Ma};function Fa(e,t,n){var a=Ra;return function r(){var o=t.apply(null,arguments);null!==o&&Wa(e,r,n,a)}}var Xa=Ut&&!(ne&&Number(ne[1])<=53);function Ha(e,t,n,a){if(Xa){var r=ln,o=t;t=o._wrapper=function(e){if(e.target===e.currentTarget||e.timeStamp>=r||e.timeStamp<=0||e.target.ownerDocument!==document)return o.apply(this,arguments)}}Ra.addEventListener(e,t,re?{capture:n,passive:a}:n)}function Wa(e,t,n,a){(a||Ra).removeEventListener(e,t._wrapper||t,n)}function qa(e,t){if(!o(e.data.on)||!o(t.data.on)){var n=t.data.on||{},a=e.data.on||{};Ra=t.elm||e.elm,function(e){if(i(e.__r)){var t=Y?"change":"input";e[t]=[].concat(e.__r,e[t]||[]),delete e.__r}i(e.__c)&&(e.change=[].concat(e.__c,e.change||[]),delete e.__c)}(n),qe(n,a,Ha,Wa,Fa,t.context),Ra=void 0}}var Va,Ka={create:qa,update:qa,destroy:function(e){return qa(e,Pa)}};function Ga(e,t){if(!o(e.data.domProps)||!o(t.data.domProps)){var n,a,r=t.elm,l=e.data.domProps||{},c=t.data.domProps||{};for(n in(i(c.__ob__)||s(c._v_attr_proxy))&&(c=t.data.domProps=S({},c)),l)n in c||(r[n]="");for(n in c){if(a=c[n],"textContent"===n||"innerHTML"===n){if(t.children&&(t.children.length=0),a===l[n])continue;1===r.childNodes.length&&r.removeChild(r.childNodes[0])}if("value"===n&&"PROGRESS"!==r.tagName){r._value=a;var u=o(a)?"":String(a);Ja(r,u)&&(r.value=u)}else if("innerHTML"===n&&va(r.tagName)&&o(r.innerHTML)){(Va=Va||document.createElement("div")).innerHTML="".concat(a,"");for(var p=Va.firstChild;r.firstChild;)r.removeChild(r.firstChild);for(;p.firstChild;)r.appendChild(p.firstChild)}else if(a!==l[n])try{r[n]=a}catch(e){}}}}function Ja(e,t){return!e.composing&&("OPTION"===e.tagName||function(e,t){var n=!0;try{n=document.activeElement!==e}catch(e){}return n&&e.value!==t}(e,t)||function(e,t){var n=e.value,a=e._vModifiers;if(i(a)){if(a.number)return b(n)!==b(t);if(a.trim)return n.trim()!==t.trim()}return n!==t}(e,t))}var Ya={create:Ga,update:Ga},Za=P((function(e){var t={},n=/:(.+)/;return e.split(/;(?![^(]*\))/g).forEach((function(e){if(e){var a=e.split(n);a.length>1&&(t[a[0].trim()]=a[1].trim())}})),t}));function Qa(e){var t=er(e.style);return e.staticStyle?S(e.staticStyle,t):t}function er(e){return Array.isArray(e)?L(e):"string"==typeof e?Za(e):e}var tr,nr=/^--/,ar=/\s*!important$/,rr=function(e,t,n){if(nr.test(t))e.style.setProperty(t,n);else if(ar.test(n))e.style.setProperty(z(t),n.replace(ar,""),"important");else{var a=ir(t);if(Array.isArray(n))for(var r=0,o=n.length;r-1?t.split(cr).forEach((function(t){return e.classList.add(t)})):e.classList.add(t);else{var n=" ".concat(e.getAttribute("class")||""," ");n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function pr(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(cr).forEach((function(t){return e.classList.remove(t)})):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{for(var n=" ".concat(e.getAttribute("class")||""," "),a=" "+t+" ";n.indexOf(a)>=0;)n=n.replace(a," ");(n=n.trim())?e.setAttribute("class",n):e.removeAttribute("class")}}function hr(e){if(e){if("object"==typeof e){var t={};return!1!==e.css&&S(t,fr(e.name||"v")),S(t,e),t}return"string"==typeof e?fr(e):void 0}}var fr=P((function(e){return{enterClass:"".concat(e,"-enter"),enterToClass:"".concat(e,"-enter-to"),enterActiveClass:"".concat(e,"-enter-active"),leaveClass:"".concat(e,"-leave"),leaveToClass:"".concat(e,"-leave-to"),leaveActiveClass:"".concat(e,"-leave-active")}})),mr=G&&!Z,dr="transition",vr="transitionend",yr="animation",br="animationend";mr&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(dr="WebkitTransition",vr="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(yr="WebkitAnimation",br="webkitAnimationEnd"));var gr=G?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function xr(e){gr((function(){gr(e)}))}function wr(e,t){var n=e._transitionClasses||(e._transitionClasses=[]);n.indexOf(t)<0&&(n.push(t),ur(e,t))}function _r(e,t){e._transitionClasses&&w(e._transitionClasses,t),pr(e,t)}function kr(e,t,n){var a=Er(e,t),r=a.type,o=a.timeout,i=a.propCount;if(!r)return n();var s="transition"===r?vr:br,l=0,c=function(){e.removeEventListener(s,u),n()},u=function(t){t.target===e&&++l>=i&&c()};setTimeout((function(){l0&&(n="transition",u=i,p=o.length):"animation"===t?c>0&&(n="animation",u=c,p=l.length):p=(n=(u=Math.max(i,c))>0?i>c?"transition":"animation":null)?"transition"===n?o.length:l.length:0,{type:n,timeout:u,propCount:p,hasTransform:"transition"===n&&Pr.test(a[dr+"Property"])}}function Tr(e,t){for(;e.length1}function Sr(e,t){!0!==t.data.show&&Br(t)}var Lr=function(e){var t,n,a={},c=e.modules,u=e.nodeOps;for(t=0;tm?x(e,o(n[y+1])?null:n[y+1].elm,n,f,y,a):f>y&&_(t,p,m)}(p,d,y,n,c):i(y)?(i(e.text)&&u.setTextContent(p,""),x(p,null,y,0,y.length-1,n)):i(d)?_(d,0,d.length-1):i(e.text)&&u.setTextContent(p,""):e.text!==t.text&&u.setTextContent(p,t.text),i(m)&&i(f=m.hook)&&i(f=f.postpatch)&&f(e,t)}}}function T(e,t,n){if(s(n)&&i(e.parent))e.parent.data.pendingInsert=t;else for(var a=0;a-1,i.selected!==o&&(i.selected=o);else if($(Ir(i),a))return void(e.selectedIndex!==s&&(e.selectedIndex=s));r||(e.selectedIndex=-1)}}function $r(e,t){return t.every((function(t){return!$(t,e)}))}function Ir(e){return"_value"in e?e._value:e.value}function Mr(e){e.target.composing=!0}function Rr(e){e.target.composing&&(e.target.composing=!1,Dr(e.target,"input"))}function Dr(e,t){var n=document.createEvent("HTMLEvents");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function Fr(e){return!e.componentInstance||e.data&&e.data.transition?e:Fr(e.componentInstance._vnode)}var Xr={model:Nr,show:{bind:function(e,t,n){var a=t.value,r=(n=Fr(n)).data&&n.data.transition,o=e.__vOriginalDisplay="none"===e.style.display?"":e.style.display;a&&r?(n.data.show=!0,Br(n,(function(){e.style.display=o}))):e.style.display=a?o:"none"},update:function(e,t,n){var a=t.value;!a!=!t.oldValue&&((n=Fr(n)).data&&n.data.transition?(n.data.show=!0,a?Br(n,(function(){e.style.display=e.__vOriginalDisplay})):zr(n,(function(){e.style.display="none"}))):e.style.display=a?e.__vOriginalDisplay:"none")},unbind:function(e,t,n,a,r){r||(e.style.display=e.__vOriginalDisplay)}}},Hr={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function Wr(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?Wr(Pt(t.children)):e}function qr(e){var t={},n=e.$options;for(var a in n.propsData)t[a]=e[a];var r=n._parentListeners;for(var a in r)t[T(a)]=r[a];return t}function Vr(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}var Kr=function(e){return e.tag||mt(e)},Gr=function(e){return"show"===e.name},Jr={name:"transition",props:Hr,abstract:!0,render:function(e){var t=this,n=this.$slots.default;if(n&&(n=n.filter(Kr)).length){0;var a=this.mode;0;var r=n[0];if(function(e){for(;e=e.parent;)if(e.data.transition)return!0}(this.$vnode))return r;var o=Wr(r);if(!o)return r;if(this._leaving)return Vr(e,r);var i="__transition-".concat(this._uid,"-");o.key=null==o.key?o.isComment?i+"comment":i+o.tag:l(o.key)?0===String(o.key).indexOf(i)?o.key:i+o.key:o.key;var s=(o.data||(o.data={})).transition=qr(this),c=this._vnode,u=Wr(c);if(o.data.directives&&o.data.directives.some(Gr)&&(o.data.show=!0),u&&u.data&&!function(e,t){return t.key===e.key&&t.tag===e.tag}(o,u)&&!mt(u)&&(!u.componentInstance||!u.componentInstance._vnode.isComment)){var p=u.data.transition=S({},s);if("out-in"===a)return this._leaving=!0,Ve(p,"afterLeave",(function(){t._leaving=!1,t.$forceUpdate()})),Vr(e,r);if("in-out"===a){if(mt(o))return c;var h,f=function(){h()};Ve(s,"afterEnter",f),Ve(s,"enterCancelled",f),Ve(p,"delayLeave",(function(e){h=e}))}}return r}}},Yr=S({tag:String,moveClass:String},Hr);function Zr(e){e.elm._moveCb&&e.elm._moveCb(),e.elm._enterCb&&e.elm._enterCb()}function Qr(e){e.data.newPos=e.elm.getBoundingClientRect()}function eo(e){var t=e.data.pos,n=e.data.newPos,a=t.left-n.left,r=t.top-n.top;if(a||r){e.data.moved=!0;var o=e.elm.style;o.transform=o.WebkitTransform="translate(".concat(a,"px,").concat(r,"px)"),o.transitionDuration="0s"}}delete Yr.mode;var to={Transition:Jr,TransitionGroup:{props:Yr,beforeMount:function(){var e=this,t=this._update;this._update=function(n,a){var r=Yt(e);e.__patch__(e._vnode,e.kept,!1,!0),e._vnode=e.kept,r(),t.call(e,n,a)}},render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),a=this.prevChildren=this.children,r=this.$slots.default||[],o=this.children=[],i=qr(this),s=0;s-1?ba[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:ba[e]=/HTMLUnknownElement/.test(t.toString())},S(Vn.options.directives,Xr),S(Vn.options.components,to),Vn.prototype.__patch__=G?Lr:N,Vn.prototype.$mount=function(e,t){return function(e,t,n){var a;e.$el=t,e.$options.render||(e.$options.render=me),en(e,"beforeMount"),a=function(){e._update(e._render(),n)},new Wt(e,a,N,{before:function(){e._isMounted&&!e._isDestroyed&&en(e,"beforeUpdate")}},!0),n=!1;var r=e._preWatchers;if(r)for(var o=0;o=0&&(t=e.slice(a),e=e.slice(0,a));var r=e.indexOf("?");return r>=0&&(n=e.slice(r+1),e=e.slice(0,r)),{path:e,query:n,hash:t}}(r.path||""),c=t&&t.path||"/",u=l.path?ko(l.path,c,n||r.append):c,p=function(e,t,n){void 0===t&&(t={});var a,r=n||co;try{a=r(e||"")}catch(e){a={}}for(var o in t){var i=t[o];a[o]=Array.isArray(i)?i.map(lo):lo(i)}return a}(l.query,r.query,a&&a.options.parseQuery),h=r.hash||l.hash;return h&&"#"!==h.charAt(0)&&(h="#"+h),{_normalized:!0,path:u,query:p,hash:h}}var Ho,Wo=function(){},qo={name:"RouterLink",props:{to:{type:[String,Object],required:!0},tag:{type:String,default:"a"},custom:Boolean,exact:Boolean,exactPath:Boolean,append:Boolean,replace:Boolean,activeClass:String,exactActiveClass:String,ariaCurrentValue:{type:String,default:"page"},event:{type:[String,Array],default:"click"}},render:function(e){var t=this,n=this.$router,a=this.$route,r=n.resolve(this.to,a,this.append),o=r.location,i=r.route,s=r.href,l={},c=n.options.linkActiveClass,u=n.options.linkExactActiveClass,p=null==c?"router-link-active":c,h=null==u?"router-link-exact-active":u,f=null==this.activeClass?p:this.activeClass,m=null==this.exactActiveClass?h:this.exactActiveClass,d=i.redirectedFrom?ho(null,Xo(i.redirectedFrom),null,n):i;l[m]=bo(a,d,this.exactPath),l[f]=this.exact||this.exactPath?l[m]:function(e,t){return 0===e.path.replace(po,"/").indexOf(t.path.replace(po,"/"))&&(!t.hash||e.hash===t.hash)&&function(e,t){for(var n in t)if(!(n in e))return!1;return!0}(e.query,t.query)}(a,d);var v=l[m]?this.ariaCurrentValue:null,y=function(e){Vo(e)&&(t.replace?n.replace(o,Wo):n.push(o,Wo))},b={click:Vo};Array.isArray(this.event)?this.event.forEach((function(e){b[e]=y})):b[this.event]=y;var g={class:l},x=!this.$scopedSlots.$hasNormal&&this.$scopedSlots.default&&this.$scopedSlots.default({href:s,route:i,navigate:y,isActive:l[f],isExactActive:l[m]});if(x){if(1===x.length)return x[0];if(x.length>1||!x.length)return 0===x.length?e():e("span",{},x)}if("a"===this.tag)g.on=b,g.attrs={href:s,"aria-current":v};else{var w=function e(t){var n;if(t)for(var a=0;a-1&&(s.params[h]=n.params[h]);return s.path=Fo(u.path,s.params),l(u,s,i)}if(s.path){s.params={};for(var f=0;f-1}function Pi(e,t){return ki(e)&&e._isRouter&&(null==t||e.type===t)}function Ei(e,t,n){var a=function(r){r>=e.length?n():e[r]?t(e[r],(function(){a(r+1)})):a(r+1)};a(0)}function Ti(e){return function(t,n,a){var r=!1,o=0,i=null;Ci(e,(function(e,t,n,s){if("function"==typeof e&&void 0===e.cid){r=!0,o++;var l,c=Oi((function(t){var r;((r=t).__esModule||zi&&"Module"===r[Symbol.toStringTag])&&(t=t.default),e.resolved="function"==typeof t?t:Ho.extend(t),n.components[s]=t,--o<=0&&a()})),u=Oi((function(e){var t="Failed to resolve async component "+s+": "+e;i||(i=ki(e)?e:new Error(t),a(i))}));try{l=e(c,u)}catch(e){u(e)}if(l)if("function"==typeof l.then)l.then(c,u);else{var p=l.component;p&&"function"==typeof p.then&&p.then(c,u)}}})),r||a()}}function Ci(e,t){return Bi(e.map((function(e){return Object.keys(e.components).map((function(n){return t(e.components[n],e.instances[n],e,n)}))})))}function Bi(e){return Array.prototype.concat.apply([],e)}var zi="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;function Oi(e){var t=!1;return function(){for(var n=[],a=arguments.length;a--;)n[a]=arguments[a];if(!t)return t=!0,e.apply(this,n)}}var Ui=function(e,t){this.router=e,this.base=function(e){if(!e)if(Ko){var t=document.querySelector("base");e=(e=t&&t.getAttribute("href")||"/").replace(/^https?:\/\/[^\/]+/,"")}else e="/";"/"!==e.charAt(0)&&(e="/"+e);return e.replace(/\/$/,"")}(t),this.current=mo,this.pending=null,this.ready=!1,this.readyCbs=[],this.readyErrorCbs=[],this.errorCbs=[],this.listeners=[]};function Si(e,t,n,a){var r=Ci(e,(function(e,a,r,o){var i=function(e,t){"function"!=typeof e&&(e=Ho.extend(e));return e.options[t]}(e,t);if(i)return Array.isArray(i)?i.map((function(e){return n(e,a,r,o)})):n(i,a,r,o)}));return Bi(a?r.reverse():r)}function Li(e,t){if(t)return function(){return e.apply(t,arguments)}}Ui.prototype.listen=function(e){this.cb=e},Ui.prototype.onReady=function(e,t){this.ready?e():(this.readyCbs.push(e),t&&this.readyErrorCbs.push(t))},Ui.prototype.onError=function(e){this.errorCbs.push(e)},Ui.prototype.transitionTo=function(e,t,n){var a,r=this;try{a=this.router.match(e,this.current)}catch(e){throw this.errorCbs.forEach((function(t){t(e)})),e}var o=this.current;this.confirmTransition(a,(function(){r.updateRoute(a),t&&t(a),r.ensureURL(),r.router.afterHooks.forEach((function(e){e&&e(a,o)})),r.ready||(r.ready=!0,r.readyCbs.forEach((function(e){e(a)})))}),(function(e){n&&n(e),e&&!r.ready&&(Pi(e,bi.redirected)&&o===mo||(r.ready=!0,r.readyErrorCbs.forEach((function(t){t(e)}))))}))},Ui.prototype.confirmTransition=function(e,t,n){var a=this,r=this.current;this.pending=e;var o,i,s=function(e){!Pi(e)&&ki(e)&&(a.errorCbs.length?a.errorCbs.forEach((function(t){t(e)})):console.error(e)),n&&n(e)},l=e.matched.length-1,c=r.matched.length-1;if(bo(e,r)&&l===c&&e.matched[l]===r.matched[c])return this.ensureURL(),e.hash&&ii(this.router,r,e,!1),s(((i=wi(o=r,e,bi.duplicated,'Avoided redundant navigation to current location: "'+o.fullPath+'".')).name="NavigationDuplicated",i));var u=function(e,t){var n,a=Math.max(e.length,t.length);for(n=0;n0)){var t=this.router,n=t.options.scrollBehavior,a=di&&n;a&&this.listeners.push(oi());var r=function(){var n=e.current,r=Ai(e.base);e.current===mo&&r===e._startLocation||e.transitionTo(r,(function(e){a&&ii(t,e,n,!0)}))};window.addEventListener("popstate",r),this.listeners.push((function(){window.removeEventListener("popstate",r)}))}},t.prototype.go=function(e){window.history.go(e)},t.prototype.push=function(e,t,n){var a=this,r=this.current;this.transitionTo(e,(function(e){vi(Po(a.base+e.fullPath)),ii(a.router,e,r,!1),t&&t(e)}),n)},t.prototype.replace=function(e,t,n){var a=this,r=this.current;this.transitionTo(e,(function(e){yi(Po(a.base+e.fullPath)),ii(a.router,e,r,!1),t&&t(e)}),n)},t.prototype.ensureURL=function(e){if(Ai(this.base)!==this.current.fullPath){var t=Po(this.base+this.current.fullPath);e?vi(t):yi(t)}},t.prototype.getCurrentLocation=function(){return Ai(this.base)},t}(Ui);function Ai(e){var t=window.location.pathname,n=t.toLowerCase(),a=e.toLowerCase();return!e||n!==a&&0!==n.indexOf(Po(a+"/"))||(t=t.slice(e.length)),(t||"/")+window.location.search+window.location.hash}var ji=function(e){function t(t,n,a){e.call(this,t,n),a&&function(e){var t=Ai(e);if(!/^\/#/.test(t))return window.location.replace(Po(e+"/#"+t)),!0}(this.base)||$i()}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.setupListeners=function(){var e=this;if(!(this.listeners.length>0)){var t=this.router.options.scrollBehavior,n=di&&t;n&&this.listeners.push(oi());var a=function(){var t=e.current;$i()&&e.transitionTo(Ii(),(function(a){n&&ii(e.router,a,t,!0),di||Di(a.fullPath)}))},r=di?"popstate":"hashchange";window.addEventListener(r,a),this.listeners.push((function(){window.removeEventListener(r,a)}))}},t.prototype.push=function(e,t,n){var a=this,r=this.current;this.transitionTo(e,(function(e){Ri(e.fullPath),ii(a.router,e,r,!1),t&&t(e)}),n)},t.prototype.replace=function(e,t,n){var a=this,r=this.current;this.transitionTo(e,(function(e){Di(e.fullPath),ii(a.router,e,r,!1),t&&t(e)}),n)},t.prototype.go=function(e){window.history.go(e)},t.prototype.ensureURL=function(e){var t=this.current.fullPath;Ii()!==t&&(e?Ri(t):Di(t))},t.prototype.getCurrentLocation=function(){return Ii()},t}(Ui);function $i(){var e=Ii();return"/"===e.charAt(0)||(Di("/"+e),!1)}function Ii(){var e=window.location.href,t=e.indexOf("#");return t<0?"":e=e.slice(t+1)}function Mi(e){var t=window.location.href,n=t.indexOf("#");return(n>=0?t.slice(0,n):t)+"#"+e}function Ri(e){di?vi(Mi(e)):window.location.hash=e}function Di(e){di?yi(Mi(e)):window.location.replace(Mi(e))}var Fi=function(e){function t(t,n){e.call(this,t,n),this.stack=[],this.index=-1}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.push=function(e,t,n){var a=this;this.transitionTo(e,(function(e){a.stack=a.stack.slice(0,a.index+1).concat(e),a.index++,t&&t(e)}),n)},t.prototype.replace=function(e,t,n){var a=this;this.transitionTo(e,(function(e){a.stack=a.stack.slice(0,a.index).concat(e),t&&t(e)}),n)},t.prototype.go=function(e){var t=this,n=this.index+e;if(!(n<0||n>=this.stack.length)){var a=this.stack[n];this.confirmTransition(a,(function(){var e=t.current;t.index=n,t.updateRoute(a),t.router.afterHooks.forEach((function(t){t&&t(a,e)}))}),(function(e){Pi(e,bi.duplicated)&&(t.index=n)}))}},t.prototype.getCurrentLocation=function(){var e=this.stack[this.stack.length-1];return e?e.fullPath:"/"},t.prototype.ensureURL=function(){},t}(Ui),Xi=function(e){void 0===e&&(e={}),this.app=null,this.apps=[],this.options=e,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=Yo(e.routes||[],this);var t=e.mode||"hash";switch(this.fallback="history"===t&&!di&&!1!==e.fallback,this.fallback&&(t="hash"),Ko||(t="abstract"),this.mode=t,t){case"history":this.history=new Ni(this,e.base);break;case"hash":this.history=new ji(this,e.base,this.fallback);break;case"abstract":this.history=new Fi(this,e.base);break;default:0}},Hi={currentRoute:{configurable:!0}};Xi.prototype.match=function(e,t,n){return this.matcher.match(e,t,n)},Hi.currentRoute.get=function(){return this.history&&this.history.current},Xi.prototype.init=function(e){var t=this;if(this.apps.push(e),e.$once("hook:destroyed",(function(){var n=t.apps.indexOf(e);n>-1&&t.apps.splice(n,1),t.app===e&&(t.app=t.apps[0]||null),t.app||t.history.teardown()})),!this.app){this.app=e;var n=this.history;if(n instanceof Ni||n instanceof ji){var a=function(e){n.setupListeners(),function(e){var a=n.current,r=t.options.scrollBehavior;di&&r&&"fullPath"in e&&ii(t,e,a,!1)}(e)};n.transitionTo(n.getCurrentLocation(),a,a)}n.listen((function(e){t.apps.forEach((function(t){t._route=e}))}))}},Xi.prototype.beforeEach=function(e){return qi(this.beforeHooks,e)},Xi.prototype.beforeResolve=function(e){return qi(this.resolveHooks,e)},Xi.prototype.afterEach=function(e){return qi(this.afterHooks,e)},Xi.prototype.onReady=function(e,t){this.history.onReady(e,t)},Xi.prototype.onError=function(e){this.history.onError(e)},Xi.prototype.push=function(e,t,n){var a=this;if(!t&&!n&&"undefined"!=typeof Promise)return new Promise((function(t,n){a.history.push(e,t,n)}));this.history.push(e,t,n)},Xi.prototype.replace=function(e,t,n){var a=this;if(!t&&!n&&"undefined"!=typeof Promise)return new Promise((function(t,n){a.history.replace(e,t,n)}));this.history.replace(e,t,n)},Xi.prototype.go=function(e){this.history.go(e)},Xi.prototype.back=function(){this.go(-1)},Xi.prototype.forward=function(){this.go(1)},Xi.prototype.getMatchedComponents=function(e){var t=e?e.matched?e:this.resolve(e).route:this.currentRoute;return t?[].concat.apply([],t.matched.map((function(e){return Object.keys(e.components).map((function(t){return e.components[t]}))}))):[]},Xi.prototype.resolve=function(e,t,n){var a=Xo(e,t=t||this.history.current,n,this),r=this.match(a,t),o=r.redirectedFrom||r.fullPath;return{location:a,route:r,href:function(e,t,n){var a="hash"===n?"#"+t:t;return e?Po(e+"/"+a):a}(this.history.base,o,this.mode),normalizedTo:a,resolved:r}},Xi.prototype.getRoutes=function(){return this.matcher.getRoutes()},Xi.prototype.addRoute=function(e,t){this.matcher.addRoute(e,t),this.history.current!==mo&&this.history.transitionTo(this.history.getCurrentLocation())},Xi.prototype.addRoutes=function(e){this.matcher.addRoutes(e),this.history.current!==mo&&this.history.transitionTo(this.history.getCurrentLocation())},Object.defineProperties(Xi.prototype,Hi);var Wi=Xi;function qi(e,t){return e.push(t),function(){var n=e.indexOf(t);n>-1&&e.splice(n,1)}}Xi.install=function e(t){if(!e.installed||Ho!==t){e.installed=!0,Ho=t;var n=function(e){return void 0!==e},a=function(e,t){var a=e.$options._parentVnode;n(a)&&n(a=a.data)&&n(a=a.registerRouteInstance)&&a(e,t)};t.mixin({beforeCreate:function(){n(this.$options.router)?(this._routerRoot=this,this._router=this.$options.router,this._router.init(this),t.util.defineReactive(this,"_route",this._router.history.current)):this._routerRoot=this.$parent&&this.$parent._routerRoot||this,a(this,this)},destroyed:function(){a(this)}}),Object.defineProperty(t.prototype,"$router",{get:function(){return this._routerRoot._router}}),Object.defineProperty(t.prototype,"$route",{get:function(){return this._routerRoot._route}}),t.component("RouterView",wo),t.component("RouterLink",qo);var r=t.config.optionMergeStrategies;r.beforeRouteEnter=r.beforeRouteLeave=r.beforeRouteUpdate=r.created}},Xi.version="3.6.5",Xi.isNavigationFailure=Pi,Xi.NavigationFailureType=bi,Xi.START_LOCATION=mo,Ko&&window.Vue&&window.Vue.use(Xi);n(96);n(123),n(89);var Vi={"components/AlgoliaSearchBox":()=>Promise.all([n.e(0),n.e(13)]).then(n.bind(null,297)),"components/DropdownLink":()=>Promise.all([n.e(0),n.e(14)]).then(n.bind(null,254)),"components/DropdownTransition":()=>Promise.all([n.e(0),n.e(19)]).then(n.bind(null,242)),"components/Home":()=>Promise.all([n.e(0),n.e(16)]).then(n.bind(null,280)),"components/NavLink":()=>n.e(21).then(n.bind(null,241)),"components/NavLinks":()=>Promise.all([n.e(0),n.e(12)]).then(n.bind(null,265)),"components/Navbar":()=>Promise.all([n.e(0),n.e(1)]).then(n.bind(null,294)),"components/Page":()=>Promise.all([n.e(0),n.e(11)]).then(n.bind(null,281)),"components/PageEdit":()=>Promise.all([n.e(0),n.e(17)]).then(n.bind(null,267)),"components/PageNav":()=>Promise.all([n.e(0),n.e(15)]).then(n.bind(null,268)),"components/Sidebar":()=>Promise.all([n.e(0),n.e(10)]).then(n.bind(null,282)),"components/SidebarButton":()=>Promise.all([n.e(0),n.e(20)]).then(n.bind(null,283)),"components/SidebarGroup":()=>Promise.all([n.e(0),n.e(3)]).then(n.bind(null,266)),"components/SidebarLink":()=>Promise.all([n.e(0),n.e(18)]).then(n.bind(null,255)),"components/SidebarLinks":()=>Promise.all([n.e(0),n.e(3)]).then(n.bind(null,253)),"global-components/Badge":()=>Promise.all([n.e(0),n.e(4)]).then(n.bind(null,302)),"global-components/CodeBlock":()=>Promise.all([n.e(0),n.e(5)]).then(n.bind(null,298)),"global-components/CodeGroup":()=>Promise.all([n.e(0),n.e(6)]).then(n.bind(null,299)),"layouts/404":()=>n.e(7).then(n.bind(null,300)),"layouts/Layout":()=>Promise.all([n.e(0),n.e(1),n.e(2)]).then(n.bind(null,301)),NotFound:()=>n.e(7).then(n.bind(null,300)),Layout:()=>Promise.all([n.e(0),n.e(1),n.e(2)]).then(n.bind(null,301))},Ki={"v-0e7f60cc":()=>n.e(22).then(n.bind(null,303)),"v-6695fd65":()=>n.e(24).then(n.bind(null,304)),"v-2c6524c8":()=>n.e(23).then(n.bind(null,305)),"v-b05905a6":()=>n.e(25).then(n.bind(null,306)),"v-1619aa2f":()=>n.e(27).then(n.bind(null,307)),"v-036380fb":()=>n.e(26).then(n.bind(null,308)),"v-f6700cde":()=>n.e(28).then(n.bind(null,309)),"v-7f88cc2d":()=>n.e(29).then(n.bind(null,310)),"v-685ced8d":()=>n.e(30).then(n.bind(null,311)),"v-8d6fb262":()=>n.e(31).then(n.bind(null,312)),"v-3b1bd5ef":()=>n.e(32).then(n.bind(null,313)),"v-63f061af":()=>n.e(33).then(n.bind(null,314)),"v-68d6f44f":()=>n.e(34).then(n.bind(null,315)),"v-77f7b725":()=>n.e(35).then(n.bind(null,316)),"v-3be744ab":()=>n.e(36).then(n.bind(null,317)),"v-6f84a349":()=>n.e(37).then(n.bind(null,318)),"v-c42abc02":()=>n.e(39).then(n.bind(null,319)),"v-3f01cca2":()=>n.e(38).then(n.bind(null,320)),"v-0e12f6e2":()=>n.e(41).then(n.bind(null,321)),"v-5c13b1cf":()=>n.e(42).then(n.bind(null,322)),"v-273daef5":()=>n.e(43).then(n.bind(null,323)),"v-d8587842":()=>n.e(44).then(n.bind(null,324)),"v-5ab712f3":()=>n.e(45).then(n.bind(null,325)),"v-72420caf":()=>n.e(46).then(n.bind(null,326)),"v-64452bf3":()=>n.e(47).then(n.bind(null,327)),"v-2c8a1b55":()=>n.e(48).then(n.bind(null,328)),"v-2065462f":()=>n.e(49).then(n.bind(null,329)),"v-f6d4b0e2":()=>n.e(50).then(n.bind(null,330)),"v-49dba62f":()=>n.e(51).then(n.bind(null,331)),"v-6682b671":()=>n.e(52).then(n.bind(null,332)),"v-083dd182":()=>n.e(53).then(n.bind(null,333)),"v-69f21446":()=>n.e(54).then(n.bind(null,334)),"v-b25a1b5e":()=>n.e(55).then(n.bind(null,335)),"v-4d5bb55f":()=>n.e(56).then(n.bind(null,336)),"v-930757e2":()=>n.e(58).then(n.bind(null,337)),"v-743f803d":()=>n.e(57).then(n.bind(null,338)),"v-505612ef":()=>n.e(59).then(n.bind(null,339)),"v-27129d4f":()=>n.e(60).then(n.bind(null,340)),"v-7c2bd86f":()=>n.e(61).then(n.bind(null,341)),"v-2ce9934f":()=>n.e(62).then(n.bind(null,342)),"v-2c8e49ef":()=>n.e(63).then(n.bind(null,343)),"v-8ec7eaa2":()=>n.e(64).then(n.bind(null,344)),"v-3bdbf062":()=>n.e(65).then(n.bind(null,345)),"v-7d7ae4af":()=>n.e(66).then(n.bind(null,346)),"v-396a9cba":()=>n.e(67).then(n.bind(null,347)),"v-7a7a35cf":()=>n.e(69).then(n.bind(null,348)),"v-182ea57e":()=>n.e(68).then(n.bind(null,349)),"v-1b4f2da3":()=>n.e(70).then(n.bind(null,350)),"v-72b620e2":()=>n.e(71).then(n.bind(null,351)),"v-2a12eee2":()=>n.e(72).then(n.bind(null,352)),"v-bd4f874e":()=>n.e(73).then(n.bind(null,353)),"v-85300bc2":()=>n.e(74).then(n.bind(null,354)),"v-594474af":()=>n.e(75).then(n.bind(null,355)),"v-41abbd22":()=>n.e(76).then(n.bind(null,356)),"v-72d5d912":()=>n.e(77).then(n.bind(null,357)),"v-128a2419":()=>n.e(78).then(n.bind(null,358)),"v-deed33a2":()=>n.e(80).then(n.bind(null,359)),"v-50dac55f":()=>n.e(79).then(n.bind(null,360)),"v-7afabd17":()=>n.e(81).then(n.bind(null,361)),"v-4d53910f":()=>n.e(82).then(n.bind(null,362)),"v-58b5da6f":()=>n.e(83).then(n.bind(null,363)),"v-07068ff1":()=>n.e(84).then(n.bind(null,364)),"v-48c723af":()=>n.e(85).then(n.bind(null,365)),"v-0c5baaa2":()=>n.e(86).then(n.bind(null,366)),"v-5a6b2fc7":()=>n.e(87).then(n.bind(null,367)),"v-28804222":()=>n.e(88).then(n.bind(null,368)),"v-2537548a":()=>n.e(91).then(n.bind(null,369)),"v-0f1527ef":()=>n.e(89).then(n.bind(null,370)),"v-1e73d862":()=>n.e(90).then(n.bind(null,371)),"v-5281f56f":()=>n.e(92).then(n.bind(null,372)),"v-1b3b77e2":()=>n.e(93).then(n.bind(null,373)),"v-491bd84f":()=>n.e(94).then(n.bind(null,374)),"v-2f7dc76f":()=>n.e(95).then(n.bind(null,375)),"v-69fba46e":()=>n.e(96).then(n.bind(null,376)),"v-21fff6e5":()=>n.e(97).then(n.bind(null,377)),"v-f9536bee":()=>n.e(98).then(n.bind(null,378)),"v-249df7e2":()=>n.e(100).then(n.bind(null,379)),"v-3bc11122":()=>n.e(99).then(n.bind(null,380)),"v-58304109":()=>n.e(102).then(n.bind(null,381)),"v-b37d2ee2":()=>n.e(101).then(n.bind(null,382)),"v-2f14e439":()=>n.e(103).then(n.bind(null,383)),"v-646bd78f":()=>n.e(104).then(n.bind(null,384)),"v-054a6408":()=>n.e(105).then(n.bind(null,385)),"v-3b266cb6":()=>n.e(106).then(n.bind(null,386)),"v-6012054f":()=>n.e(107).then(n.bind(null,387)),"v-18eef5ef":()=>n.e(109).then(n.bind(null,388)),"v-82710362":()=>n.e(108).then(n.bind(null,389)),"v-934ac5e2":()=>n.e(111).then(n.bind(null,390)),"v-241588c7":()=>n.e(110).then(n.bind(null,391)),"v-2d7c1a62":()=>n.e(112).then(n.bind(null,392)),"v-0bc2764f":()=>n.e(113).then(n.bind(null,393)),"v-64b33285":()=>n.e(114).then(n.bind(null,394)),"v-365117db":()=>n.e(116).then(n.bind(null,395)),"v-c284ce6a":()=>n.e(115).then(n.bind(null,396)),"v-06683596":()=>n.e(117).then(n.bind(null,397)),"v-b95cff62":()=>n.e(118).then(n.bind(null,398)),"v-5ee60eef":()=>n.e(119).then(n.bind(null,399)),"v-f163e0aa":()=>n.e(121).then(n.bind(null,400)),"v-42b1ab8f":()=>n.e(120).then(n.bind(null,401)),"v-13652ce2":()=>n.e(123).then(n.bind(null,402)),"v-ab4a56a2":()=>n.e(122).then(n.bind(null,403)),"v-19cf5a09":()=>n.e(124).then(n.bind(null,404)),"v-0bc2a3b6":()=>n.e(125).then(n.bind(null,405)),"v-19e98b62":()=>n.e(126).then(n.bind(null,406)),"v-0acd5daf":()=>n.e(127).then(n.bind(null,407)),"v-5ce50cef":()=>n.e(128).then(n.bind(null,408)),"v-d9f5f3a2":()=>n.e(130).then(n.bind(null,409)),"v-c9adba12":()=>n.e(134).then(n.bind(null,410)),"v-79c765e2":()=>n.e(135).then(n.bind(null,411)),"v-3423f1cf":()=>n.e(131).then(n.bind(null,412)),"v-338ffe19":()=>n.e(133).then(n.bind(null,413)),"v-6660a662":()=>n.e(137).then(n.bind(null,414)),"v-45f2806a":()=>n.e(132).then(n.bind(null,415)),"v-055d3622":()=>n.e(139).then(n.bind(null,416)),"v-1eaed50f":()=>n.e(138).then(n.bind(null,417)),"v-7c874e4f":()=>n.e(140).then(n.bind(null,418)),"v-67fd61c1":()=>n.e(141).then(n.bind(null,419)),"v-5799c6e2":()=>n.e(142).then(n.bind(null,420)),"v-dad8b272":()=>n.e(144).then(n.bind(null,421)),"v-255ddb2d":()=>n.e(143).then(n.bind(null,422)),"v-4a711f95":()=>n.e(145).then(n.bind(null,423)),"v-41da6b73":()=>n.e(146).then(n.bind(null,424)),"v-62d4fe57":()=>n.e(147).then(n.bind(null,425)),"v-10d4bce5":()=>n.e(148).then(n.bind(null,426)),"v-f14a3b22":()=>n.e(150).then(n.bind(null,427)),"v-8adef7e2":()=>n.e(151).then(n.bind(null,428)),"v-b222e2fa":()=>n.e(149).then(n.bind(null,429)),"v-2e91c33d":()=>n.e(152).then(n.bind(null,430)),"v-0d3fca2f":()=>n.e(153).then(n.bind(null,431)),"v-666ccd4e":()=>n.e(154).then(n.bind(null,432)),"v-18084f8f":()=>n.e(156).then(n.bind(null,433)),"v-7bcbd639":()=>n.e(155).then(n.bind(null,434)),"v-79789d22":()=>n.e(157).then(n.bind(null,435)),"v-9f141b2a":()=>n.e(159).then(n.bind(null,436)),"v-ddbfd6a2":()=>n.e(160).then(n.bind(null,437)),"v-ece976a2":()=>n.e(158).then(n.bind(null,438)),"v-75f736e2":()=>n.e(161).then(n.bind(null,439)),"v-2b92d3a2":()=>n.e(162).then(n.bind(null,440)),"v-3db388db":()=>n.e(166).then(n.bind(null,441)),"v-45ff1c9a":()=>n.e(163).then(n.bind(null,442)),"v-03e93c6f":()=>n.e(164).then(n.bind(null,443)),"v-552cd10f":()=>n.e(167).then(n.bind(null,444)),"v-4b54414b":()=>n.e(168).then(n.bind(null,445)),"v-718799af":()=>n.e(169).then(n.bind(null,446)),"v-bb60705e":()=>n.e(165).then(n.bind(null,447)),"v-6a478fef":()=>n.e(170).then(n.bind(null,448)),"v-2e25624a":()=>n.e(171).then(n.bind(null,449)),"v-cd9e23ea":()=>n.e(172).then(n.bind(null,450)),"v-6f05f22f":()=>n.e(174).then(n.bind(null,451)),"v-36a0386f":()=>n.e(173).then(n.bind(null,452)),"v-c1a29602":()=>n.e(175).then(n.bind(null,453)),"v-7eebf37e":()=>n.e(176).then(n.bind(null,454)),"v-f8fe4cb6":()=>n.e(177).then(n.bind(null,455)),"v-70c74ee2":()=>n.e(179).then(n.bind(null,456)),"v-4637333b":()=>n.e(178).then(n.bind(null,457)),"v-7fd7d3cf":()=>n.e(180).then(n.bind(null,458)),"v-30e0b58f":()=>n.e(181).then(n.bind(null,459)),"v-3fff2c9f":()=>n.e(182).then(n.bind(null,460)),"v-1ac4197e":()=>n.e(183).then(n.bind(null,461)),"v-7d685629":()=>n.e(184).then(n.bind(null,462)),"v-790fec8f":()=>n.e(185).then(n.bind(null,463)),"v-8edadee2":()=>n.e(186).then(n.bind(null,464)),"v-42ad59d9":()=>n.e(187).then(n.bind(null,465)),"v-c3308fee":()=>n.e(40).then(n.bind(null,466)),"v-03e0c72f":()=>n.e(136).then(n.bind(null,467)),"v-0e381b4a":()=>n.e(129).then(n.bind(null,468))};function Gi(e){const t=Object.create(null);return function(n){return t[n]||(t[n]=e(n))}}const Ji=/-(\w)/g,Yi=Gi(e=>e.replace(Ji,(e,t)=>t?t.toUpperCase():"")),Zi=/\B([A-Z])/g,Qi=Gi(e=>e.replace(Zi,"-$1").toLowerCase()),es=Gi(e=>e.charAt(0).toUpperCase()+e.slice(1));function ts(e,t){if(!t)return;if(e(t))return e(t);return t.includes("-")?e(es(Yi(t))):e(es(t))||e(Qi(t))}const ns=Object.assign({},Vi,Ki),as=e=>ns[e],rs=e=>Ki[e],os=e=>Vi[e],is=e=>Vn.component(e);function ss(e){return ts(rs,e)}function ls(e){return ts(os,e)}function cs(e){return ts(as,e)}function us(e){return ts(is,e)}function ps(...e){return Promise.all(e.filter(e=>e).map(async e=>{if(!us(e)&&cs(e)){const t=await cs(e)();Vn.component(e,t.default)}}))}function hs(e,t){"undefined"!=typeof window&&window.__VUEPRESS__&&(window.__VUEPRESS__[e]=t)}var fs=n(86),ms=n.n(fs),ds=n(87),vs=n.n(ds),ys={created(){if(this.siteMeta=this.$site.headTags.filter(([e])=>"meta"===e).map(([e,t])=>t),this.$ssrContext){const t=this.getMergedMetaTags();this.$ssrContext.title=this.$title,this.$ssrContext.lang=this.$lang,this.$ssrContext.pageMeta=(e=t)?e.map(e=>{let t="{t+=` ${n}="${vs()(e[n])}"`}),t+">"}).join("\n "):"",this.$ssrContext.canonicalLink=gs(this.$canonicalUrl)}var e},mounted(){this.currentMetaTags=[...document.querySelectorAll("meta")],this.updateMeta(),this.updateCanonicalLink()},methods:{updateMeta(){document.title=this.$title,document.documentElement.lang=this.$lang;const e=this.getMergedMetaTags();this.currentMetaTags=xs(e,this.currentMetaTags)},getMergedMetaTags(){const e=this.$page.frontmatter.meta||[];return ms()([{name:"description",content:this.$description}],e,this.siteMeta,ws)},updateCanonicalLink(){bs(),this.$canonicalUrl&&document.head.insertAdjacentHTML("beforeend",gs(this.$canonicalUrl))}},watch:{$page(){this.updateMeta(),this.updateCanonicalLink()}},beforeDestroy(){xs(null,this.currentMetaTags),bs()}};function bs(){const e=document.querySelector("link[rel='canonical']");e&&e.remove()}function gs(e=""){return e?``:""}function xs(e,t){if(t&&[...t].filter(e=>e.parentNode===document.head).forEach(e=>document.head.removeChild(e)),e)return e.map(e=>{const t=document.createElement("meta");return Object.keys(e).forEach(n=>{t.setAttribute(n,e[n])}),document.head.appendChild(t),t})}function ws(e){for(const t of["name","property","itemprop"])if(e.hasOwnProperty(t))return e[t]+t;return JSON.stringify(e)}var _s=n(88),ks={mounted(){window.addEventListener("scroll",this.onScroll)},methods:{onScroll:n.n(_s)()((function(){this.setActiveHash()}),300),setActiveHash(){const e=[].slice.call(document.querySelectorAll(".sidebar-link")),t=[].slice.call(document.querySelectorAll(".header-anchor")).filter(t=>e.some(e=>e.hash===t.hash)),n=Math.max(window.pageYOffset,document.documentElement.scrollTop,document.body.scrollTop),a=Math.max(document.documentElement.scrollHeight,document.body.scrollHeight),r=window.innerHeight+n;for(let e=0;e=o.parentElement.offsetTop+10&&(!i||n{this.$nextTick(()=>{this.$vuepress.$set("disableScrollBehavior",!1)})})}}}},beforeDestroy(){window.removeEventListener("scroll",this.onScroll)}},Ps=n(22),Es=n.n(Ps),Ts=[ys,ks,{mounted(){Es.a.configure({showSpinner:!1}),this.$router.beforeEach((e,t,n)=>{e.path===t.path||Vn.component(e.name)||Es.a.start(),n()}),this.$router.afterEach(()=>{Es.a.done(),this.isSidebarOpen=!1})}}],Cs={name:"GlobalLayout",computed:{layout(){const e=this.getLayout();return hs("layout",e),Vn.component(e)}},methods:{getLayout(){if(this.$page.path){const e=this.$page.frontmatter.layout;return e&&(this.$vuepress.getLayoutAsyncComponent(e)||this.$vuepress.getVueComponent(e))?e:"Layout"}return"NotFound"}}},Bs=n(14),zs=Object(Bs.a)(Cs,(function(){return(0,this._self._c)(this.layout,{tag:"component"})}),[],!1,null,null,null).exports;!function(e,t,n){switch(t){case"components":e[t]||(e[t]={}),Object.assign(e[t],n);break;case"mixins":e[t]||(e[t]=[]),e[t].push(...n);break;default:throw new Error("Unknown option name.")}}(zs,"mixins",Ts);const Os=[{name:"v-0e7f60cc",path:"/",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-0e7f60cc").then(n)}},{path:"/index.html",redirect:"/"},{name:"v-6695fd65",path:"/apis/alert/acceptAlert.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-6695fd65").then(n)}},{name:"v-2c6524c8",path:"/apis/",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-2c6524c8").then(n)}},{path:"/apis/index.html",redirect:"/apis/"},{name:"v-b05905a6",path:"/apis/alert/alertKeys.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-b05905a6").then(n)}},{name:"v-1619aa2f",path:"/apis/alert/dismissAlert.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-1619aa2f").then(n)}},{name:"v-036380fb",path:"/apis/alert/alertText.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-036380fb").then(n)}},{name:"v-f6700cde",path:"/apis/assert/hasElement.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-f6700cde").then(n)}},{name:"v-7f88cc2d",path:"/apis/assert/hasElementById.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-7f88cc2d").then(n)}},{name:"v-685ced8d",path:"/apis/assert/hasElementByName.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-685ced8d").then(n)}},{name:"v-8d6fb262",path:"/apis/assert/hasElementByPartialLinkText.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-8d6fb262").then(n)}},{name:"v-3b1bd5ef",path:"/apis/assert/hasElementByTagName.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-3b1bd5ef").then(n)}},{name:"v-63f061af",path:"/apis/assert/hasElementByXPath.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-63f061af").then(n)}},{name:"v-68d6f44f",path:"/apis/browser/back.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-68d6f44f").then(n)}},{name:"v-77f7b725",path:"/apis/browser/click.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-77f7b725").then(n)}},{name:"v-3be744ab",path:"/apis/browser/forward.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-3be744ab").then(n)}},{name:"v-6f84a349",path:"/apis/browser/get.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-6f84a349").then(n)}},{name:"v-c42abc02",path:"/apis/browser/refresh.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-c42abc02").then(n)}},{name:"v-3f01cca2",path:"/apis/browser/maximize.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-3f01cca2").then(n)}},{name:"v-0e12f6e2",path:"/apis/context/contexts.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-0e12f6e2").then(n)}},{name:"v-5c13b1cf",path:"/apis/context/currentContext.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-5c13b1cf").then(n)}},{name:"v-273daef5",path:"/apis/cookie/allCookies.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-273daef5").then(n)}},{name:"v-d8587842",path:"/apis/cookie/deleteAllCookies.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-d8587842").then(n)}},{name:"v-5ab712f3",path:"/apis/cookie/deleteCookie.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-5ab712f3").then(n)}},{name:"v-72420caf",path:"/apis/cookie/setCookie.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-72420caf").then(n)}},{name:"v-64452bf3",path:"/apis/element/clear.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-64452bf3").then(n)}},{name:"v-2c8a1b55",path:"/apis/element/element.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-2c8a1b55").then(n)}},{name:"v-2065462f",path:"/apis/element/elementByCss.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-2065462f").then(n)}},{name:"v-f6d4b0e2",path:"/apis/element/elementByCssIfExists.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-f6d4b0e2").then(n)}},{name:"v-49dba62f",path:"/apis/element/elementByCssOrNull.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-49dba62f").then(n)}},{name:"v-6682b671",path:"/apis/element/elementById.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-6682b671").then(n)}},{name:"v-083dd182",path:"/apis/element/elementByIdIfExists.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-083dd182").then(n)}},{name:"v-69f21446",path:"/apis/element/elementByIdOrNull.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-69f21446").then(n)}},{name:"v-b25a1b5e",path:"/apis/element/elementByName.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-b25a1b5e").then(n)}},{name:"v-4d5bb55f",path:"/apis/element/elementByNameIfExists.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-4d5bb55f").then(n)}},{name:"v-930757e2",path:"/apis/element/elementByPartialLinkText.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-930757e2").then(n)}},{name:"v-743f803d",path:"/apis/element/elementByNameOrNull.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-743f803d").then(n)}},{name:"v-505612ef",path:"/apis/element/elementByPartialLinkTextIfExists.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-505612ef").then(n)}},{name:"v-27129d4f",path:"/apis/element/elementByPartialLinkTextOrNull.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-27129d4f").then(n)}},{name:"v-7c2bd86f",path:"/apis/element/elementByTagName.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-7c2bd86f").then(n)}},{name:"v-2ce9934f",path:"/apis/element/elementByTagNameIfExists.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-2ce9934f").then(n)}},{name:"v-2c8e49ef",path:"/apis/element/elementByTagNameOrNull.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-2c8e49ef").then(n)}},{name:"v-8ec7eaa2",path:"/apis/element/elementByXPath.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-8ec7eaa2").then(n)}},{name:"v-3bdbf062",path:"/apis/element/elementByXPathIfExists.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-3bdbf062").then(n)}},{name:"v-7d7ae4af",path:"/apis/element/elementByXPathOrNull.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-7d7ae4af").then(n)}},{name:"v-396a9cba",path:"/apis/element/elementIfExists.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-396a9cba").then(n)}},{name:"v-7a7a35cf",path:"/apis/element/elements.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-7a7a35cf").then(n)}},{name:"v-182ea57e",path:"/apis/element/elementOrNull.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-182ea57e").then(n)}},{name:"v-1b4f2da3",path:"/apis/element/elementsByCss.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-1b4f2da3").then(n)}},{name:"v-72b620e2",path:"/apis/element/elementsById.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-72b620e2").then(n)}},{name:"v-2a12eee2",path:"/apis/element/elementsByName.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-2a12eee2").then(n)}},{name:"v-bd4f874e",path:"/apis/element/elementsByPartialLinkText.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-bd4f874e").then(n)}},{name:"v-85300bc2",path:"/apis/element/elementsByTagName.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-85300bc2").then(n)}},{name:"v-594474af",path:"/apis/element/elementsByXPath.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-594474af").then(n)}},{name:"v-41abbd22",path:"/apis/element/getComputedCss.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-41abbd22").then(n)}},{name:"v-72d5d912",path:"/apis/element/getProperty.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-72d5d912").then(n)}},{name:"v-128a2419",path:"/apis/element/getRect.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-128a2419").then(n)}},{name:"v-deed33a2",path:"/apis/element/sendKeys.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-deed33a2").then(n)}},{name:"v-50dac55f",path:"/apis/element/isDisplayed.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-50dac55f").then(n)}},{name:"v-7afabd17",path:"/apis/element/takeElementScreenshot.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-7afabd17").then(n)}},{name:"v-4d53910f",path:"/apis/element/text.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-4d53910f").then(n)}},{name:"v-58b5da6f",path:"/apis/element/waitForElement.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-58b5da6f").then(n)}},{name:"v-07068ff1",path:"/apis/execute/execute.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-07068ff1").then(n)}},{name:"v-48c723af",path:"/apis/next/fileChooser.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-48c723af").then(n)}},{name:"v-0c5baaa2",path:"/apis/next/frame.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-0c5baaa2").then(n)}},{name:"v-5a6b2fc7",path:"/apis/next/keys.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-5a6b2fc7").then(n)}},{name:"v-28804222",path:"/apis/next/sleep.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-28804222").then(n)}},{name:"v-2537548a",path:"/apis/screenshot/takeScreenshot.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-2537548a").then(n)}},{name:"v-0f1527ef",path:"/apis/next/touch.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-0f1527ef").then(n)}},{name:"v-1e73d862",path:"/apis/screenshot/saveScreenshot.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-1e73d862").then(n)}},{name:"v-5281f56f",path:"/apis/session/init.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-5281f56f").then(n)}},{name:"v-1b3b77e2",path:"/apis/session/quit.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-1b3b77e2").then(n)}},{name:"v-491bd84f",path:"/apis/session/sessions.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-491bd84f").then(n)}},{name:"v-2f7dc76f",path:"/apis/session/status.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-2f7dc76f").then(n)}},{name:"v-69fba46e",path:"/apis/source/source.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-69fba46e").then(n)}},{name:"v-21fff6e5",path:"/apis/title/title.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-21fff6e5").then(n)}},{name:"v-f9536bee",path:"/apis/url/url.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-f9536bee").then(n)}},{name:"v-249df7e2",path:"/apis/window/getWindowSize.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-249df7e2").then(n)}},{name:"v-3bc11122",path:"/apis/window/close.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-3bc11122").then(n)}},{name:"v-58304109",path:"/apis/window/window.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-58304109").then(n)}},{name:"v-b37d2ee2",path:"/apis/window/setWindowSize.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-b37d2ee2").then(n)}},{name:"v-2f14e439",path:"/apis/window/windowHandle.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-2f14e439").then(n)}},{name:"v-646bd78f",path:"/apis/window/windowHandles.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-646bd78f").then(n)}},{name:"v-054a6408",path:"/zh/",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-054a6408").then(n)}},{path:"/zh/index.html",redirect:"/zh/"},{name:"v-3b266cb6",path:"/zh/apis/",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-3b266cb6").then(n)}},{path:"/zh/apis/index.html",redirect:"/zh/apis/"},{name:"v-6012054f",path:"/zh/apis/alert/acceptAlert.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-6012054f").then(n)}},{name:"v-18eef5ef",path:"/zh/apis/alert/alertText.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-18eef5ef").then(n)}},{name:"v-82710362",path:"/zh/apis/alert/alertKeys.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-82710362").then(n)}},{name:"v-934ac5e2",path:"/zh/apis/assert/hasElement.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-934ac5e2").then(n)}},{name:"v-241588c7",path:"/zh/apis/alert/dismissAlert.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-241588c7").then(n)}},{name:"v-2d7c1a62",path:"/zh/apis/assert/hasElementById.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-2d7c1a62").then(n)}},{name:"v-0bc2764f",path:"/zh/apis/assert/hasElementByName.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-0bc2764f").then(n)}},{name:"v-64b33285",path:"/zh/apis/assert/hasElementByPartialLinkText.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-64b33285").then(n)}},{name:"v-365117db",path:"/zh/apis/assert/hasElementByXPath.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-365117db").then(n)}},{name:"v-c284ce6a",path:"/zh/apis/assert/hasElementByTagName.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-c284ce6a").then(n)}},{name:"v-06683596",path:"/zh/apis/browser/back.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-06683596").then(n)}},{name:"v-b95cff62",path:"/zh/apis/browser/click.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-b95cff62").then(n)}},{name:"v-5ee60eef",path:"/zh/apis/browser/forward.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-5ee60eef").then(n)}},{name:"v-f163e0aa",path:"/zh/apis/browser/maximize.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-f163e0aa").then(n)}},{name:"v-42b1ab8f",path:"/zh/apis/browser/get.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-42b1ab8f").then(n)}},{name:"v-13652ce2",path:"/zh/apis/context/context.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-13652ce2").then(n)}},{name:"v-ab4a56a2",path:"/zh/apis/browser/refresh.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-ab4a56a2").then(n)}},{name:"v-19cf5a09",path:"/zh/apis/context/contexts.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-19cf5a09").then(n)}},{name:"v-0bc2a3b6",path:"/zh/apis/context/currentContext.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-0bc2a3b6").then(n)}},{name:"v-19e98b62",path:"/zh/apis/cookie/allCookies.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-19e98b62").then(n)}},{name:"v-0acd5daf",path:"/zh/apis/cookie/deleteAllCookies.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-0acd5daf").then(n)}},{name:"v-5ce50cef",path:"/zh/apis/cookie/deleteCookie.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-5ce50cef").then(n)}},{name:"v-d9f5f3a2",path:"/zh/apis/element/clear.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-d9f5f3a2").then(n)}},{name:"v-c9adba12",path:"/zh/apis/element/elementByCssOrNull.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-c9adba12").then(n)}},{name:"v-79c765e2",path:"/zh/apis/element/elementById.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-79c765e2").then(n)}},{name:"v-3423f1cf",path:"/zh/apis/element/element.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-3423f1cf").then(n)}},{name:"v-338ffe19",path:"/zh/apis/element/elementByCssIfExists.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-338ffe19").then(n)}},{name:"v-6660a662",path:"/zh/apis/element/elementByIdOrNull.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-6660a662").then(n)}},{name:"v-45f2806a",path:"/zh/apis/element/elementByCss.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-45f2806a").then(n)}},{name:"v-055d3622",path:"/zh/apis/element/elementByNameIfExists.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-055d3622").then(n)}},{name:"v-1eaed50f",path:"/zh/apis/element/elementByName.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-1eaed50f").then(n)}},{name:"v-7c874e4f",path:"/zh/apis/element/elementByNameOrNull.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-7c874e4f").then(n)}},{name:"v-67fd61c1",path:"/zh/apis/element/elementByPartialLinkText.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-67fd61c1").then(n)}},{name:"v-5799c6e2",path:"/zh/apis/element/elementByPartialLinkTextIfExists.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-5799c6e2").then(n)}},{name:"v-dad8b272",path:"/zh/apis/element/elementByTagName.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-dad8b272").then(n)}},{name:"v-255ddb2d",path:"/zh/apis/element/elementByPartialLinkTextOrNull.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-255ddb2d").then(n)}},{name:"v-4a711f95",path:"/zh/apis/element/elementByTagNameIfExists.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-4a711f95").then(n)}},{name:"v-41da6b73",path:"/zh/apis/element/elementByTagNameOrNull.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-41da6b73").then(n)}},{name:"v-62d4fe57",path:"/zh/apis/element/elementByXPath.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-62d4fe57").then(n)}},{name:"v-10d4bce5",path:"/zh/apis/element/elementByXPathIfExists.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-10d4bce5").then(n)}},{name:"v-f14a3b22",path:"/zh/apis/element/elementIfExists.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-f14a3b22").then(n)}},{name:"v-8adef7e2",path:"/zh/apis/element/elementOrNull.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-8adef7e2").then(n)}},{name:"v-b222e2fa",path:"/zh/apis/element/elementByXPathOrNull.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-b222e2fa").then(n)}},{name:"v-2e91c33d",path:"/zh/apis/element/elements.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-2e91c33d").then(n)}},{name:"v-0d3fca2f",path:"/zh/apis/element/elementsByCss.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-0d3fca2f").then(n)}},{name:"v-666ccd4e",path:"/zh/apis/element/elementsById.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-666ccd4e").then(n)}},{name:"v-18084f8f",path:"/zh/apis/element/elementsByPartialLinkText.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-18084f8f").then(n)}},{name:"v-7bcbd639",path:"/zh/apis/element/elementsByName.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-7bcbd639").then(n)}},{name:"v-79789d22",path:"/zh/apis/element/elementsByTagName.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-79789d22").then(n)}},{name:"v-9f141b2a",path:"/zh/apis/element/getComputedCss.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-9f141b2a").then(n)}},{name:"v-ddbfd6a2",path:"/zh/apis/element/getProperty.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-ddbfd6a2").then(n)}},{name:"v-ece976a2",path:"/zh/apis/element/elementsByXPath.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-ece976a2").then(n)}},{name:"v-75f736e2",path:"/zh/apis/element/getRect.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-75f736e2").then(n)}},{name:"v-2b92d3a2",path:"/zh/apis/element/isDisplayed.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-2b92d3a2").then(n)}},{name:"v-3db388db",path:"/zh/apis/element/waitForElement.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-3db388db").then(n)}},{name:"v-45ff1c9a",path:"/zh/apis/element/sendKeys.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-45ff1c9a").then(n)}},{name:"v-03e93c6f",path:"/zh/apis/element/takeElementScreenshot.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-03e93c6f").then(n)}},{name:"v-552cd10f",path:"/zh/apis/execute/execute.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-552cd10f").then(n)}},{name:"v-4b54414b",path:"/zh/apis/next/fileChooser.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-4b54414b").then(n)}},{name:"v-718799af",path:"/zh/apis/next/frame.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-718799af").then(n)}},{name:"v-bb60705e",path:"/zh/apis/element/text.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-bb60705e").then(n)}},{name:"v-6a478fef",path:"/zh/apis/next/keys.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-6a478fef").then(n)}},{name:"v-2e25624a",path:"/zh/apis/next/sleep.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-2e25624a").then(n)}},{name:"v-cd9e23ea",path:"/zh/apis/next/touch.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-cd9e23ea").then(n)}},{name:"v-6f05f22f",path:"/zh/apis/screenshot/takeScreenshot.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-6f05f22f").then(n)}},{name:"v-36a0386f",path:"/zh/apis/screenshot/saveScreenshot.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-36a0386f").then(n)}},{name:"v-c1a29602",path:"/zh/apis/session/init.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-c1a29602").then(n)}},{name:"v-7eebf37e",path:"/zh/apis/session/quit.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-7eebf37e").then(n)}},{name:"v-f8fe4cb6",path:"/zh/apis/session/sessions.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-f8fe4cb6").then(n)}},{name:"v-70c74ee2",path:"/zh/apis/source/source.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-70c74ee2").then(n)}},{name:"v-4637333b",path:"/zh/apis/session/status.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-4637333b").then(n)}},{name:"v-7fd7d3cf",path:"/zh/apis/title/title.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-7fd7d3cf").then(n)}},{name:"v-30e0b58f",path:"/zh/apis/url/url.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-30e0b58f").then(n)}},{name:"v-3fff2c9f",path:"/zh/apis/window/close.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-3fff2c9f").then(n)}},{name:"v-1ac4197e",path:"/zh/apis/window/getWindowSize.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-1ac4197e").then(n)}},{name:"v-7d685629",path:"/zh/apis/window/setWindowSize.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-7d685629").then(n)}},{name:"v-790fec8f",path:"/zh/apis/window/window.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-790fec8f").then(n)}},{name:"v-8edadee2",path:"/zh/apis/window/windowHandle.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-8edadee2").then(n)}},{name:"v-42ad59d9",path:"/zh/apis/window/windowHandles.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-42ad59d9").then(n)}},{name:"v-c3308fee",path:"/apis/context/context.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-c3308fee").then(n)}},{name:"v-03e0c72f",path:"/zh/apis/element/elementByIdIfExists.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-03e0c72f").then(n)}},{name:"v-0e381b4a",path:"/zh/apis/cookie/setCookie.html",component:zs,beforeEnter:(e,t,n)=>{ps("Layout","v-0e381b4a").then(n)}},{path:"*",component:zs}],Us={title:"",description:"",base:"/macaca-wd/",headTags:[["link",{rel:"icon",href:"https://macacajs.github.io/assets/favicon.ico"}],["script",{async:!0,src:"https://www.googletagmanager.com/gtag/js?id=UA-49226133-2"},""],["script",{},"\n window.dataLayer = window.dataLayer || [];\n function gtag(){dataLayer.push(arguments);}\n gtag('js', new Date());\n gtag('config', 'UA-49226133-2');\n "],["script",{},"\n!function(t,e,a,r,c){t.TracertCmdCache=t.TracertCmdCache||[],t[c]=window[c]||\n {_isInit:!0,call:function(){t.TracertCmdCache.push(arguments)},\n start:function(t){this.call('start',t)}},t[c].l=new Date;\n var n=e.createElement(a),s=e.getElementsByTagName(a)[0];\n n.async=!0,n.src=r,s.parentNode.insertBefore(n,s)}\n(window,document,'script','https://tracert.alipay.com/tracert.js','Tracert');\n Tracert.start({ plugins: [ 'BucName' ], spmAPos: 'a254', spmBPos: 'b19448' });\n"]],pages:[{title:"Home",frontmatter:{home:!0,heroImage:"/logo/macaca.svg",actionText:"API Documents",actionLink:"/apis/"},regularPath:"/",relativePath:"README.md",key:"v-0e7f60cc",path:"/",headers:[{level:2,title:"Installation",slug:"installation"},{level:2,title:"Usage",slug:"usage"},{level:2,title:"Mixin Helper",slug:"mixin-helper"},{level:2,title:"Extend WD chain",slug:"extend-wd-chain"},{level:2,title:"Demo",slug:"demo"}],lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"acceptAlert",frontmatter:{},regularPath:"/apis/alert/acceptAlert.html",relativePath:"apis/alert/acceptAlert.md",key:"v-6695fd65",path:"/apis/alert/acceptAlert.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"APIs",frontmatter:{},regularPath:"/apis/",relativePath:"apis/README.md",key:"v-2c6524c8",path:"/apis/",headers:[{level:2,title:"Demo",slug:"demo"}],lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"alertKeys",frontmatter:{},regularPath:"/apis/alert/alertKeys.html",relativePath:"apis/alert/alertKeys.md",key:"v-b05905a6",path:"/apis/alert/alertKeys.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"dismissAlert",frontmatter:{},regularPath:"/apis/alert/dismissAlert.html",relativePath:"apis/alert/dismissAlert.md",key:"v-1619aa2f",path:"/apis/alert/dismissAlert.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"alertText",frontmatter:{},regularPath:"/apis/alert/alertText.html",relativePath:"apis/alert/alertText.md",key:"v-036380fb",path:"/apis/alert/alertText.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"hasElement",frontmatter:{},regularPath:"/apis/assert/hasElement.html",relativePath:"apis/assert/hasElement.md",key:"v-f6700cde",path:"/apis/assert/hasElement.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"hasElementById",frontmatter:{},regularPath:"/apis/assert/hasElementById.html",relativePath:"apis/assert/hasElementById.md",key:"v-7f88cc2d",path:"/apis/assert/hasElementById.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"hasElementByName",frontmatter:{},regularPath:"/apis/assert/hasElementByName.html",relativePath:"apis/assert/hasElementByName.md",key:"v-685ced8d",path:"/apis/assert/hasElementByName.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"hasElementByPartialLinkText",frontmatter:{},regularPath:"/apis/assert/hasElementByPartialLinkText.html",relativePath:"apis/assert/hasElementByPartialLinkText.md",key:"v-8d6fb262",path:"/apis/assert/hasElementByPartialLinkText.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"hasElementByTagName",frontmatter:{},regularPath:"/apis/assert/hasElementByTagName.html",relativePath:"apis/assert/hasElementByTagName.md",key:"v-3b1bd5ef",path:"/apis/assert/hasElementByTagName.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"hasElementByXPath",frontmatter:{},regularPath:"/apis/assert/hasElementByXPath.html",relativePath:"apis/assert/hasElementByXPath.md",key:"v-63f061af",path:"/apis/assert/hasElementByXPath.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"back",frontmatter:{},regularPath:"/apis/browser/back.html",relativePath:"apis/browser/back.md",key:"v-68d6f44f",path:"/apis/browser/back.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"click",frontmatter:{},regularPath:"/apis/browser/click.html",relativePath:"apis/browser/click.md",key:"v-77f7b725",path:"/apis/browser/click.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"forward",frontmatter:{},regularPath:"/apis/browser/forward.html",relativePath:"apis/browser/forward.md",key:"v-3be744ab",path:"/apis/browser/forward.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"get",frontmatter:{},regularPath:"/apis/browser/get.html",relativePath:"apis/browser/get.md",key:"v-6f84a349",path:"/apis/browser/get.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"refresh",frontmatter:{},regularPath:"/apis/browser/refresh.html",relativePath:"apis/browser/refresh.md",key:"v-c42abc02",path:"/apis/browser/refresh.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"maximize",frontmatter:{},regularPath:"/apis/browser/maximize.html",relativePath:"apis/browser/maximize.md",key:"v-3f01cca2",path:"/apis/browser/maximize.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"contexts",frontmatter:{},regularPath:"/apis/context/contexts.html",relativePath:"apis/context/contexts.md",key:"v-0e12f6e2",path:"/apis/context/contexts.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"currentContext",frontmatter:{},regularPath:"/apis/context/currentContext.html",relativePath:"apis/context/currentContext.md",key:"v-5c13b1cf",path:"/apis/context/currentContext.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"allCookies",frontmatter:{},regularPath:"/apis/cookie/allCookies.html",relativePath:"apis/cookie/allCookies.md",key:"v-273daef5",path:"/apis/cookie/allCookies.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"deleteAllCookies",frontmatter:{},regularPath:"/apis/cookie/deleteAllCookies.html",relativePath:"apis/cookie/deleteAllCookies.md",key:"v-d8587842",path:"/apis/cookie/deleteAllCookies.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"deleteCookie",frontmatter:{},regularPath:"/apis/cookie/deleteCookie.html",relativePath:"apis/cookie/deleteCookie.md",key:"v-5ab712f3",path:"/apis/cookie/deleteCookie.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"setCookie",frontmatter:{},regularPath:"/apis/cookie/setCookie.html",relativePath:"apis/cookie/setCookie.md",key:"v-72420caf",path:"/apis/cookie/setCookie.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"clear",frontmatter:{},regularPath:"/apis/element/clear.html",relativePath:"apis/element/clear.md",key:"v-64452bf3",path:"/apis/element/clear.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"element",frontmatter:{},regularPath:"/apis/element/element.html",relativePath:"apis/element/element.md",key:"v-2c8a1b55",path:"/apis/element/element.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"elementByCss",frontmatter:{},regularPath:"/apis/element/elementByCss.html",relativePath:"apis/element/elementByCss.md",key:"v-2065462f",path:"/apis/element/elementByCss.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"elementByCssIfExists",frontmatter:{},regularPath:"/apis/element/elementByCssIfExists.html",relativePath:"apis/element/elementByCssIfExists.md",key:"v-f6d4b0e2",path:"/apis/element/elementByCssIfExists.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"elementByCssOrNull",frontmatter:{},regularPath:"/apis/element/elementByCssOrNull.html",relativePath:"apis/element/elementByCssOrNull.md",key:"v-49dba62f",path:"/apis/element/elementByCssOrNull.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"elementById",frontmatter:{},regularPath:"/apis/element/elementById.html",relativePath:"apis/element/elementById.md",key:"v-6682b671",path:"/apis/element/elementById.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"elementByIdIfExists",frontmatter:{},regularPath:"/apis/element/elementByIdIfExists.html",relativePath:"apis/element/elementByIdIfExists.md",key:"v-083dd182",path:"/apis/element/elementByIdIfExists.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"elementByIdOrNull",frontmatter:{},regularPath:"/apis/element/elementByIdOrNull.html",relativePath:"apis/element/elementByIdOrNull.md",key:"v-69f21446",path:"/apis/element/elementByIdOrNull.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"elementByName",frontmatter:{},regularPath:"/apis/element/elementByName.html",relativePath:"apis/element/elementByName.md",key:"v-b25a1b5e",path:"/apis/element/elementByName.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"elementByNameIfExists",frontmatter:{},regularPath:"/apis/element/elementByNameIfExists.html",relativePath:"apis/element/elementByNameIfExists.md",key:"v-4d5bb55f",path:"/apis/element/elementByNameIfExists.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"elementByPartialLinkText",frontmatter:{},regularPath:"/apis/element/elementByPartialLinkText.html",relativePath:"apis/element/elementByPartialLinkText.md",key:"v-930757e2",path:"/apis/element/elementByPartialLinkText.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"elementByNameOrNull",frontmatter:{},regularPath:"/apis/element/elementByNameOrNull.html",relativePath:"apis/element/elementByNameOrNull.md",key:"v-743f803d",path:"/apis/element/elementByNameOrNull.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"elementByPartialLinkTextIfExists",frontmatter:{},regularPath:"/apis/element/elementByPartialLinkTextIfExists.html",relativePath:"apis/element/elementByPartialLinkTextIfExists.md",key:"v-505612ef",path:"/apis/element/elementByPartialLinkTextIfExists.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"elementByPartialLinkTextOrNull",frontmatter:{},regularPath:"/apis/element/elementByPartialLinkTextOrNull.html",relativePath:"apis/element/elementByPartialLinkTextOrNull.md",key:"v-27129d4f",path:"/apis/element/elementByPartialLinkTextOrNull.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"elementByTagName",frontmatter:{},regularPath:"/apis/element/elementByTagName.html",relativePath:"apis/element/elementByTagName.md",key:"v-7c2bd86f",path:"/apis/element/elementByTagName.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"elementByTagNameIfExists",frontmatter:{},regularPath:"/apis/element/elementByTagNameIfExists.html",relativePath:"apis/element/elementByTagNameIfExists.md",key:"v-2ce9934f",path:"/apis/element/elementByTagNameIfExists.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"elementByTagNameOrNull",frontmatter:{},regularPath:"/apis/element/elementByTagNameOrNull.html",relativePath:"apis/element/elementByTagNameOrNull.md",key:"v-2c8e49ef",path:"/apis/element/elementByTagNameOrNull.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"elementByXPath",frontmatter:{},regularPath:"/apis/element/elementByXPath.html",relativePath:"apis/element/elementByXPath.md",key:"v-8ec7eaa2",path:"/apis/element/elementByXPath.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"elementByXPathIfExists",frontmatter:{},regularPath:"/apis/element/elementByXPathIfExists.html",relativePath:"apis/element/elementByXPathIfExists.md",key:"v-3bdbf062",path:"/apis/element/elementByXPathIfExists.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"elementByXPathOrNull",frontmatter:{},regularPath:"/apis/element/elementByXPathOrNull.html",relativePath:"apis/element/elementByXPathOrNull.md",key:"v-7d7ae4af",path:"/apis/element/elementByXPathOrNull.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"elementIfExists",frontmatter:{},regularPath:"/apis/element/elementIfExists.html",relativePath:"apis/element/elementIfExists.md",key:"v-396a9cba",path:"/apis/element/elementIfExists.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"elements",frontmatter:{},regularPath:"/apis/element/elements.html",relativePath:"apis/element/elements.md",key:"v-7a7a35cf",path:"/apis/element/elements.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"elementOrNull",frontmatter:{},regularPath:"/apis/element/elementOrNull.html",relativePath:"apis/element/elementOrNull.md",key:"v-182ea57e",path:"/apis/element/elementOrNull.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"elementsByCss",frontmatter:{},regularPath:"/apis/element/elementsByCss.html",relativePath:"apis/element/elementsByCss.md",key:"v-1b4f2da3",path:"/apis/element/elementsByCss.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"elementsById",frontmatter:{},regularPath:"/apis/element/elementsById.html",relativePath:"apis/element/elementsById.md",key:"v-72b620e2",path:"/apis/element/elementsById.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"elementsByName",frontmatter:{},regularPath:"/apis/element/elementsByName.html",relativePath:"apis/element/elementsByName.md",key:"v-2a12eee2",path:"/apis/element/elementsByName.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"elementsByPartialLinkText",frontmatter:{},regularPath:"/apis/element/elementsByPartialLinkText.html",relativePath:"apis/element/elementsByPartialLinkText.md",key:"v-bd4f874e",path:"/apis/element/elementsByPartialLinkText.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"elementsByTagName",frontmatter:{},regularPath:"/apis/element/elementsByTagName.html",relativePath:"apis/element/elementsByTagName.md",key:"v-85300bc2",path:"/apis/element/elementsByTagName.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"elementsByXPath",frontmatter:{},regularPath:"/apis/element/elementsByXPath.html",relativePath:"apis/element/elementsByXPath.md",key:"v-594474af",path:"/apis/element/elementsByXPath.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"getComputedCss",frontmatter:{},regularPath:"/apis/element/getComputedCss.html",relativePath:"apis/element/getComputedCss.md",key:"v-41abbd22",path:"/apis/element/getComputedCss.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"getProperty",frontmatter:{},regularPath:"/apis/element/getProperty.html",relativePath:"apis/element/getProperty.md",key:"v-72d5d912",path:"/apis/element/getProperty.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"getRect",frontmatter:{},regularPath:"/apis/element/getRect.html",relativePath:"apis/element/getRect.md",key:"v-128a2419",path:"/apis/element/getRect.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"sendKeys",frontmatter:{},regularPath:"/apis/element/sendKeys.html",relativePath:"apis/element/sendKeys.md",key:"v-deed33a2",path:"/apis/element/sendKeys.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"isDisplayed",frontmatter:{},regularPath:"/apis/element/isDisplayed.html",relativePath:"apis/element/isDisplayed.md",key:"v-50dac55f",path:"/apis/element/isDisplayed.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"takeElementScreenshot",frontmatter:{},regularPath:"/apis/element/takeElementScreenshot.html",relativePath:"apis/element/takeElementScreenshot.md",key:"v-7afabd17",path:"/apis/element/takeElementScreenshot.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"text",frontmatter:{},regularPath:"/apis/element/text.html",relativePath:"apis/element/text.md",key:"v-4d53910f",path:"/apis/element/text.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"waitForElement",frontmatter:{},regularPath:"/apis/element/waitForElement.html",relativePath:"apis/element/waitForElement.md",key:"v-58b5da6f",path:"/apis/element/waitForElement.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"execute",frontmatter:{},regularPath:"/apis/execute/execute.html",relativePath:"apis/execute/execute.md",key:"v-07068ff1",path:"/apis/execute/execute.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"fileChooser",frontmatter:{},regularPath:"/apis/next/fileChooser.html",relativePath:"apis/next/fileChooser.md",key:"v-48c723af",path:"/apis/next/fileChooser.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"frame",frontmatter:{},regularPath:"/apis/next/frame.html",relativePath:"apis/next/frame.md",key:"v-0c5baaa2",path:"/apis/next/frame.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"keys",frontmatter:{},regularPath:"/apis/next/keys.html",relativePath:"apis/next/keys.md",key:"v-5a6b2fc7",path:"/apis/next/keys.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"sleep",frontmatter:{},regularPath:"/apis/next/sleep.html",relativePath:"apis/next/sleep.md",key:"v-28804222",path:"/apis/next/sleep.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"takeScreenshot",frontmatter:{},regularPath:"/apis/screenshot/takeScreenshot.html",relativePath:"apis/screenshot/takeScreenshot.md",key:"v-2537548a",path:"/apis/screenshot/takeScreenshot.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"touch",frontmatter:{},regularPath:"/apis/next/touch.html",relativePath:"apis/next/touch.md",key:"v-0f1527ef",path:"/apis/next/touch.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"saveScreenshot",frontmatter:{},regularPath:"/apis/screenshot/saveScreenshot.html",relativePath:"apis/screenshot/saveScreenshot.md",key:"v-1e73d862",path:"/apis/screenshot/saveScreenshot.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"init",frontmatter:{},regularPath:"/apis/session/init.html",relativePath:"apis/session/init.md",key:"v-5281f56f",path:"/apis/session/init.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"quit",frontmatter:{},regularPath:"/apis/session/quit.html",relativePath:"apis/session/quit.md",key:"v-1b3b77e2",path:"/apis/session/quit.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"sessions",frontmatter:{},regularPath:"/apis/session/sessions.html",relativePath:"apis/session/sessions.md",key:"v-491bd84f",path:"/apis/session/sessions.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"status",frontmatter:{},regularPath:"/apis/session/status.html",relativePath:"apis/session/status.md",key:"v-2f7dc76f",path:"/apis/session/status.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"source",frontmatter:{},regularPath:"/apis/source/source.html",relativePath:"apis/source/source.md",key:"v-69fba46e",path:"/apis/source/source.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"title",frontmatter:{},regularPath:"/apis/title/title.html",relativePath:"apis/title/title.md",key:"v-21fff6e5",path:"/apis/title/title.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"url",frontmatter:{},regularPath:"/apis/url/url.html",relativePath:"apis/url/url.md",key:"v-f9536bee",path:"/apis/url/url.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"getWindowSize",frontmatter:{},regularPath:"/apis/window/getWindowSize.html",relativePath:"apis/window/getWindowSize.md",key:"v-249df7e2",path:"/apis/window/getWindowSize.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"close",frontmatter:{},regularPath:"/apis/window/close.html",relativePath:"apis/window/close.md",key:"v-3bc11122",path:"/apis/window/close.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"window",frontmatter:{},regularPath:"/apis/window/window.html",relativePath:"apis/window/window.md",key:"v-58304109",path:"/apis/window/window.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"setWindowSize",frontmatter:{},regularPath:"/apis/window/setWindowSize.html",relativePath:"apis/window/setWindowSize.md",key:"v-b37d2ee2",path:"/apis/window/setWindowSize.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"windowHandle",frontmatter:{},regularPath:"/apis/window/windowHandle.html",relativePath:"apis/window/windowHandle.md",key:"v-2f14e439",path:"/apis/window/windowHandle.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"windowHandles",frontmatter:{},regularPath:"/apis/window/windowHandles.html",relativePath:"apis/window/windowHandles.md",key:"v-646bd78f",path:"/apis/window/windowHandles.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"Home",frontmatter:{home:!0,heroImage:"/logo/macaca.svg",actionText:"API 文档",actionLink:"/zh/apis/",footer:"MIT Licensed | Copyright © 2015-present Macaca"},regularPath:"/zh/",relativePath:"zh/README.md",key:"v-054a6408",path:"/zh/",headers:[{level:2,title:"安装",slug:"安装"},{level:2,title:"使用",slug:"使用"},{level:2,title:"集成 Helper",slug:"集成-helper"},{level:2,title:"扩展更多 API",slug:"扩展更多-api"},{level:2,title:"示例",slug:"示例"}],lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"API 列表",frontmatter:{},regularPath:"/zh/apis/",relativePath:"zh/apis/README.md",key:"v-3b266cb6",path:"/zh/apis/",headers:[{level:2,title:"示例",slug:"示例"}],lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"acceptAlert",frontmatter:{},regularPath:"/zh/apis/alert/acceptAlert.html",relativePath:"zh/apis/alert/acceptAlert.md",key:"v-6012054f",path:"/zh/apis/alert/acceptAlert.html",headers:[{level:2,title:"示例",slug:"示例"}],lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"alertText",frontmatter:{},regularPath:"/zh/apis/alert/alertText.html",relativePath:"zh/apis/alert/alertText.md",key:"v-18eef5ef",path:"/zh/apis/alert/alertText.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"alertKeys",frontmatter:{},regularPath:"/zh/apis/alert/alertKeys.html",relativePath:"zh/apis/alert/alertKeys.md",key:"v-82710362",path:"/zh/apis/alert/alertKeys.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"hasElement",frontmatter:{},regularPath:"/zh/apis/assert/hasElement.html",relativePath:"zh/apis/assert/hasElement.md",key:"v-934ac5e2",path:"/zh/apis/assert/hasElement.html",headers:[{level:2,title:"示例",slug:"示例"}],lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"dismissAlert",frontmatter:{},regularPath:"/zh/apis/alert/dismissAlert.html",relativePath:"zh/apis/alert/dismissAlert.md",key:"v-241588c7",path:"/zh/apis/alert/dismissAlert.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"hasElementById",frontmatter:{},regularPath:"/zh/apis/assert/hasElementById.html",relativePath:"zh/apis/assert/hasElementById.md",key:"v-2d7c1a62",path:"/zh/apis/assert/hasElementById.html",headers:[{level:2,title:"示例",slug:"示例"}],lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"hasElementByName",frontmatter:{},regularPath:"/zh/apis/assert/hasElementByName.html",relativePath:"zh/apis/assert/hasElementByName.md",key:"v-0bc2764f",path:"/zh/apis/assert/hasElementByName.html",headers:[{level:2,title:"示例",slug:"示例"}],lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"hasElementByPartialLinkText",frontmatter:{},regularPath:"/zh/apis/assert/hasElementByPartialLinkText.html",relativePath:"zh/apis/assert/hasElementByPartialLinkText.md",key:"v-64b33285",path:"/zh/apis/assert/hasElementByPartialLinkText.html",headers:[{level:2,title:"示例",slug:"示例"}],lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"hasElementByXPath",frontmatter:{},regularPath:"/zh/apis/assert/hasElementByXPath.html",relativePath:"zh/apis/assert/hasElementByXPath.md",key:"v-365117db",path:"/zh/apis/assert/hasElementByXPath.html",headers:[{level:2,title:"示例",slug:"示例"}],lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"hasElementByTagName",frontmatter:{},regularPath:"/zh/apis/assert/hasElementByTagName.html",relativePath:"zh/apis/assert/hasElementByTagName.md",key:"v-c284ce6a",path:"/zh/apis/assert/hasElementByTagName.html",headers:[{level:2,title:"示例",slug:"示例"}],lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"back",frontmatter:{},regularPath:"/zh/apis/browser/back.html",relativePath:"zh/apis/browser/back.md",key:"v-06683596",path:"/zh/apis/browser/back.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"click",frontmatter:{},regularPath:"/zh/apis/browser/click.html",relativePath:"zh/apis/browser/click.md",key:"v-b95cff62",path:"/zh/apis/browser/click.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"forward",frontmatter:{},regularPath:"/zh/apis/browser/forward.html",relativePath:"zh/apis/browser/forward.md",key:"v-5ee60eef",path:"/zh/apis/browser/forward.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"maximize",frontmatter:{},regularPath:"/zh/apis/browser/maximize.html",relativePath:"zh/apis/browser/maximize.md",key:"v-f163e0aa",path:"/zh/apis/browser/maximize.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"get",frontmatter:{},regularPath:"/zh/apis/browser/get.html",relativePath:"zh/apis/browser/get.md",key:"v-42b1ab8f",path:"/zh/apis/browser/get.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"context",frontmatter:{},regularPath:"/zh/apis/context/context.html",relativePath:"zh/apis/context/context.md",key:"v-13652ce2",path:"/zh/apis/context/context.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"refresh",frontmatter:{},regularPath:"/zh/apis/browser/refresh.html",relativePath:"zh/apis/browser/refresh.md",key:"v-ab4a56a2",path:"/zh/apis/browser/refresh.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"contexts",frontmatter:{},regularPath:"/zh/apis/context/contexts.html",relativePath:"zh/apis/context/contexts.md",key:"v-19cf5a09",path:"/zh/apis/context/contexts.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"currentContext",frontmatter:{},regularPath:"/zh/apis/context/currentContext.html",relativePath:"zh/apis/context/currentContext.md",key:"v-0bc2a3b6",path:"/zh/apis/context/currentContext.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"allCookies",frontmatter:{},regularPath:"/zh/apis/cookie/allCookies.html",relativePath:"zh/apis/cookie/allCookies.md",key:"v-19e98b62",path:"/zh/apis/cookie/allCookies.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"deleteAllCookies",frontmatter:{},regularPath:"/zh/apis/cookie/deleteAllCookies.html",relativePath:"zh/apis/cookie/deleteAllCookies.md",key:"v-0acd5daf",path:"/zh/apis/cookie/deleteAllCookies.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"deleteCookie",frontmatter:{},regularPath:"/zh/apis/cookie/deleteCookie.html",relativePath:"zh/apis/cookie/deleteCookie.md",key:"v-5ce50cef",path:"/zh/apis/cookie/deleteCookie.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"clear",frontmatter:{},regularPath:"/zh/apis/element/clear.html",relativePath:"zh/apis/element/clear.md",key:"v-d9f5f3a2",path:"/zh/apis/element/clear.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"elementByCssOrNull",frontmatter:{},regularPath:"/zh/apis/element/elementByCssOrNull.html",relativePath:"zh/apis/element/elementByCssOrNull.md",key:"v-c9adba12",path:"/zh/apis/element/elementByCssOrNull.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"elementById",frontmatter:{},regularPath:"/zh/apis/element/elementById.html",relativePath:"zh/apis/element/elementById.md",key:"v-79c765e2",path:"/zh/apis/element/elementById.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"element",frontmatter:{},regularPath:"/zh/apis/element/element.html",relativePath:"zh/apis/element/element.md",key:"v-3423f1cf",path:"/zh/apis/element/element.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"elementByCssIfExists",frontmatter:{},regularPath:"/zh/apis/element/elementByCssIfExists.html",relativePath:"zh/apis/element/elementByCssIfExists.md",key:"v-338ffe19",path:"/zh/apis/element/elementByCssIfExists.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"elementByIdOrNull",frontmatter:{},regularPath:"/zh/apis/element/elementByIdOrNull.html",relativePath:"zh/apis/element/elementByIdOrNull.md",key:"v-6660a662",path:"/zh/apis/element/elementByIdOrNull.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"elementByCss",frontmatter:{},regularPath:"/zh/apis/element/elementByCss.html",relativePath:"zh/apis/element/elementByCss.md",key:"v-45f2806a",path:"/zh/apis/element/elementByCss.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"elementByNameIfExists",frontmatter:{},regularPath:"/zh/apis/element/elementByNameIfExists.html",relativePath:"zh/apis/element/elementByNameIfExists.md",key:"v-055d3622",path:"/zh/apis/element/elementByNameIfExists.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"elementByName",frontmatter:{},regularPath:"/zh/apis/element/elementByName.html",relativePath:"zh/apis/element/elementByName.md",key:"v-1eaed50f",path:"/zh/apis/element/elementByName.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"elementByNameOrNull",frontmatter:{},regularPath:"/zh/apis/element/elementByNameOrNull.html",relativePath:"zh/apis/element/elementByNameOrNull.md",key:"v-7c874e4f",path:"/zh/apis/element/elementByNameOrNull.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"elementByPartialLinkText",frontmatter:{},regularPath:"/zh/apis/element/elementByPartialLinkText.html",relativePath:"zh/apis/element/elementByPartialLinkText.md",key:"v-67fd61c1",path:"/zh/apis/element/elementByPartialLinkText.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"elementByPartialLinkTextIfExists",frontmatter:{},regularPath:"/zh/apis/element/elementByPartialLinkTextIfExists.html",relativePath:"zh/apis/element/elementByPartialLinkTextIfExists.md",key:"v-5799c6e2",path:"/zh/apis/element/elementByPartialLinkTextIfExists.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"elementByTagName",frontmatter:{},regularPath:"/zh/apis/element/elementByTagName.html",relativePath:"zh/apis/element/elementByTagName.md",key:"v-dad8b272",path:"/zh/apis/element/elementByTagName.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"elementByPartialLinkTextOrNull",frontmatter:{},regularPath:"/zh/apis/element/elementByPartialLinkTextOrNull.html",relativePath:"zh/apis/element/elementByPartialLinkTextOrNull.md",key:"v-255ddb2d",path:"/zh/apis/element/elementByPartialLinkTextOrNull.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"elementByTagNameIfExists",frontmatter:{},regularPath:"/zh/apis/element/elementByTagNameIfExists.html",relativePath:"zh/apis/element/elementByTagNameIfExists.md",key:"v-4a711f95",path:"/zh/apis/element/elementByTagNameIfExists.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"elementByTagNameOrNull",frontmatter:{},regularPath:"/zh/apis/element/elementByTagNameOrNull.html",relativePath:"zh/apis/element/elementByTagNameOrNull.md",key:"v-41da6b73",path:"/zh/apis/element/elementByTagNameOrNull.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"elementByXPath",frontmatter:{},regularPath:"/zh/apis/element/elementByXPath.html",relativePath:"zh/apis/element/elementByXPath.md",key:"v-62d4fe57",path:"/zh/apis/element/elementByXPath.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"elementByXPathIfExists",frontmatter:{},regularPath:"/zh/apis/element/elementByXPathIfExists.html",relativePath:"zh/apis/element/elementByXPathIfExists.md",key:"v-10d4bce5",path:"/zh/apis/element/elementByXPathIfExists.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"elementIfExists",frontmatter:{},regularPath:"/zh/apis/element/elementIfExists.html",relativePath:"zh/apis/element/elementIfExists.md",key:"v-f14a3b22",path:"/zh/apis/element/elementIfExists.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"elementOrNull",frontmatter:{},regularPath:"/zh/apis/element/elementOrNull.html",relativePath:"zh/apis/element/elementOrNull.md",key:"v-8adef7e2",path:"/zh/apis/element/elementOrNull.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"elementByXPathOrNull",frontmatter:{},regularPath:"/zh/apis/element/elementByXPathOrNull.html",relativePath:"zh/apis/element/elementByXPathOrNull.md",key:"v-b222e2fa",path:"/zh/apis/element/elementByXPathOrNull.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"elements",frontmatter:{},regularPath:"/zh/apis/element/elements.html",relativePath:"zh/apis/element/elements.md",key:"v-2e91c33d",path:"/zh/apis/element/elements.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"elementsByCss",frontmatter:{},regularPath:"/zh/apis/element/elementsByCss.html",relativePath:"zh/apis/element/elementsByCss.md",key:"v-0d3fca2f",path:"/zh/apis/element/elementsByCss.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"elementsById",frontmatter:{},regularPath:"/zh/apis/element/elementsById.html",relativePath:"zh/apis/element/elementsById.md",key:"v-666ccd4e",path:"/zh/apis/element/elementsById.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"elementsByPartialLinkText",frontmatter:{},regularPath:"/zh/apis/element/elementsByPartialLinkText.html",relativePath:"zh/apis/element/elementsByPartialLinkText.md",key:"v-18084f8f",path:"/zh/apis/element/elementsByPartialLinkText.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"elementsByName",frontmatter:{},regularPath:"/zh/apis/element/elementsByName.html",relativePath:"zh/apis/element/elementsByName.md",key:"v-7bcbd639",path:"/zh/apis/element/elementsByName.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"elementsByTagName",frontmatter:{},regularPath:"/zh/apis/element/elementsByTagName.html",relativePath:"zh/apis/element/elementsByTagName.md",key:"v-79789d22",path:"/zh/apis/element/elementsByTagName.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"getComputedCss",frontmatter:{},regularPath:"/zh/apis/element/getComputedCss.html",relativePath:"zh/apis/element/getComputedCss.md",key:"v-9f141b2a",path:"/zh/apis/element/getComputedCss.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"getProperty",frontmatter:{},regularPath:"/zh/apis/element/getProperty.html",relativePath:"zh/apis/element/getProperty.md",key:"v-ddbfd6a2",path:"/zh/apis/element/getProperty.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"elementsByXPath",frontmatter:{},regularPath:"/zh/apis/element/elementsByXPath.html",relativePath:"zh/apis/element/elementsByXPath.md",key:"v-ece976a2",path:"/zh/apis/element/elementsByXPath.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"getRect",frontmatter:{},regularPath:"/zh/apis/element/getRect.html",relativePath:"zh/apis/element/getRect.md",key:"v-75f736e2",path:"/zh/apis/element/getRect.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"isDisplayed",frontmatter:{},regularPath:"/zh/apis/element/isDisplayed.html",relativePath:"zh/apis/element/isDisplayed.md",key:"v-2b92d3a2",path:"/zh/apis/element/isDisplayed.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"waitForElement",frontmatter:{},regularPath:"/zh/apis/element/waitForElement.html",relativePath:"zh/apis/element/waitForElement.md",key:"v-3db388db",path:"/zh/apis/element/waitForElement.html",headers:[{level:2,title:"示例",slug:"示例"}],lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"sendKeys",frontmatter:{},regularPath:"/zh/apis/element/sendKeys.html",relativePath:"zh/apis/element/sendKeys.md",key:"v-45ff1c9a",path:"/zh/apis/element/sendKeys.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"takeElementScreenshot",frontmatter:{},regularPath:"/zh/apis/element/takeElementScreenshot.html",relativePath:"zh/apis/element/takeElementScreenshot.md",key:"v-03e93c6f",path:"/zh/apis/element/takeElementScreenshot.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"execute",frontmatter:{},regularPath:"/zh/apis/execute/execute.html",relativePath:"zh/apis/execute/execute.md",key:"v-552cd10f",path:"/zh/apis/execute/execute.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"fileChooser",frontmatter:{},regularPath:"/zh/apis/next/fileChooser.html",relativePath:"zh/apis/next/fileChooser.md",key:"v-4b54414b",path:"/zh/apis/next/fileChooser.html",headers:[{level:2,title:"示例",slug:"示例"}],lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"frame",frontmatter:{},regularPath:"/zh/apis/next/frame.html",relativePath:"zh/apis/next/frame.md",key:"v-718799af",path:"/zh/apis/next/frame.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"text",frontmatter:{},regularPath:"/zh/apis/element/text.html",relativePath:"zh/apis/element/text.md",key:"v-bb60705e",path:"/zh/apis/element/text.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"keys",frontmatter:{},regularPath:"/zh/apis/next/keys.html",relativePath:"zh/apis/next/keys.md",key:"v-6a478fef",path:"/zh/apis/next/keys.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"sleep",frontmatter:{},regularPath:"/zh/apis/next/sleep.html",relativePath:"zh/apis/next/sleep.md",key:"v-2e25624a",path:"/zh/apis/next/sleep.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"touch",frontmatter:{},regularPath:"/zh/apis/next/touch.html",relativePath:"zh/apis/next/touch.md",key:"v-cd9e23ea",path:"/zh/apis/next/touch.html",headers:[{level:2,title:"示例",slug:"示例"}],lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"takeScreenshot",frontmatter:{},regularPath:"/zh/apis/screenshot/takeScreenshot.html",relativePath:"zh/apis/screenshot/takeScreenshot.md",key:"v-6f05f22f",path:"/zh/apis/screenshot/takeScreenshot.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"saveScreenshot",frontmatter:{},regularPath:"/zh/apis/screenshot/saveScreenshot.html",relativePath:"zh/apis/screenshot/saveScreenshot.md",key:"v-36a0386f",path:"/zh/apis/screenshot/saveScreenshot.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"init",frontmatter:{},regularPath:"/zh/apis/session/init.html",relativePath:"zh/apis/session/init.md",key:"v-c1a29602",path:"/zh/apis/session/init.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"quit",frontmatter:{},regularPath:"/zh/apis/session/quit.html",relativePath:"zh/apis/session/quit.md",key:"v-7eebf37e",path:"/zh/apis/session/quit.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"sessions",frontmatter:{},regularPath:"/zh/apis/session/sessions.html",relativePath:"zh/apis/session/sessions.md",key:"v-f8fe4cb6",path:"/zh/apis/session/sessions.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"source",frontmatter:{},regularPath:"/zh/apis/source/source.html",relativePath:"zh/apis/source/source.md",key:"v-70c74ee2",path:"/zh/apis/source/source.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"status",frontmatter:{},regularPath:"/zh/apis/session/status.html",relativePath:"zh/apis/session/status.md",key:"v-4637333b",path:"/zh/apis/session/status.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"title",frontmatter:{},regularPath:"/zh/apis/title/title.html",relativePath:"zh/apis/title/title.md",key:"v-7fd7d3cf",path:"/zh/apis/title/title.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"url",frontmatter:{},regularPath:"/zh/apis/url/url.html",relativePath:"zh/apis/url/url.md",key:"v-30e0b58f",path:"/zh/apis/url/url.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"close",frontmatter:{},regularPath:"/zh/apis/window/close.html",relativePath:"zh/apis/window/close.md",key:"v-3fff2c9f",path:"/zh/apis/window/close.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"getWindowSize",frontmatter:{},regularPath:"/zh/apis/window/getWindowSize.html",relativePath:"zh/apis/window/getWindowSize.md",key:"v-1ac4197e",path:"/zh/apis/window/getWindowSize.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"setWindowSize",frontmatter:{},regularPath:"/zh/apis/window/setWindowSize.html",relativePath:"zh/apis/window/setWindowSize.md",key:"v-7d685629",path:"/zh/apis/window/setWindowSize.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"window",frontmatter:{},regularPath:"/zh/apis/window/window.html",relativePath:"zh/apis/window/window.md",key:"v-790fec8f",path:"/zh/apis/window/window.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"windowHandle",frontmatter:{},regularPath:"/zh/apis/window/windowHandle.html",relativePath:"zh/apis/window/windowHandle.md",key:"v-8edadee2",path:"/zh/apis/window/windowHandle.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"windowHandles",frontmatter:{},regularPath:"/zh/apis/window/windowHandles.html",relativePath:"zh/apis/window/windowHandles.md",key:"v-42ad59d9",path:"/zh/apis/window/windowHandles.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"context",frontmatter:{},regularPath:"/apis/context/context.html",relativePath:"apis/context/context.md",key:"v-c3308fee",path:"/apis/context/context.html",lastUpdated:"1/30/2024, 2:55:43 AM",lastUpdatedTimestamp:1706583343e3},{title:"elementByIdIfExists",frontmatter:{},regularPath:"/zh/apis/element/elementByIdIfExists.html",relativePath:"zh/apis/element/elementByIdIfExists.md",key:"v-03e0c72f",path:"/zh/apis/element/elementByIdIfExists.html",lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3},{title:"setCookie",frontmatter:{},regularPath:"/zh/apis/cookie/setCookie.html",relativePath:"zh/apis/cookie/setCookie.md",key:"v-0e381b4a",path:"/zh/apis/cookie/setCookie.html",headers:[{level:2,title:"示例",slug:"示例"}],lastUpdated:"2024/1/30 02:55:43",lastUpdatedTimestamp:1706583343e3}],themeConfig:{repo:"macacajs/macaca-wd",editLinks:!0,docsDir:"docs",locales:{"/":{label:"English",selectText:"Languages",editLinkText:"Edit this page on GitHub",lastUpdated:"Last Updated",serviceWorker:{updatePopup:{message:"New content is available.",buttonText:"Refresh"}},nav:[{text:"Ecosystem",items:[{text:"Official Site",items:[{text:"Macaca",link:"https://macacajs.github.io"}]},{text:"Web Page Testing",items:[{text:"UITest",link:"https://macacajs.github.io/uitest"},{text:"Torchjs",link:"https://macacajs.github.io/torchjs"}]},{text:"Artificial Intelligence",items:[{text:"CV based solution",link:"https://macacajs.github.io/guide/computer-vision.html"}]},{text:"Mock",items:[{text:"DataHub",link:"https://macacajs.github.io/macaca-datahub"}]},{text:"Inspector",items:[{text:"App Inspector",link:"https://macacajs.github.io/app-inspector"}]},{text:"UI Crawler",items:[{text:"NoSmoke",link:"https://macacajs.github.io/NoSmoke"}]},{text:"Reporter",items:[{text:"Macaca Reporter",link:"https://macacajs.github.io/macaca-reporter"}]},{text:"CI/CD",items:[{text:"Reliable",link:"https://macacajs.github.io/reliable"}]}]}],sidebar:{"/apis/":[{title:"alert",collapsable:!1,children:[["alert/acceptAlert","acceptAlert"],["alert/alertKeys","alertKeys"],["alert/alertText","alertText"],["alert/dismissAlert","dismissAlert"]]},{title:"assert",collapsable:!1,children:[["assert/hasElement","hasElement"],["assert/hasElementById","hasElementById"],["assert/hasElementByName","hasElementByName"],["assert/hasElementByPartialLinkText","hasElementByPartialLinkText"],["assert/hasElementByTagName","hasElementByTagName"],["assert/hasElementByXPath","hasElementByXPath"]]},{title:"browser",collapsable:!1,children:[["browser/back","back"],["browser/click","click"],["browser/forward","forward"],["browser/get","get"],["browser/maximize","maximize"],["browser/refresh","refresh"]]},{title:"context",collapsable:!1,children:[["context/context","context"],["context/contexts","contexts"],["context/currentContext","currentContext"]]},{title:"cookie",collapsable:!1,children:[["cookie/allCookies","allCookies"],["cookie/deleteAllCookies","deleteAllCookies"],["cookie/deleteCookie","deleteCookie"],["cookie/setCookie","setCookie"]]},{title:"element",collapsable:!1,children:[["element/clear","clear"],["element/element","element"],["element/elementByCss","elementByCss"],["element/elementByCssIfExists","elementByCssIfExists"],["element/elementByCssOrNull","elementByCssOrNull"],["element/elementById","elementById"],["element/elementByIdIfExists","elementByIdIfExists"],["element/elementByIdOrNull","elementByIdOrNull"],["element/elementByName","elementByName"],["element/elementByNameIfExists","elementByNameIfExists"],["element/elementByNameOrNull","elementByNameOrNull"],["element/elementByPartialLinkText","elementByPartialLinkText"],["element/elementByPartialLinkTextIfExists","elementByPartialLinkTextIfExists"],["element/elementByPartialLinkTextOrNull","elementByPartialLinkTextOrNull"],["element/elementByTagName","elementByTagName"],["element/elementByTagNameIfExists","elementByTagNameIfExists"],["element/elementByTagNameOrNull","elementByTagNameOrNull"],["element/elementByXPath","elementByXPath"],["element/elementByXPathIfExists","elementByXPathIfExists"],["element/elementByXPathOrNull","elementByXPathOrNull"],["element/elementIfExists","elementIfExists"],["element/elementOrNull","elementOrNull"],["element/elements","elements"],["element/elementsByCss","elementsByCss"],["element/elementsById","elementsById"],["element/elementsByName","elementsByName"],["element/elementsByPartialLinkText","elementsByPartialLinkText"],["element/elementsByTagName","elementsByTagName"],["element/elementsByXPath","elementsByXPath"],["element/getComputedCss","getComputedCss"],["element/getProperty","getProperty"],["element/getRect","getRect"],["element/isDisplayed","isDisplayed"],["element/sendKeys","sendKeys"],["element/takeElementScreenshot","takeElementScreenshot"],["element/text","text"],["element/waitForElement","waitForElement"]]},{title:"execute",collapsable:!1,children:[["execute/execute","execute"]]},{title:"next",collapsable:!1,children:[["next/fileChooser","fileChooser"],["next/frame","frame"],["next/keys","keys"],["next/sleep","sleep"],["next/touch","touch"]]},{title:"screenshot",collapsable:!1,children:[["screenshot/saveScreenshot","saveScreenshot"],["screenshot/takeScreenshot","takeScreenshot"]]},{title:"session",collapsable:!1,children:[["session/init","init"],["session/quit","quit"],["session/sessions","sessions"],["session/status","status"]]},{title:"source",collapsable:!1,children:[["source/source","source"]]},{title:"title",collapsable:!1,children:[["title/title","title"]]},{title:"url",collapsable:!1,children:[["url/url","url"]]},{title:"window",collapsable:!1,children:[["window/close","close"],["window/getWindowSize","getWindowSize"],["window/setWindowSize","setWindowSize"],["window/window","window"],["window/windowHandle","windowHandle"],["window/windowHandles","windowHandles"]]}]}},"/zh/":{label:"简体中文",selectText:"选择语言",editLinkText:"在 GitHub 上编辑此页",lastUpdated:"上次更新",serviceWorker:{updatePopup:{message:"发现新内容可用",buttonText:"刷新"}},nav:[{text:"生态成员",items:[{text:"官网",items:[{text:"Macaca",link:"https://macacajs.github.io"}]},{text:"Web 测试框架",items:[{text:"UITest",link:"https://macacajs.github.io/uitest/zh/"},{text:"Torchjs",link:"https://macacajs.github.io/torchjs/zh/"}]},{text:"人工智能",items:[{text:"计算机视觉",link:"https://macacajs.github.io/zh/guide/computer-vision.html"}]},{text:"Mock 方案",items:[{text:"DataHub",link:"https://macacajs.github.io/macaca-datahub/zh/"}]},{text:"检查工具",items:[{text:"App Inspector",link:"https://macacajs.github.io/app-inspector/zh/"}]},{text:"遍历工具",items:[{text:"NoSmoke",link:"https://macacajs.github.io/NoSmoke/zh/"}]},{text:"报告器",items:[{text:"Macaca Reporter",link:"https://macacajs.github.io/macaca-reporter/zh/"}]},{text:"持续集成",items:[{text:"Reliable",link:"https://macacajs.github.io/reliable/zh/"}]}]}],sidebar:{"/zh/apis/":[{title:"alert",collapsable:!1,children:[["alert/acceptAlert","acceptAlert"],["alert/alertKeys","alertKeys"],["alert/alertText","alertText"],["alert/dismissAlert","dismissAlert"]]},{title:"assert",collapsable:!1,children:[["assert/hasElement","hasElement"],["assert/hasElementById","hasElementById"],["assert/hasElementByName","hasElementByName"],["assert/hasElementByPartialLinkText","hasElementByPartialLinkText"],["assert/hasElementByTagName","hasElementByTagName"],["assert/hasElementByXPath","hasElementByXPath"]]},{title:"browser",collapsable:!1,children:[["browser/back","back"],["browser/click","click"],["browser/forward","forward"],["browser/get","get"],["browser/maximize","maximize"],["browser/refresh","refresh"]]},{title:"context",collapsable:!1,children:[["context/context","context"],["context/contexts","contexts"],["context/currentContext","currentContext"]]},{title:"cookie",collapsable:!1,children:[["cookie/allCookies","allCookies"],["cookie/deleteAllCookies","deleteAllCookies"],["cookie/deleteCookie","deleteCookie"],["cookie/setCookie","setCookie"]]},{title:"element",collapsable:!1,children:[["element/clear","clear"],["element/element","element"],["element/elementByCss","elementByCss"],["element/elementByCssIfExists","elementByCssIfExists"],["element/elementByCssOrNull","elementByCssOrNull"],["element/elementById","elementById"],["element/elementByIdIfExists","elementByIdIfExists"],["element/elementByIdOrNull","elementByIdOrNull"],["element/elementByName","elementByName"],["element/elementByNameIfExists","elementByNameIfExists"],["element/elementByNameOrNull","elementByNameOrNull"],["element/elementByPartialLinkText","elementByPartialLinkText"],["element/elementByPartialLinkTextIfExists","elementByPartialLinkTextIfExists"],["element/elementByPartialLinkTextOrNull","elementByPartialLinkTextOrNull"],["element/elementByTagName","elementByTagName"],["element/elementByTagNameIfExists","elementByTagNameIfExists"],["element/elementByTagNameOrNull","elementByTagNameOrNull"],["element/elementByXPath","elementByXPath"],["element/elementByXPathIfExists","elementByXPathIfExists"],["element/elementByXPathOrNull","elementByXPathOrNull"],["element/elementIfExists","elementIfExists"],["element/elementOrNull","elementOrNull"],["element/elements","elements"],["element/elementsByCss","elementsByCss"],["element/elementsById","elementsById"],["element/elementsByName","elementsByName"],["element/elementsByPartialLinkText","elementsByPartialLinkText"],["element/elementsByTagName","elementsByTagName"],["element/elementsByXPath","elementsByXPath"],["element/getComputedCss","getComputedCss"],["element/getProperty","getProperty"],["element/getRect","getRect"],["element/isDisplayed","isDisplayed"],["element/sendKeys","sendKeys"],["element/takeElementScreenshot","takeElementScreenshot"],["element/text","text"],["element/waitForElement","waitForElement"]]},{title:"execute",collapsable:!1,children:[["execute/execute","execute"]]},{title:"next",collapsable:!1,children:[["next/fileChooser","fileChooser"],["next/frame","frame"],["next/keys","keys"],["next/sleep","sleep"],["next/touch","touch"]]},{title:"screenshot",collapsable:!1,children:[["screenshot/saveScreenshot","saveScreenshot"],["screenshot/takeScreenshot","takeScreenshot"]]},{title:"session",collapsable:!1,children:[["session/init","init"],["session/quit","quit"],["session/sessions","sessions"],["session/status","status"]]},{title:"source",collapsable:!1,children:[["source/source","source"]]},{title:"title",collapsable:!1,children:[["title/title","title"]]},{title:"url",collapsable:!1,children:[["url/url","url"]]},{title:"window",collapsable:!1,children:[["window/close","close"],["window/getWindowSize","getWindowSize"],["window/setWindowSize","setWindowSize"],["window/window","window"],["window/windowHandle","windowHandle"],["window/windowHandles","windowHandles"]]}]}}}},locales:{"/":{lang:"en-US",title:"Macaca WD",description:"Node.js WebDriver Client for Macaca",path:"/"},"/zh/":{lang:"zh-CN",title:"Macaca WD",description:"Macaca Node.js 客户端 API 模块",path:"/zh/"}}};n(234);Vn.component("Badge",()=>Promise.all([n.e(0),n.e(4)]).then(n.bind(null,302))),Vn.component("CodeBlock",()=>Promise.all([n.e(0),n.e(5)]).then(n.bind(null,298))),Vn.component("CodeGroup",()=>Promise.all([n.e(0),n.e(6)]).then(n.bind(null,299)));n(235);var Ss=[{},({Vue:e})=>{e.mixin({computed:{$dataBlock(){return this.$options.__data__block__}}})},{},{}],Ls=[];class Ns extends class{constructor(){this.store=new Vn({data:{state:{}}})}$get(e){return this.store.state[e]}$set(e,t){Vn.set(this.store.state,e,t)}$emit(...e){this.store.$emit(...e)}$on(...e){this.store.$on(...e)}}{}Object.assign(Ns.prototype,{getPageAsyncComponent:ss,getLayoutAsyncComponent:ls,getAsyncComponent:cs,getVueComponent:us});var As={install(e){const t=new Ns;e.$vuepress=t,e.prototype.$vuepress=t}};function js(e,t){const n=t.toLowerCase();return e.options.routes.some(e=>e.path.toLowerCase()===n)}var $s={props:{pageKey:String,slotKey:{type:String,default:"default"}},render(e){const t=this.pageKey||this.$parent.$page.key;return hs("pageKey",t),Vn.component(t)||Vn.component(t,ss(t)),Vn.component(t)?e(t):e("")}},Is={functional:!0,props:{slotKey:String,required:!0},render:(e,{props:t,slots:n})=>e("div",{class:["content__"+t.slotKey]},n()[t.slotKey])},Ms={computed:{openInNewWindowTitle(){return this.$themeLocaleConfig.openNewWindowText||"(opens new window)"}}},Rs=(n(236),n(237),Object(Bs.a)(Ms,(function(){var e=this._self._c;return e("span",[e("svg",{staticClass:"icon outbound",attrs:{xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false",x:"0px",y:"0px",viewBox:"0 0 100 100",width:"15",height:"15"}},[e("path",{attrs:{fill:"currentColor",d:"M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"}}),this._v(" "),e("polygon",{attrs:{fill:"currentColor",points:"45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"}})]),this._v(" "),e("span",{staticClass:"sr-only"},[this._v(this._s(this.openInNewWindowTitle))])])}),[],!1,null,null,null).exports),Ds={functional:!0,render(e,{parent:t,children:n}){if(t._isMounted)return n;t.$once("hook:mounted",()=>{t.$forceUpdate()})}};Vn.config.productionTip=!1,Vn.use(Wi),Vn.use(As),Vn.mixin(function(e,t,n=Vn){!function(e){e.locales&&Object.keys(e.locales).forEach(t=>{e.locales[t].path=t});Object.freeze(e)}(t),n.$vuepress.$set("siteData",t);const a=new(e(n.$vuepress.$get("siteData"))),r=Object.getOwnPropertyDescriptors(Object.getPrototypeOf(a)),o={};return Object.keys(r).reduce((e,t)=>(t.startsWith("$")&&(e[t]=r[t].get),e),o),{computed:o}}(e=>class{setPage(e){this.__page=e}get $site(){return e}get $themeConfig(){return this.$site.themeConfig}get $frontmatter(){return this.$page.frontmatter}get $localeConfig(){const{locales:e={}}=this.$site;let t,n;for(const a in e)"/"===a?n=e[a]:0===this.$page.path.indexOf(a)&&(t=e[a]);return t||n||{}}get $siteTitle(){return this.$localeConfig.title||this.$site.title||""}get $canonicalUrl(){const{canonicalUrl:e}=this.$page.frontmatter;return"string"==typeof e&&e}get $title(){const e=this.$page,{metaTitle:t}=this.$page.frontmatter;if("string"==typeof t)return t;const n=this.$siteTitle,a=e.frontmatter.home?null:e.frontmatter.title||e.title;return n?a?a+" | "+n:n:a||"VuePress"}get $description(){const e=function(e){if(e){const t=e.filter(e=>"description"===e.name)[0];if(t)return t.content}}(this.$page.frontmatter.meta);return e||(this.$page.frontmatter.description||this.$localeConfig.description||this.$site.description||"")}get $lang(){return this.$page.frontmatter.lang||this.$localeConfig.lang||"en-US"}get $localePath(){return this.$localeConfig.path||"/"}get $themeLocaleConfig(){return(this.$site.themeConfig.locales||{})[this.$localePath]||{}}get $page(){return this.__page?this.__page:function(e,t){for(let n=0;nn||(e.hash?!Vn.$vuepress.$get("disableScrollBehavior")&&{selector:decodeURIComponent(e.hash)}:{x:0,y:0})});!function(e){e.beforeEach((t,n,a)=>{if(js(e,t.path))a();else if(/(\/|\.html)$/.test(t.path))if(/\/$/.test(t.path)){const n=t.path.replace(/\/$/,"")+".html";js(e,n)?a(n):a()}else a();else{const n=t.path+"/",r=t.path+".html";js(e,r)?a(r):js(e,n)?a(n):a()}})}(n);const a={};try{await Promise.all(Ss.filter(e=>"function"==typeof e).map(t=>t({Vue:Vn,options:a,router:n,siteData:Us,isServer:e})))}catch(e){console.error(e)}return{app:new Vn(Object.assign(a,{router:n,render:e=>e("div",{attrs:{id:"app"}},[e("RouterView",{ref:"layout"}),e("div",{class:"global-ui"},Ls.map(t=>e(t)))])})),router:n}}(!1).then(({app:e,router:t})=>{t.onReady(()=>{e.$mount("#app")})})}]); \ No newline at end of file diff --git a/index.html b/index.html index d8e9e473..dc52d7f8 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@ - + @@ -156,6 +156,6 @@ wd.addPromiseChainMethod(name, method);

API

# Demo

- + diff --git a/zh/apis/alert/acceptAlert.html b/zh/apis/alert/acceptAlert.html index e0895d30..cd10e12f 100644 --- a/zh/apis/alert/acceptAlert.html +++ b/zh/apis/alert/acceptAlert.html @@ -24,7 +24,7 @@ - + @@ -109,11 +109,11 @@ GitHub (opens new window)

# acceptAlert

# 示例

driver.acceptAlert();
-
- + diff --git a/zh/apis/alert/alertKeys.html b/zh/apis/alert/alertKeys.html index d8cdb8ef..bd19d60f 100644 --- a/zh/apis/alert/alertKeys.html +++ b/zh/apis/alert/alertKeys.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# alertKeys

- + diff --git a/zh/apis/alert/alertText.html b/zh/apis/alert/alertText.html index e1961740..49ed6139 100644 --- a/zh/apis/alert/alertText.html +++ b/zh/apis/alert/alertText.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# alertText

- + diff --git a/zh/apis/alert/dismissAlert.html b/zh/apis/alert/dismissAlert.html index fa2b78e9..e9c543df 100644 --- a/zh/apis/alert/dismissAlert.html +++ b/zh/apis/alert/dismissAlert.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# dismissAlert

- + diff --git a/zh/apis/assert/hasElement.html b/zh/apis/assert/hasElement.html index 8ae9cf18..0754baa7 100644 --- a/zh/apis/assert/hasElement.html +++ b/zh/apis/assert/hasElement.html @@ -24,7 +24,7 @@ - + @@ -109,7 +109,7 @@ GitHub (opens new window)

# hasElement

# 示例

driver.hasElement('id', 'com.demo.demo:id/searchEdit');
-
- + diff --git a/zh/apis/assert/hasElementById.html b/zh/apis/assert/hasElementById.html index dcec3016..b350ec60 100644 --- a/zh/apis/assert/hasElementById.html +++ b/zh/apis/assert/hasElementById.html @@ -24,7 +24,7 @@ - + @@ -109,7 +109,7 @@ GitHub (opens new window)

# hasElementById

# 示例

driver.hasElementById('com.demo.demo:id/searchEdit');
-
- + diff --git a/zh/apis/assert/hasElementByName.html b/zh/apis/assert/hasElementByName.html index e96f543e..6e0a7e94 100644 --- a/zh/apis/assert/hasElementByName.html +++ b/zh/apis/assert/hasElementByName.html @@ -24,7 +24,7 @@ - + @@ -109,7 +109,7 @@ GitHub (opens new window)

# hasElementByName

# 示例

driver.hasElementByName('搜索');
-
- + diff --git a/zh/apis/assert/hasElementByPartialLinkText.html b/zh/apis/assert/hasElementByPartialLinkText.html index cb893850..fe8c12de 100644 --- a/zh/apis/assert/hasElementByPartialLinkText.html +++ b/zh/apis/assert/hasElementByPartialLinkText.html @@ -24,7 +24,7 @@ - + @@ -109,7 +109,7 @@ GitHub (opens new window)

# hasElementByPartialLinkText

# 示例

driver.hasElementByPartialLinkText('搜索');
-
- + diff --git a/zh/apis/assert/hasElementByTagName.html b/zh/apis/assert/hasElementByTagName.html index 7be510f9..30544e2d 100644 --- a/zh/apis/assert/hasElementByTagName.html +++ b/zh/apis/assert/hasElementByTagName.html @@ -24,7 +24,7 @@ - + @@ -109,7 +109,7 @@ GitHub (opens new window)

# hasElementByTagName

# 示例

driver.hasElementByTagName('搜索');
-
- + diff --git a/zh/apis/assert/hasElementByXPath.html b/zh/apis/assert/hasElementByXPath.html index f370968e..d33e5f58 100644 --- a/zh/apis/assert/hasElementByXPath.html +++ b/zh/apis/assert/hasElementByXPath.html @@ -24,7 +24,7 @@ - + @@ -109,7 +109,7 @@ GitHub (opens new window)

# hasElementByXPath

# 示例

driver.hasElementByXPath('//*[@resource-id="com.demo.demo:id/searchEdit"]');
-
- + diff --git a/zh/apis/browser/back.html b/zh/apis/browser/back.html index cef1f4df..7b54c883 100644 --- a/zh/apis/browser/back.html +++ b/zh/apis/browser/back.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# back

- + diff --git a/zh/apis/browser/click.html b/zh/apis/browser/click.html index 77c2cbee..58f96e23 100644 --- a/zh/apis/browser/click.html +++ b/zh/apis/browser/click.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# click

- + diff --git a/zh/apis/browser/forward.html b/zh/apis/browser/forward.html index 8674f177..6d4f63d8 100644 --- a/zh/apis/browser/forward.html +++ b/zh/apis/browser/forward.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# forward

- + diff --git a/zh/apis/browser/get.html b/zh/apis/browser/get.html index 8598bb64..f8e178bc 100644 --- a/zh/apis/browser/get.html +++ b/zh/apis/browser/get.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# get

- + diff --git a/zh/apis/browser/maximize.html b/zh/apis/browser/maximize.html index 08bb1994..a7bfee26 100644 --- a/zh/apis/browser/maximize.html +++ b/zh/apis/browser/maximize.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# maximize

- + diff --git a/zh/apis/browser/refresh.html b/zh/apis/browser/refresh.html index d16a6e5c..49cf38ee 100644 --- a/zh/apis/browser/refresh.html +++ b/zh/apis/browser/refresh.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# refresh

- + diff --git a/zh/apis/context/context.html b/zh/apis/context/context.html index 0c64ae45..ab6272b8 100644 --- a/zh/apis/context/context.html +++ b/zh/apis/context/context.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# context

  • 功能描述: 设置当前上下文
  • 支持平台: Android iOS
  • 参数: {string} contextRef 上下文引用
  • 返回: {Promise}
- + diff --git a/zh/apis/context/contexts.html b/zh/apis/context/contexts.html index 1836f90f..d4c49f52 100644 --- a/zh/apis/context/contexts.html +++ b/zh/apis/context/contexts.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# contexts

  • 功能描述: 获取可用的上下文列表
  • 支持平台: Android iOS
  • 返回: 可用上下文列表
- + diff --git a/zh/apis/context/currentContext.html b/zh/apis/context/currentContext.html index 275d427b..f2cf2ca7 100644 --- a/zh/apis/context/currentContext.html +++ b/zh/apis/context/currentContext.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# currentContext

  • 功能描述: 获取当前上下文列表
  • 支持平台: Android iOS
- + diff --git a/zh/apis/cookie/allCookies.html b/zh/apis/cookie/allCookies.html index 201ff7ee..ada399dd 100644 --- a/zh/apis/cookie/allCookies.html +++ b/zh/apis/cookie/allCookies.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# allCookies

- + diff --git a/zh/apis/cookie/deleteAllCookies.html b/zh/apis/cookie/deleteAllCookies.html index ba89b18d..44cde4c3 100644 --- a/zh/apis/cookie/deleteAllCookies.html +++ b/zh/apis/cookie/deleteAllCookies.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# deleteAllCookies

- + diff --git a/zh/apis/cookie/deleteCookie.html b/zh/apis/cookie/deleteCookie.html index 0a9695d7..598ee031 100644 --- a/zh/apis/cookie/deleteCookie.html +++ b/zh/apis/cookie/deleteCookie.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# deleteCookie

- + diff --git a/zh/apis/cookie/setCookie.html b/zh/apis/cookie/setCookie.html index 8651e193..48a64da2 100644 --- a/zh/apis/cookie/setCookie.html +++ b/zh/apis/cookie/setCookie.html @@ -24,7 +24,7 @@ - + @@ -114,7 +114,7 @@ value: 'bar', }) -
- + diff --git a/zh/apis/element/clear.html b/zh/apis/element/clear.html index 48531b11..59eb632d 100644 --- a/zh/apis/element/clear.html +++ b/zh/apis/element/clear.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# clear

- + diff --git a/zh/apis/element/element.html b/zh/apis/element/element.html index 954687e1..ed3d0696 100644 --- a/zh/apis/element/element.html +++ b/zh/apis/element/element.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# element

- + diff --git a/zh/apis/element/elementByCss.html b/zh/apis/element/elementByCss.html index a6cd6d58..98847296 100644 --- a/zh/apis/element/elementByCss.html +++ b/zh/apis/element/elementByCss.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementByCss

- + diff --git a/zh/apis/element/elementByCssIfExists.html b/zh/apis/element/elementByCssIfExists.html index d80650a0..36df472e 100644 --- a/zh/apis/element/elementByCssIfExists.html +++ b/zh/apis/element/elementByCssIfExists.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementByCssIfExists

- + diff --git a/zh/apis/element/elementByCssOrNull.html b/zh/apis/element/elementByCssOrNull.html index f50faba7..d325e676 100644 --- a/zh/apis/element/elementByCssOrNull.html +++ b/zh/apis/element/elementByCssOrNull.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementByCssOrNull

- + diff --git a/zh/apis/element/elementById.html b/zh/apis/element/elementById.html index 82a9c135..dc9488f0 100644 --- a/zh/apis/element/elementById.html +++ b/zh/apis/element/elementById.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementById

- + diff --git a/zh/apis/element/elementByIdIfExists.html b/zh/apis/element/elementByIdIfExists.html index 48211789..ee98d8c6 100644 --- a/zh/apis/element/elementByIdIfExists.html +++ b/zh/apis/element/elementByIdIfExists.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementByIdIfExists

- + diff --git a/zh/apis/element/elementByIdOrNull.html b/zh/apis/element/elementByIdOrNull.html index db9d9fc2..8d2c21d3 100644 --- a/zh/apis/element/elementByIdOrNull.html +++ b/zh/apis/element/elementByIdOrNull.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementByIdOrNull

- + diff --git a/zh/apis/element/elementByName.html b/zh/apis/element/elementByName.html index 24b3472f..c5e039cb 100644 --- a/zh/apis/element/elementByName.html +++ b/zh/apis/element/elementByName.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementByName

- + diff --git a/zh/apis/element/elementByNameIfExists.html b/zh/apis/element/elementByNameIfExists.html index c533c831..d274b88e 100644 --- a/zh/apis/element/elementByNameIfExists.html +++ b/zh/apis/element/elementByNameIfExists.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementByNameIfExists

- + diff --git a/zh/apis/element/elementByNameOrNull.html b/zh/apis/element/elementByNameOrNull.html index 6ae557c2..dee64904 100644 --- a/zh/apis/element/elementByNameOrNull.html +++ b/zh/apis/element/elementByNameOrNull.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementByNameOrNull

- + diff --git a/zh/apis/element/elementByPartialLinkText.html b/zh/apis/element/elementByPartialLinkText.html index 1eb55520..a57da7e9 100644 --- a/zh/apis/element/elementByPartialLinkText.html +++ b/zh/apis/element/elementByPartialLinkText.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementByPartialLinkText

- + diff --git a/zh/apis/element/elementByPartialLinkTextIfExists.html b/zh/apis/element/elementByPartialLinkTextIfExists.html index a2759eb6..dab9cd1e 100644 --- a/zh/apis/element/elementByPartialLinkTextIfExists.html +++ b/zh/apis/element/elementByPartialLinkTextIfExists.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementByPartialLinkTextIfExists

- + diff --git a/zh/apis/element/elementByPartialLinkTextOrNull.html b/zh/apis/element/elementByPartialLinkTextOrNull.html index 17fe7ab3..045c9bc1 100644 --- a/zh/apis/element/elementByPartialLinkTextOrNull.html +++ b/zh/apis/element/elementByPartialLinkTextOrNull.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementByPartialLinkTextOrNull

- + diff --git a/zh/apis/element/elementByTagName.html b/zh/apis/element/elementByTagName.html index 640c28d7..fe6cd077 100644 --- a/zh/apis/element/elementByTagName.html +++ b/zh/apis/element/elementByTagName.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementByTagName

- + diff --git a/zh/apis/element/elementByTagNameIfExists.html b/zh/apis/element/elementByTagNameIfExists.html index 8ffeda4a..09f0e401 100644 --- a/zh/apis/element/elementByTagNameIfExists.html +++ b/zh/apis/element/elementByTagNameIfExists.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementByTagNameIfExists

- + diff --git a/zh/apis/element/elementByTagNameOrNull.html b/zh/apis/element/elementByTagNameOrNull.html index bd70c159..84c760d0 100644 --- a/zh/apis/element/elementByTagNameOrNull.html +++ b/zh/apis/element/elementByTagNameOrNull.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementByTagNameOrNull

- + diff --git a/zh/apis/element/elementByXPath.html b/zh/apis/element/elementByXPath.html index 399f1d51..bf22ae3f 100644 --- a/zh/apis/element/elementByXPath.html +++ b/zh/apis/element/elementByXPath.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementByXPath

- + diff --git a/zh/apis/element/elementByXPathIfExists.html b/zh/apis/element/elementByXPathIfExists.html index 47eb904b..06cb17d0 100644 --- a/zh/apis/element/elementByXPathIfExists.html +++ b/zh/apis/element/elementByXPathIfExists.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementByXPathIfExists

- + diff --git a/zh/apis/element/elementByXPathOrNull.html b/zh/apis/element/elementByXPathOrNull.html index a573bd0b..d8c1a4d7 100644 --- a/zh/apis/element/elementByXPathOrNull.html +++ b/zh/apis/element/elementByXPathOrNull.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementByXPathOrNull

- + diff --git a/zh/apis/element/elementIfExists.html b/zh/apis/element/elementIfExists.html index 71b1c0b5..7eeac34b 100644 --- a/zh/apis/element/elementIfExists.html +++ b/zh/apis/element/elementIfExists.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementIfExists

  • 功能描述: 搜索页面上的元素,如果存在则返回对应元素。
  • 支持平台: Android iOS Web(WebView)
  • 标准链接: POST /session/:sessionId/element (opens new window)
  • 参数: {string} using 元素定位器策略。
  • 参数: {string} value 对应的值。
- + diff --git a/zh/apis/element/elementOrNull.html b/zh/apis/element/elementOrNull.html index 82070f6f..6b0abc31 100644 --- a/zh/apis/element/elementOrNull.html +++ b/zh/apis/element/elementOrNull.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementOrNull

- + diff --git a/zh/apis/element/elements.html b/zh/apis/element/elements.html index bed1b5da..6d2710f2 100644 --- a/zh/apis/element/elements.html +++ b/zh/apis/element/elements.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elements

- + diff --git a/zh/apis/element/elementsByCss.html b/zh/apis/element/elementsByCss.html index 8478474e..a105a15a 100644 --- a/zh/apis/element/elementsByCss.html +++ b/zh/apis/element/elementsByCss.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementsByCss

- + diff --git a/zh/apis/element/elementsById.html b/zh/apis/element/elementsById.html index faa2b0e3..b5821c2a 100644 --- a/zh/apis/element/elementsById.html +++ b/zh/apis/element/elementsById.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementsById

- + diff --git a/zh/apis/element/elementsByName.html b/zh/apis/element/elementsByName.html index 1e9ae79e..8bc40fa6 100644 --- a/zh/apis/element/elementsByName.html +++ b/zh/apis/element/elementsByName.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementsByName

- + diff --git a/zh/apis/element/elementsByPartialLinkText.html b/zh/apis/element/elementsByPartialLinkText.html index 39029ff2..2d728b68 100644 --- a/zh/apis/element/elementsByPartialLinkText.html +++ b/zh/apis/element/elementsByPartialLinkText.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementsByPartialLinkText

- + diff --git a/zh/apis/element/elementsByTagName.html b/zh/apis/element/elementsByTagName.html index fb0c6b2c..d3eca52e 100644 --- a/zh/apis/element/elementsByTagName.html +++ b/zh/apis/element/elementsByTagName.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementsByTagName

- + diff --git a/zh/apis/element/elementsByXPath.html b/zh/apis/element/elementsByXPath.html index a1e73ace..05e9fe93 100644 --- a/zh/apis/element/elementsByXPath.html +++ b/zh/apis/element/elementsByXPath.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# elementsByXPath

- + diff --git a/zh/apis/element/getComputedCss.html b/zh/apis/element/getComputedCss.html index 1fda38df..8e890829 100644 --- a/zh/apis/element/getComputedCss.html +++ b/zh/apis/element/getComputedCss.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# getComputedCss

- + diff --git a/zh/apis/element/getProperty.html b/zh/apis/element/getProperty.html index 2efddb82..8a72be61 100644 --- a/zh/apis/element/getProperty.html +++ b/zh/apis/element/getProperty.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# getProperty

- + diff --git a/zh/apis/element/getRect.html b/zh/apis/element/getRect.html index ecb6065d..25823d9c 100644 --- a/zh/apis/element/getRect.html +++ b/zh/apis/element/getRect.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# getRect

- + diff --git a/zh/apis/element/isDisplayed.html b/zh/apis/element/isDisplayed.html index fe7e9c86..4cbfce5c 100644 --- a/zh/apis/element/isDisplayed.html +++ b/zh/apis/element/isDisplayed.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# isDisplayed

  • 功能描述: 判断当前元素是否可见
  • 支持平台: Android Web(WebView)
- + diff --git a/zh/apis/element/sendKeys.html b/zh/apis/element/sendKeys.html index 42c66ace..511f859d 100644 --- a/zh/apis/element/sendKeys.html +++ b/zh/apis/element/sendKeys.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# sendKeys

- + diff --git a/zh/apis/element/takeElementScreenshot.html b/zh/apis/element/takeElementScreenshot.html index 9239542f..df258f28 100644 --- a/zh/apis/element/takeElementScreenshot.html +++ b/zh/apis/element/takeElementScreenshot.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# takeElementScreenshot

- + diff --git a/zh/apis/element/text.html b/zh/apis/element/text.html index 76ed22e1..3b69d19b 100644 --- a/zh/apis/element/text.html +++ b/zh/apis/element/text.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# text

  • 功能描述: 返回元素的可见文本。
  • 支持平台: Android iOS Web(WebView)
- + diff --git a/zh/apis/element/waitForElement.html b/zh/apis/element/waitForElement.html index 8d8a6b9e..62f72199 100644 --- a/zh/apis/element/waitForElement.html +++ b/zh/apis/element/waitForElement.html @@ -24,7 +24,7 @@ - + @@ -110,7 +110,7 @@ GitHub (opens new window)

# waitForElement

  • 功能描述: 上述所有与元素相关的方法(后缀为 OrNull、IfExists 的方法除外)都可以使用“waitFor-”作为前缀(需要将“e”大写,例如 waitForElementByCss)动态等待元素加载。
  • 支持平台: Android iOS Web(WebView)
  • 参数: {string} using 元素定位器策略,在使用 waitForElementByCss 等特定方法时省略。
  • 参数: {string} value 对应的值。
  • 参数: {function} 断言器函数(常用的断言器函数可以在wd.asserters中找到)(可选)。
  • 参数: {number} timeout 查找元素前的超时时间,单位:ms(可选)
  • 参数: {number} interval 每次搜索的间隔时间,单位:ms(可选)

# 示例

// 以 100ms 的间隔搜索类名为 'btn' 的元素,持续 2000ms。
 driver.waitForElementByCss('btn', 2000, 100) 
-
- + diff --git a/zh/apis/execute/execute.html b/zh/apis/execute/execute.html index 788f940f..e67c5fcc 100644 --- a/zh/apis/execute/execute.html +++ b/zh/apis/execute/execute.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# execute

- + diff --git a/zh/apis/index.html b/zh/apis/index.html index 58a7d7a5..e016ef1d 100644 --- a/zh/apis/index.html +++ b/zh/apis/index.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# API 列表

# 示例

- + (opens new window)

# API 列表

# 示例

+ diff --git a/zh/apis/next/fileChooser.html b/zh/apis/next/fileChooser.html index 62b49f89..3c206e68 100644 --- a/zh/apis/next/fileChooser.html +++ b/zh/apis/next/fileChooser.html @@ -24,7 +24,7 @@ - + @@ -113,7 +113,7 @@ driver.fileChooser('./image/test.png'); driver.clickOn('图片'); }) -
- + diff --git a/zh/apis/next/frame.html b/zh/apis/next/frame.html index f21343f1..ef27a60d 100644 --- a/zh/apis/next/frame.html +++ b/zh/apis/next/frame.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# frame

- + diff --git a/zh/apis/next/keys.html b/zh/apis/next/keys.html index cde45203..45e81425 100644 --- a/zh/apis/next/keys.html +++ b/zh/apis/next/keys.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# keys

  • 功能描述: 将一系列击键发送到活动窗口。
  • 支持平台: Android Web(WebView) 更多: https://github.com/alibaba/macaca/issues/487
  • 参数: {string} keys 要发送的键序列
- + diff --git a/zh/apis/next/sleep.html b/zh/apis/next/sleep.html index cc55d3ff..b2766111 100644 --- a/zh/apis/next/sleep.html +++ b/zh/apis/next/sleep.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# sleep

  • 功能描述: 设置程序应等待的时间。
  • 支持平台: Android iOS Web(WebView)
  • 参数: {string} ms 等待的时间,以毫秒为单位
- + diff --git a/zh/apis/next/touch.html b/zh/apis/next/touch.html index 60732e61..9323be1c 100644 --- a/zh/apis/next/touch.html +++ b/zh/apis/next/touch.html @@ -24,7 +24,7 @@ - + @@ -109,7 +109,7 @@ GitHub (opens new window)

# touch

# 示例

driver.touch('doubleTap', { x: 100, y: 100 });
-
- + diff --git a/zh/apis/screenshot/saveScreenshot.html b/zh/apis/screenshot/saveScreenshot.html index 0e6f1cc6..50c1afa3 100644 --- a/zh/apis/screenshot/saveScreenshot.html +++ b/zh/apis/screenshot/saveScreenshot.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# saveScreenshot

  • 功能描述: 保存当前页面的截图。
  • 支持平台: Android iOS Web(WebView)
  • 参数: {string} filepath 保存屏幕截图的路径或为空(将在系统临时目录中创建一个文件)。
  • 返回: {string} 屏幕截图的文件路径。
- + diff --git a/zh/apis/screenshot/takeScreenshot.html b/zh/apis/screenshot/takeScreenshot.html index 85e76de3..cdbe8b37 100644 --- a/zh/apis/screenshot/takeScreenshot.html +++ b/zh/apis/screenshot/takeScreenshot.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# takeScreenshot

  • 功能描述: 截取当前页面的屏幕截图。
  • 支持平台: Android iOS Web(WebView)
  • 返回: 截图为 base64 编码的 PNG。
- + diff --git a/zh/apis/session/init.html b/zh/apis/session/init.html index 9373d56a..adf6413d 100644 --- a/zh/apis/session/init.html +++ b/zh/apis/session/init.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# init

  • 功能描述: 创建一个新会话。
  • 支持平台: Android iOS Web(WebView)
  • 标准链接: POST /session (opens new window)
  • 参数: {Object} desired 参数
  • 类型: session
- + diff --git a/zh/apis/session/quit.html b/zh/apis/session/quit.html index 7d5afc42..125462d6 100644 --- a/zh/apis/session/quit.html +++ b/zh/apis/session/quit.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# quit

- + diff --git a/zh/apis/session/sessions.html b/zh/apis/session/sessions.html index ac3e64e0..61cd3881 100644 --- a/zh/apis/session/sessions.html +++ b/zh/apis/session/sessions.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# sessions

  • 功能描述: 返回当前活动会话的列表。
  • 支持平台: Android iOS Web(WebView)
- + diff --git a/zh/apis/session/status.html b/zh/apis/session/status.html index a47e6957..93d4c8fa 100644 --- a/zh/apis/session/status.html +++ b/zh/apis/session/status.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# status

  • 功能描述: 查询服务器的当前状态。
  • 支持平台: Android iOS Web(WebView)
  • 类型: session
  • 返回:服务器的当前状态。
- + diff --git a/zh/apis/source/source.html b/zh/apis/source/source.html index c80b1ff4..000ecd01 100644 --- a/zh/apis/source/source.html +++ b/zh/apis/source/source.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# source

- + diff --git a/zh/apis/title/title.html b/zh/apis/title/title.html index 7e592713..07c1fb89 100644 --- a/zh/apis/title/title.html +++ b/zh/apis/title/title.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# title

- + diff --git a/zh/apis/url/url.html b/zh/apis/url/url.html index b4243e08..dd9a1006 100644 --- a/zh/apis/url/url.html +++ b/zh/apis/url/url.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# url

- + diff --git a/zh/apis/window/close.html b/zh/apis/window/close.html index 472f61ce..2fd5f5b5 100644 --- a/zh/apis/window/close.html +++ b/zh/apis/window/close.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# close

- + diff --git a/zh/apis/window/getWindowSize.html b/zh/apis/window/getWindowSize.html index cbad381f..d7086eba 100644 --- a/zh/apis/window/getWindowSize.html +++ b/zh/apis/window/getWindowSize.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# getWindowSize

- + diff --git a/zh/apis/window/setWindowSize.html b/zh/apis/window/setWindowSize.html index e971fdb6..0896a164 100644 --- a/zh/apis/window/setWindowSize.html +++ b/zh/apis/window/setWindowSize.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# setWindowSize

  • 功能描述: 更改指定窗口的大小。
  • 支持平台: Web(WebView)
  • 标准链接: POST /session/:sessionId/window/size (opens new window)
  • 参数: {number} width 以像素为单位设置尺寸的宽度
  • 参数: {number} height 以像素为单位设置尺寸的高度
  • 参数: {string} handle 设置大小的窗口句柄(可选,默认值:'current')
- + diff --git a/zh/apis/window/window.html b/zh/apis/window/window.html index 4d475340..9faa759a 100644 --- a/zh/apis/window/window.html +++ b/zh/apis/window/window.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# window

- + diff --git a/zh/apis/window/windowHandle.html b/zh/apis/window/windowHandle.html index 00897407..7c560362 100644 --- a/zh/apis/window/windowHandle.html +++ b/zh/apis/window/windowHandle.html @@ -24,7 +24,7 @@ - + @@ -108,7 +108,7 @@ 简体中文 GitHub - (opens new window)

# windowHandle

- + diff --git a/zh/apis/window/windowHandles.html b/zh/apis/window/windowHandles.html index 48012a08..d5afa7cc 100644 --- a/zh/apis/window/windowHandles.html +++ b/zh/apis/window/windowHandles.html @@ -24,7 +24,7 @@ - + @@ -108,11 +108,11 @@ 简体中文 GitHub - (opens new window)

# windowHandles

- + diff --git a/zh/index.html b/zh/index.html index 132fe052..1da5cc29 100644 --- a/zh/index.html +++ b/zh/index.html @@ -24,7 +24,7 @@ - + @@ -158,6 +158,6 @@

API

# 示例

- +