Skip to content

Commit ba2c218

Browse files
author
AutomatedTester
committed
Updating Java Docs
1 parent 41c2d4d commit ba2c218

30 files changed

+1218
-126
lines changed

docs/api/java/allclasses-frame.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ <h1 class="bar">All Classes</h1>
245245
<li><a href="org/openqa/selenium/htmlunit/InputKeysContainer.html" title="class in org.openqa.selenium.htmlunit" target="classFrame">InputKeysContainer</a></li>
246246
<li><a href="org/openqa/selenium/remote/InterfaceImplementation.html" title="interface in org.openqa.selenium.remote" target="classFrame"><i>InterfaceImplementation</i></a></li>
247247
<li><a href="org/openqa/selenium/ie/InternetExplorerDriver.html" title="class in org.openqa.selenium.ie" target="classFrame">InternetExplorerDriver</a></li>
248+
<li><a href="org/openqa/selenium/ie/InternetExplorerDriverEngine.html" title="enum in org.openqa.selenium.ie" target="classFrame">InternetExplorerDriverEngine</a></li>
248249
<li><a href="org/openqa/selenium/ie/InternetExplorerDriverLogLevel.html" title="enum in org.openqa.selenium.ie" target="classFrame">InternetExplorerDriverLogLevel</a></li>
249250
<li><a href="org/openqa/selenium/ie/InternetExplorerDriverService.html" title="class in org.openqa.selenium.ie" target="classFrame">InternetExplorerDriverService</a></li>
250251
<li><a href="org/openqa/selenium/ie/InternetExplorerDriverService.Builder.html" title="class in org.openqa.selenium.ie" target="classFrame">InternetExplorerDriverService.Builder</a></li>

docs/api/java/allclasses-noframe.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ <h1 class="bar">All Classes</h1>
245245
<li><a href="org/openqa/selenium/htmlunit/InputKeysContainer.html" title="class in org.openqa.selenium.htmlunit">InputKeysContainer</a></li>
246246
<li><a href="org/openqa/selenium/remote/InterfaceImplementation.html" title="interface in org.openqa.selenium.remote"><i>InterfaceImplementation</i></a></li>
247247
<li><a href="org/openqa/selenium/ie/InternetExplorerDriver.html" title="class in org.openqa.selenium.ie">InternetExplorerDriver</a></li>
248+
<li><a href="org/openqa/selenium/ie/InternetExplorerDriverEngine.html" title="enum in org.openqa.selenium.ie">InternetExplorerDriverEngine</a></li>
248249
<li><a href="org/openqa/selenium/ie/InternetExplorerDriverLogLevel.html" title="enum in org.openqa.selenium.ie">InternetExplorerDriverLogLevel</a></li>
249250
<li><a href="org/openqa/selenium/ie/InternetExplorerDriverService.html" title="class in org.openqa.selenium.ie">InternetExplorerDriverService</a></li>
250251
<li><a href="org/openqa/selenium/ie/InternetExplorerDriverService.Builder.html" title="class in org.openqa.selenium.ie">InternetExplorerDriverService.Builder</a></li>

docs/api/java/com/thoughtworks/selenium/Selenium.html

Lines changed: 315 additions & 1 deletion
Large diffs are not rendered by default.

docs/api/java/com/thoughtworks/selenium/package-summary.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ <h1 title="Package" class="title">Package&nbsp;com.thoughtworks.selenium</h1>
8787
</tr>
8888
<tr class="altColor">
8989
<td class="colFirst"><a href="../../../com/thoughtworks/selenium/Selenium.html" title="interface in com.thoughtworks.selenium">Selenium</a></td>
90-
<td class="colLast">
91-
<div class="block">Defines an object that runs Selenium commands.</div>
90+
<td class="colLast">Deprecated
91+
<div class="block"><i>The RC interface will be removed in Selenium 3.0.</i></div>
9292
</td>
9393
</tr>
9494
</tbody>

