Skip to content

Commit

Permalink
SimonStewart: Updating javadocs
Browse files Browse the repository at this point in the history
r14654
  • Loading branch information
shs96c committed Nov 10, 2011
1 parent b43a613 commit d54ed60
Show file tree
Hide file tree
Showing 38 changed files with 1,200 additions and 64 deletions.
4 changes: 4 additions & 0 deletions docs/api/java/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@
<BR>
<A HREF="org/openqa/selenium/remote/BeanToJsonConverter.html" title="class in org.openqa.selenium.remote" target="classFrame">BeanToJsonConverter</A>
<BR>
<A HREF="org/openqa/selenium/Beta.html" title="annotation in org.openqa.selenium" target="classFrame">Beta</A>
<BR>
<A HREF="com/thoughtworks/selenium/BrowserConfigurationOptions.html" title="class in com.thoughtworks.selenium" target="classFrame">BrowserConfigurationOptions</A>
<BR>
<A HREF="org/openqa/selenium/html5/BrowserConnection.html" title="interface in org.openqa.selenium.html5" target="classFrame"><I>BrowserConnection</I></A>
Expand Down Expand Up @@ -627,6 +629,8 @@
<BR>
<A HREF="org/openqa/selenium/WebDriver.Timeouts.html" title="interface in org.openqa.selenium" target="classFrame"><I>WebDriver.Timeouts</I></A>
<BR>
<A HREF="org/openqa/selenium/WebDriver.Window.html" title="interface in org.openqa.selenium" target="classFrame"><I>WebDriver.Window</I></A>
<BR>
<A HREF="org/openqa/selenium/WebDriverBackedSelenium.html" title="class in org.openqa.selenium" target="classFrame">WebDriverBackedSelenium</A>
<BR>
<A HREF="org/openqa/selenium/WebDriverCommandProcessor.html" title="class in org.openqa.selenium" target="classFrame">WebDriverCommandProcessor</A>
Expand Down
4 changes: 4 additions & 0 deletions docs/api/java/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@
<BR>
<A HREF="org/openqa/selenium/remote/BeanToJsonConverter.html" title="class in org.openqa.selenium.remote">BeanToJsonConverter</A>
<BR>
<A HREF="org/openqa/selenium/Beta.html" title="annotation in org.openqa.selenium">Beta</A>
<BR>
<A HREF="com/thoughtworks/selenium/BrowserConfigurationOptions.html" title="class in com.thoughtworks.selenium">BrowserConfigurationOptions</A>
<BR>
<A HREF="org/openqa/selenium/html5/BrowserConnection.html" title="interface in org.openqa.selenium.html5"><I>BrowserConnection</I></A>
Expand Down Expand Up @@ -627,6 +629,8 @@
<BR>
<A HREF="org/openqa/selenium/WebDriver.Timeouts.html" title="interface in org.openqa.selenium"><I>WebDriver.Timeouts</I></A>
<BR>
<A HREF="org/openqa/selenium/WebDriver.Window.html" title="interface in org.openqa.selenium"><I>WebDriver.Window</I></A>
<BR>
<A HREF="org/openqa/selenium/WebDriverBackedSelenium.html" title="class in org.openqa.selenium">WebDriverBackedSelenium</A>
<BR>
<A HREF="org/openqa/selenium/WebDriverCommandProcessor.html" title="class in org.openqa.selenium">WebDriverCommandProcessor</A>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ <H2>
<TH ALIGN="left"><B>Methods inherited from class junit.framework.Assert</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><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, failNotEquals, failNotSame, failSame, format</CODE></TD>
<TD><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></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
Expand Down
26 changes: 25 additions & 1 deletion docs/api/java/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ <H1>
<A NAME="org.openqa.selenium.remote.BrowserType.SAFARI_PROXY"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
<TD ALIGN="left"><CODE><A HREF="org/openqa/selenium/remote/BrowserType.html#SAFARI_PROXY">SAFARI_PROXY</A></CODE></TD>
<TD ALIGN="right"><CODE>"safari"</CODE></TD>
<TD ALIGN="right"><CODE>"safariproxy"</CODE></TD>
</TR>
</FONT></TD>
</TR>
Expand Down Expand Up @@ -1070,6 +1070,18 @@ <H1>
<TD ALIGN="right"><CODE>"getWindowHandles"</CODE></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<A NAME="org.openqa.selenium.remote.DriverCommand.GET_WINDOW_POSITION"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
<TD ALIGN="left"><CODE><A HREF="org/openqa/selenium/remote/DriverCommand.html#GET_WINDOW_POSITION">GET_WINDOW_POSITION</A></CODE></TD>
<TD ALIGN="right"><CODE>"getWindowPosition"</CODE></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<A NAME="org.openqa.selenium.remote.DriverCommand.GET_WINDOW_SIZE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
<TD ALIGN="left"><CODE><A HREF="org/openqa/selenium/remote/DriverCommand.html#GET_WINDOW_SIZE">GET_WINDOW_SIZE</A></CODE></TD>
<TD ALIGN="right"><CODE>"getWindowSize"</CODE></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<A NAME="org.openqa.selenium.remote.DriverCommand.GO_BACK"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
<TD ALIGN="left"><CODE><A HREF="org/openqa/selenium/remote/DriverCommand.html#GO_BACK">GO_BACK</A></CODE></TD>
Expand Down Expand Up @@ -1274,6 +1286,18 @@ <H1>
<TD ALIGN="right"><CODE>"setSessionStorageItem"</CODE></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<A NAME="org.openqa.selenium.remote.DriverCommand.SET_WINDOW_POSITION"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
<TD ALIGN="left"><CODE><A HREF="org/openqa/selenium/remote/DriverCommand.html#SET_WINDOW_POSITION">SET_WINDOW_POSITION</A></CODE></TD>
<TD ALIGN="right"><CODE>"setWindowPosition"</CODE></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<A NAME="org.openqa.selenium.remote.DriverCommand.SET_WINDOW_SIZE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
<TD ALIGN="left"><CODE><A HREF="org/openqa/selenium/remote/DriverCommand.html#SET_WINDOW_SIZE">SET_WINDOW_SIZE</A></CODE></TD>
<TD ALIGN="right"><CODE>"setWindowSize"</CODE></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<A NAME="org.openqa.selenium.remote.DriverCommand.SUBMIT_ELEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
<CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
<TD ALIGN="left"><CODE><A HREF="org/openqa/selenium/remote/DriverCommand.html#SUBMIT_ELEMENT">SUBMIT_ELEMENT</A></CODE></TD>
Expand Down
10 changes: 10 additions & 0 deletions docs/api/java/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,16 @@ <H2>
<B>Deprecated Methods</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/openqa/selenium/firefox/FirefoxProfile.html#alwaysLoadNoFocusLib()">org.openqa.selenium.firefox.FirefoxProfile.alwaysLoadNoFocusLib()</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/openqa/selenium/firefox/FirefoxProfile.html#enableNativeEvents()">org.openqa.selenium.firefox.FirefoxProfile.enableNativeEvents()</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/openqa/selenium/remote/DesiredCapabilities.html#htmlUnitWithJavascript()">org.openqa.selenium.remote.DesiredCapabilities.htmlUnitWithJavascript()</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I></I>&nbsp;&nbsp;</TD>
Expand Down
Loading

0 comments on commit d54ed60

Please sign in to comment.