Skip to content

Commit

Permalink
Updating javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Feb 18, 2013
1 parent aabe11e commit 685fde2
Show file tree
Hide file tree
Showing 39 changed files with 960 additions and 115 deletions.
1 change: 1 addition & 0 deletions docs/api/java/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ <h1 class="bar">All Classes</h1>
<li><a href="org/openqa/selenium/remote/html5/RemoteLocationContext.html" title="class in org.openqa.selenium.remote.html5" target="classFrame">RemoteLocationContext</a></li>
<li><a href="org/openqa/selenium/remote/RemoteLogs.html" title="class in org.openqa.selenium.remote" target="classFrame">RemoteLogs</a></li>
<li><a href="org/openqa/selenium/remote/html5/RemoteSessionStorage.html" title="class in org.openqa.selenium.remote.html5" target="classFrame">RemoteSessionStorage</a></li>
<li><a href="org/openqa/selenium/remote/RemoteStatus.html" title="class in org.openqa.selenium.remote" target="classFrame">RemoteStatus</a></li>
<li><a href="org/openqa/selenium/remote/RemoteTouchScreen.html" title="class in org.openqa.selenium.remote" target="classFrame">RemoteTouchScreen</a></li>
<li><a href="org/openqa/selenium/remote/RemoteWebDriver.html" title="class in org.openqa.selenium.remote" target="classFrame">RemoteWebDriver</a></li>
<li><a href="org/openqa/selenium/remote/RemoteWebDriver.When.html" title="enum in org.openqa.selenium.remote" target="classFrame">RemoteWebDriver.When</a></li>
Expand Down
1 change: 1 addition & 0 deletions docs/api/java/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ <h1 class="bar">All Classes</h1>
<li><a href="org/openqa/selenium/remote/html5/RemoteLocationContext.html" title="class in org.openqa.selenium.remote.html5">RemoteLocationContext</a></li>
<li><a href="org/openqa/selenium/remote/RemoteLogs.html" title="class in org.openqa.selenium.remote">RemoteLogs</a></li>
<li><a href="org/openqa/selenium/remote/html5/RemoteSessionStorage.html" title="class in org.openqa.selenium.remote.html5">RemoteSessionStorage</a></li>
<li><a href="org/openqa/selenium/remote/RemoteStatus.html" title="class in org.openqa.selenium.remote">RemoteStatus</a></li>
<li><a href="org/openqa/selenium/remote/RemoteTouchScreen.html" title="class in org.openqa.selenium.remote">RemoteTouchScreen</a></li>
<li><a href="org/openqa/selenium/remote/RemoteWebDriver.html" title="class in org.openqa.selenium.remote">RemoteWebDriver</a></li>
<li><a href="org/openqa/selenium/remote/RemoteWebDriver.When.html" title="enum in org.openqa.selenium.remote">RemoteWebDriver.When</a></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,14 @@ <h3>Method Summary</h3>
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;junit.framework.TestCase</h3>
<code>assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runTest, setName, toString</code></li>
<code>countTestCases, createResult, getName, run, run, runTest, setName, toString</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_junit.framework.Assert">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;junit.framework.Assert</h3>
<code>assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
Expand Down
38 changes: 33 additions & 5 deletions docs/api/java/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,13 @@ <h2 title="org.openqa">org.openqa.*</h2>
<td><code><a href="org/openqa/selenium/chrome/ChromeDriverService.html#CHROME_DRIVER_EXE_PROPERTY">CHROME_DRIVER_EXE_PROPERTY</a></code></td>
<td class="colLast"><code>"webdriver.chrome.driver"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.openqa.selenium.chrome.ChromeDriverService.CHROME_DRIVER_LOG_PROPERTY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
<td><code><a href="org/openqa/selenium/chrome/ChromeDriverService.html#CHROME_DRIVER_LOG_PROPERTY">CHROME_DRIVER_LOG_PROPERTY</a></code></td>
<td class="colLast"><code>"webdriver.chrome.logfile"</code></td>
</tr>
</tbody>
</table>
</li>
Expand Down Expand Up @@ -433,12 +440,26 @@ <h2 title="org.openqa">org.openqa.*</h2>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.openqa.selenium.ie.InternetExplorerDriver.ENABLE_PERSISTENT_HOVERING">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
<td><code><a href="org/openqa/selenium/ie/InternetExplorerDriver.html#ENABLE_PERSISTENT_HOVERING">ENABLE_PERSISTENT_HOVERING</a></code></td>
<td class="colLast"><code>"enablePersistentHover"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.openqa.selenium.ie.InternetExplorerDriver.INTRODUCE_FLAKINESS_BY_IGNORING_SECURITY_DOMAINS">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
<td><code><a href="org/openqa/selenium/ie/InternetExplorerDriver.html#INTRODUCE_FLAKINESS_BY_IGNORING_SECURITY_DOMAINS">INTRODUCE_FLAKINESS_BY_IGNORING_SECURITY_DOMAINS</a></code></td>
<td class="colLast"><code>"ignoreProtectedModeSettings"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.openqa.selenium.ie.InternetExplorerDriver.REQUIRE_WINDOW_FOCUS">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
<td><code><a href="org/openqa/selenium/ie/InternetExplorerDriver.html#REQUIRE_WINDOW_FOCUS">REQUIRE_WINDOW_FOCUS</a></code></td>
<td class="colLast"><code>"requireWindowFocus"</code></td>
</tr>
</tbody>
</table>
</li>
Expand Down Expand Up @@ -1865,41 +1886,48 @@ <h2 title="org.openqa">org.openqa.*</h2>
<td class="colLast"><code>0</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
<td><code><a href="org/openqa/selenium/remote/ErrorCodes.html#SUCCESS_STRING">SUCCESS_STRING</a></code></td>
<td class="colLast"><code>"success"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.openqa.selenium.remote.ErrorCodes.TIMEOUT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/openqa/selenium/remote/ErrorCodes.html#TIMEOUT">TIMEOUT</a></code></td>
<td class="colLast"><code>21</code></td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<td class="colFirst"><a name="org.openqa.selenium.remote.ErrorCodes.UNABLE_TO_SET_COOKIE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/openqa/selenium/remote/ErrorCodes.html#UNABLE_TO_SET_COOKIE">UNABLE_TO_SET_COOKIE</a></code></td>
<td class="colLast"><code>25</code></td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colFirst"><a name="org.openqa.selenium.remote.ErrorCodes.UNEXPECTED_ALERT_PRESENT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/openqa/selenium/remote/ErrorCodes.html#UNEXPECTED_ALERT_PRESENT">UNEXPECTED_ALERT_PRESENT</a></code></td>
<td class="colLast"><code>26</code></td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<td class="colFirst"><a name="org.openqa.selenium.remote.ErrorCodes.UNHANDLED_ERROR">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/openqa/selenium/remote/ErrorCodes.html#UNHANDLED_ERROR">UNHANDLED_ERROR</a></code></td>
<td class="colLast"><code>13</code></td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colFirst"><a name="org.openqa.selenium.remote.ErrorCodes.UNKNOWN_COMMAND">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/openqa/selenium/remote/ErrorCodes.html#UNKNOWN_COMMAND">UNKNOWN_COMMAND</a></code></td>
<td class="colLast"><code>9</code></td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<td class="colFirst"><a name="org.openqa.selenium.remote.ErrorCodes.XPATH_LOOKUP_ERROR">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
Expand Down
43 changes: 43 additions & 0 deletions docs/api/java/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ <h2 title="Contents">Contents</h2>
<tr class="rowColor">
<td class="colOne"><a href="org/openqa/selenium/firefox/FirefoxDriver.html#ASSUME_UNTRUSTED_ISSUER">org.openqa.selenium.firefox.FirefoxDriver.ASSUME_UNTRUSTED_ISSUER</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/openqa/selenium/remote/CapabilityType.html#ENABLE_PERSISTENT_HOVERING">org.openqa.selenium.remote.CapabilityType.ENABLE_PERSISTENT_HOVERING</a></td>
</tr>
</tbody>
</table>
</li>
Expand All @@ -169,6 +172,46 @@ <h2 title="Contents">Contents</h2>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/openqa/selenium/UnhandledAlertException.html#getAlert()">org.openqa.selenium.UnhandledAlertException.getAlert()</a>
<div class="block"><i>To be removed in 2.31, use <a href="org/openqa/selenium/UnhandledAlertException.html#getAlertText()"><code>UnhandledAlertException.getAlertText()</code></a> instead.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/openqa/selenium/interactions/internal/Coordinates.html#getLocationInDOM()">org.openqa.selenium.interactions.internal.Coordinates.getLocationInDOM()</a>
<div class="block"><i>To be removed in 2.31. Use <a href="org/openqa/selenium/interactions/internal/Coordinates.html#onPage()"><code>Coordinates.onPage()</code></a> instead</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/openqa/selenium/interactions/internal/Coordinates.html#getLocationInViewPort()">org.openqa.selenium.interactions.internal.Coordinates.getLocationInViewPort()</a>
<div class="block"><i>To be removed in 2.31. Use <a href="org/openqa/selenium/interactions/internal/Coordinates.html#inViewPort()"><code>Coordinates.inViewPort()</code></a> instead</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/openqa/selenium/interactions/internal/Coordinates.html#getLocationOnScreen()">org.openqa.selenium.interactions.internal.Coordinates.getLocationOnScreen()</a>
<div class="block"><i>To be removed in 2.31. Use <a href="org/openqa/selenium/interactions/internal/Coordinates.html#onScreen()"><code>Coordinates.onScreen()</code></a> instead</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/openqa/selenium/android/library/AndroidWebElement.html#getLocationOnScreenOnceScrolledIntoView()">org.openqa.selenium.android.library.AndroidWebElement.getLocationOnScreenOnceScrolledIntoView()</a>
<div class="block"><i>To be removed in 2.31. Use <a href="org/openqa/selenium/android/library/AndroidWebElement.html#getCoordinates()"><code>AndroidWebElement.getCoordinates()</code></a> instead</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/openqa/selenium/htmlunit/HtmlUnitWebElement.html#getLocationOnScreenOnceScrolledIntoView()">org.openqa.selenium.htmlunit.HtmlUnitWebElement.getLocationOnScreenOnceScrolledIntoView()</a>
<div class="block"><i>To be removed in 2.31. Use <a href="org/openqa/selenium/htmlunit/HtmlUnitWebElement.html#getCoordinates()"><code>HtmlUnitWebElement.getCoordinates()</code></a> instead</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/openqa/selenium/internal/Locatable.html#getLocationOnScreenOnceScrolledIntoView()">org.openqa.selenium.internal.Locatable.getLocationOnScreenOnceScrolledIntoView()</a>
<div class="block"><i>To be removed in 2.31. Use <a href="org/openqa/selenium/internal/Locatable.html#getCoordinates()"><code>Locatable.getCoordinates()</code></a> instead</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/openqa/selenium/remote/RemoteWebElement.html#getLocationOnScreenOnceScrolledIntoView()">org.openqa.selenium.remote.RemoteWebElement.getLocationOnScreenOnceScrolledIntoView()</a>
<div class="block"><i>To be removed in 2.31. Use <a href="org/openqa/selenium/remote/RemoteWebElement.html#getCoordinates()"><code>RemoteWebElement.getCoordinates()</code></a> instead</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/openqa/selenium/firefox/FirefoxProfile.html#setProxyPreferences(org.openqa.selenium.Proxy)">org.openqa.selenium.firefox.FirefoxProfile.setProxyPreferences(Proxy)</a>
<div class="block"><i>This is now handled by the driver itself.</i></div>
</td>
Expand Down
Loading

0 comments on commit 685fde2

Please sign in to comment.