Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xudafeng committed Dec 16, 2016
1 parent 1d18d4b commit d114d67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h1>API docs</h1>
<h3 class="name" id="acceptAlert"><a href="#acceptAlert" class="anchor" data-scroll>#</a><span class="type-signature"></span>acceptAlert<span class="signature">()</span><span class="type-signature"> &rarr; { Promise.&lt;string> }</span></h3>


<p class="summary">Support: iOS</p>
<p class="summary">Support: Android iOS</p>



Expand Down Expand Up @@ -454,7 +454,7 @@ <h4>Returns:</h4>
<h3 class="name" id="back"><a href="#back" class="anchor" data-scroll>#</a><span class="type-signature"></span>back<span class="signature">()</span><span class="type-signature"> &rarr; { Promise.&lt;string> }</span></h3>


<p class="summary">Support: Web(WebView)</p>
<p class="summary">Support: Android Web(WebView)</p>



Expand Down Expand Up @@ -1210,7 +1210,7 @@ <h4>Returns:</h4>
<h3 class="name" id="dismissAlert"><a href="#dismissAlert" class="anchor" data-scroll>#</a><span class="type-signature"></span>dismissAlert<span class="signature">()</span><span class="type-signature"> &rarr; { Promise.&lt;string> }</span></h3>


<p class="summary">Support: iOS</p>
<p class="summary">Support: Android iOS</p>



Expand Down
6 changes: 3 additions & 3 deletions lib/macaca-wd.js
Original file line number Diff line number Diff line change
Expand Up @@ -637,15 +637,15 @@ function title() {}

/**
* Accepts the currently displayed alert dialog.
* @summary Support: iOS
* @summary Support: Android iOS
* @see {@link https://w3c.github.io/webdriver/webdriver-spec.html#accept-alert|POST /session/:sessionId/accept_alert}
* @returns {Promise.<string>}
*/
function acceptAlert() {}

/**
* Dismisses the currently displayed alert dialog.
* @summary Support: iOS
* @summary Support: Android iOS
* @see {@link https://w3c.github.io/webdriver/webdriver-spec.html#dismiss-alert|POST /session/:sessionId/dismiss_alert}
* @returns {Promise.<string>}
*/
Expand Down Expand Up @@ -695,7 +695,7 @@ function forward() {}

/**
* Navigate backwards in the browser history, if possible.
* @summary Support: Web(WebView)
* @summary Support: Android Web(WebView)
* @see {@link https://w3c.github.io/webdriver/webdriver-spec.html#back|POST /session/:sessionId/back}
* @returns {Promise.<string>}
*/
Expand Down

0 comments on commit d114d67

Please sign in to comment.