docs/api/java/constant-values.html

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,13 @@ <h2 title="org.openqa">org.openqa.*</h2>
405405
</tr>
406406
<tbody>
407407
<tr class="altColor">
408+
<td class="colFirst"><a name="org.openqa.selenium.firefox.FirefoxProfile.ALLOWED_HOSTS_PREFERENCE">
409+
<!-- -->
410+
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
411+
<td><code><a href="org/openqa/selenium/firefox/FirefoxProfile.html#ALLOWED_HOSTS_PREFERENCE">ALLOWED_HOSTS_PREFERENCE</a></code></td>
412+
<td class="colLast"><code>"webdriver_firefox_allowed_hosts"</code></td>
413+
</tr>
414+
<tr class="rowColor">
408415
<td class="colFirst"><a name="org.openqa.selenium.firefox.FirefoxProfile.PORT_PREFERENCE">
409416
<!-- -->
410417
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
@@ -620,41 +627,48 @@ <h2 title="org.openqa">org.openqa.*</h2>
620627
</tr>
621628
<tbody>
622629
<tr class="altColor">
630+
<td class="colFirst"><a name="org.openqa.selenium.ie.InternetExplorerDriverService.IE_DRIVER_ENGINE_PROPERTY">
631+
<!-- -->
632+
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
633+
<td><code><a href="org/openqa/selenium/ie/InternetExplorerDriverService.html#IE_DRIVER_ENGINE_PROPERTY">IE_DRIVER_ENGINE_PROPERTY</a></code></td>
634+
<td class="colLast"><code>"webdriver.ie.driver.engine"</code></td>
635+
</tr>
636+
<tr class="rowColor">
623637
<td class="colFirst"><a name="org.openqa.selenium.ie.InternetExplorerDriverService.IE_DRIVER_EXE_PROPERTY">
624638
<!-- -->
625639
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
626640
<td><code><a href="org/openqa/selenium/ie/InternetExplorerDriverService.html#IE_DRIVER_EXE_PROPERTY">IE_DRIVER_EXE_PROPERTY</a></code></td>
627641
<td class="colLast"><code>"webdriver.ie.driver"</code></td>
628642
</tr>
629-
<tr class="rowColor">
643+
<tr class="altColor">
630644
<td class="colFirst"><a name="org.openqa.selenium.ie.InternetExplorerDriverService.IE_DRIVER_EXTRACT_PATH_PROPERTY">
631645
<!-- -->
632646
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
633647
<td><code><a href="org/openqa/selenium/ie/InternetExplorerDriverService.html#IE_DRIVER_EXTRACT_PATH_PROPERTY">IE_DRIVER_EXTRACT_PATH_PROPERTY</a></code></td>
634648
<td class="colLast"><code>"webdriver.ie.driver.extractpath"</code></td>
635649
</tr>
636-
<tr class="altColor">
650+
<tr class="rowColor">
637651
<td class="colFirst"><a name="org.openqa.selenium.ie.InternetExplorerDriverService.IE_DRIVER_HOST_PROPERTY">
638652
<!-- -->
639653
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
640654
<td><code><a href="org/openqa/selenium/ie/InternetExplorerDriverService.html#IE_DRIVER_HOST_PROPERTY">IE_DRIVER_HOST_PROPERTY</a></code></td>
641655
<td class="colLast"><code>"webdriver.ie.driver.host"</code></td>
642656
</tr>
643-
<tr class="rowColor">
657+
<tr class="altColor">
644658
<td class="colFirst"><a name="org.openqa.selenium.ie.InternetExplorerDriverService.IE_DRIVER_LOGFILE_PROPERTY">
645659
<!-- -->
646660
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
647661
<td><code><a href="org/openqa/selenium/ie/InternetExplorerDriverService.html#IE_DRIVER_LOGFILE_PROPERTY">IE_DRIVER_LOGFILE_PROPERTY</a></code></td>
648662
<td class="colLast"><code>"webdriver.ie.driver.logfile"</code></td>
649663
</tr>
650-
<tr class="altColor">
664+
<tr class="rowColor">
651665
<td class="colFirst"><a name="org.openqa.selenium.ie.InternetExplorerDriverService.IE_DRIVER_LOGLEVEL_PROPERTY">
652666
<!-- -->
653667
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
654668
<td><code><a href="org/openqa/selenium/ie/InternetExplorerDriverService.html#IE_DRIVER_LOGLEVEL_PROPERTY">IE_DRIVER_LOGLEVEL_PROPERTY</a></code></td>
655669
<td class="colLast"><code>"webdriver.ie.driver.loglevel"</code></td>
656670
</tr>
657-
<tr class="rowColor">
671+
<tr class="altColor">
658672
<td class="colFirst"><a name="org.openqa.selenium.ie.InternetExplorerDriverService.IE_DRIVER_SILENT_PROPERTY">
659673
<!-- -->
660674
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>

docs/api/java/deprecated-list.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ <h2 title="Contents">Contents</h2>
8888
http://dev.w3.org/html5/webdatabase/</i></div>
8989
</td>
9090
</tr>
91+
<tr class="rowColor">
92+
<td class="colOne"><a href="com/thoughtworks/selenium/Selenium.html" title="interface in com.thoughtworks.selenium">com.thoughtworks.selenium.Selenium</a>
93+
<div class="block"><i>The RC interface will be removed in Selenium 3.0. Please migrate to using WebDriver.</i></div>
94+
</td>
95+
</tr>
9196
</tbody>
9297
</table>
9398
</li>

0 commit comments

Comments
 (0)