Skip to content

Commit

Permalink
LukeIS: updating javadoc and pydoc. Updating pythong changelog and on…
Browse files Browse the repository at this point in the history
…e missed version bump. Bumping versions on SeHQ downloads page and maven numbers... it'll be out soonish too ;)

r17139
  • Loading branch information
lukeis committed Jun 7, 2012
1 parent 4ae7a57 commit 5dc14ef
Show file tree
Hide file tree
Showing 98 changed files with 523 additions and 370 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,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</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, failNotEquals, failNotSame, failSame, format</CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
Expand Down
6 changes: 6 additions & 0 deletions docs/api/java/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -2577,6 +2577,9 @@
<DT><A HREF="./org/openqa/selenium/firefox/FirefoxDriver.html#FirefoxDriver(org.openqa.selenium.firefox.FirefoxBinary, org.openqa.selenium.firefox.FirefoxProfile)"><B>FirefoxDriver(FirefoxBinary, FirefoxProfile)</B></A> -
Constructor for class org.openqa.selenium.firefox.<A HREF="./org/openqa/selenium/firefox/FirefoxDriver.html" title="class in org.openqa.selenium.firefox">FirefoxDriver</A>
<DD>&nbsp;
<DT><A HREF="./org/openqa/selenium/firefox/FirefoxDriver.html#FirefoxDriver(org.openqa.selenium.firefox.FirefoxBinary, org.openqa.selenium.firefox.FirefoxProfile, org.openqa.selenium.Capabilities)"><B>FirefoxDriver(FirefoxBinary, FirefoxProfile, Capabilities)</B></A> -
Constructor for class org.openqa.selenium.firefox.<A HREF="./org/openqa/selenium/firefox/FirefoxDriver.html" title="class in org.openqa.selenium.firefox">FirefoxDriver</A>
<DD>&nbsp;
<DT><A HREF="./org/openqa/selenium/browserlaunchers/locators/FirefoxLocator.html" title="class in org.openqa.selenium.browserlaunchers.locators"><B>FirefoxLocator</B></A> - Class in <A HREF="./org/openqa/selenium/browserlaunchers/locators/package-summary.html">org.openqa.selenium.browserlaunchers.locators</A><DD>Discovers a valid Firefox installation on local system.<DT><A HREF="./org/openqa/selenium/browserlaunchers/locators/FirefoxLocator.html#FirefoxLocator()"><B>FirefoxLocator()</B></A> -
Constructor for class org.openqa.selenium.browserlaunchers.locators.<A HREF="./org/openqa/selenium/browserlaunchers/locators/FirefoxLocator.html" title="class in org.openqa.selenium.browserlaunchers.locators">FirefoxLocator</A>
<DD>&nbsp;
Expand Down Expand Up @@ -7126,6 +7129,9 @@
<DT><A HREF="./org/openqa/selenium/remote/Response.html#setSessionId(java.lang.String)"><B>setSessionId(String)</B></A> -
Method in class org.openqa.selenium.remote.<A HREF="./org/openqa/selenium/remote/Response.html" title="class in org.openqa.selenium.remote">Response</A>
<DD>&nbsp;
<DT><A HREF="./org/openqa/selenium/WebDriverException.html#setSessionId(java.lang.String)"><B>setSessionId(String)</B></A> -
Method in exception org.openqa.selenium.<A HREF="./org/openqa/selenium/WebDriverException.html" title="class in org.openqa.selenium">WebDriverException</A>
<DD>&nbsp;
<DT><A HREF="./com/thoughtworks/selenium/HttpCommandProcessor.html#setSessionInProgress(java.lang.String)"><B>setSessionInProgress(String)</B></A> -
Method in class com.thoughtworks.selenium.<A HREF="./com/thoughtworks/selenium/HttpCommandProcessor.html" title="class in com.thoughtworks.selenium">HttpCommandProcessor</A>
<DD>&nbsp;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ <H2>
<TH ALIGN="left"><B>Methods inherited from class org.openqa.selenium.<A HREF="../../../org/openqa/selenium/WebDriverException.html" title="class in org.openqa.selenium">WebDriverException</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../org/openqa/selenium/WebDriverException.html#getBuildInformation()">getBuildInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getDriverInformation()">getDriverInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getDriverName(java.lang.StackTraceElement[])">getDriverName</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getMessage()">getMessage</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getSupportUrl()">getSupportUrl</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getSystemInformation()">getSystemInformation</A></CODE></TD>
<TD><CODE><A HREF="../../../org/openqa/selenium/WebDriverException.html#getBuildInformation()">getBuildInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getDriverInformation()">getDriverInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getDriverName(java.lang.StackTraceElement[])">getDriverName</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getMessage()">getMessage</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getSupportUrl()">getSupportUrl</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getSystemInformation()">getSystemInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#setSessionId(java.lang.String)">setSessionId</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ <H2>
<TH ALIGN="left"><B>Methods inherited from class org.openqa.selenium.<A HREF="../../../org/openqa/selenium/WebDriverException.html" title="class in org.openqa.selenium">WebDriverException</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../org/openqa/selenium/WebDriverException.html#getBuildInformation()">getBuildInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getDriverInformation()">getDriverInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getDriverName(java.lang.StackTraceElement[])">getDriverName</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getMessage()">getMessage</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getSupportUrl()">getSupportUrl</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getSystemInformation()">getSystemInformation</A></CODE></TD>
<TD><CODE><A HREF="../../../org/openqa/selenium/WebDriverException.html#getBuildInformation()">getBuildInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getDriverInformation()">getDriverInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getDriverName(java.lang.StackTraceElement[])">getDriverName</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getMessage()">getMessage</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getSupportUrl()">getSupportUrl</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getSystemInformation()">getSystemInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#setSessionId(java.lang.String)">setSessionId</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ <H2>
<TH ALIGN="left"><B>Methods inherited from class org.openqa.selenium.<A HREF="../../../org/openqa/selenium/WebDriverException.html" title="class in org.openqa.selenium">WebDriverException</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../org/openqa/selenium/WebDriverException.html#getBuildInformation()">getBuildInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getDriverInformation()">getDriverInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getDriverName(java.lang.StackTraceElement[])">getDriverName</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getMessage()">getMessage</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getSupportUrl()">getSupportUrl</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getSystemInformation()">getSystemInformation</A></CODE></TD>
<TD><CODE><A HREF="../../../org/openqa/selenium/WebDriverException.html#getBuildInformation()">getBuildInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getDriverInformation()">getDriverInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getDriverName(java.lang.StackTraceElement[])">getDriverName</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getMessage()">getMessage</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getSupportUrl()">getSupportUrl</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getSystemInformation()">getSystemInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#setSessionId(java.lang.String)">setSessionId</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ <H2>
<TH ALIGN="left"><B>Methods inherited from class org.openqa.selenium.<A HREF="../../../org/openqa/selenium/WebDriverException.html" title="class in org.openqa.selenium">WebDriverException</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../org/openqa/selenium/WebDriverException.html#getBuildInformation()">getBuildInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getDriverInformation()">getDriverInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getDriverName(java.lang.StackTraceElement[])">getDriverName</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getMessage()">getMessage</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getSupportUrl()">getSupportUrl</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getSystemInformation()">getSystemInformation</A></CODE></TD>
<TD><CODE><A HREF="../../../org/openqa/selenium/WebDriverException.html#getBuildInformation()">getBuildInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getDriverInformation()">getDriverInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getDriverName(java.lang.StackTraceElement[])">getDriverName</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getMessage()">getMessage</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getSupportUrl()">getSupportUrl</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getSystemInformation()">getSystemInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#setSessionId(java.lang.String)">setSessionId</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ <H2>
<TH ALIGN="left"><B>Methods inherited from class org.openqa.selenium.<A HREF="../../../org/openqa/selenium/WebDriverException.html" title="class in org.openqa.selenium">WebDriverException</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../org/openqa/selenium/WebDriverException.html#getBuildInformation()">getBuildInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getDriverInformation()">getDriverInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getDriverName(java.lang.StackTraceElement[])">getDriverName</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getMessage()">getMessage</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getSupportUrl()">getSupportUrl</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getSystemInformation()">getSystemInformation</A></CODE></TD>
<TD><CODE><A HREF="../../../org/openqa/selenium/WebDriverException.html#getBuildInformation()">getBuildInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getDriverInformation()">getDriverInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getDriverName(java.lang.StackTraceElement[])">getDriverName</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getMessage()">getMessage</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getSupportUrl()">getSupportUrl</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getSystemInformation()">getSystemInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#setSessionId(java.lang.String)">setSessionId</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ <H2>
<TH ALIGN="left"><B>Methods inherited from class org.openqa.selenium.<A HREF="../../../org/openqa/selenium/WebDriverException.html" title="class in org.openqa.selenium">WebDriverException</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../org/openqa/selenium/WebDriverException.html#getBuildInformation()">getBuildInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getDriverInformation()">getDriverInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getDriverName(java.lang.StackTraceElement[])">getDriverName</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getMessage()">getMessage</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getSupportUrl()">getSupportUrl</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getSystemInformation()">getSystemInformation</A></CODE></TD>
<TD><CODE><A HREF="../../../org/openqa/selenium/WebDriverException.html#getBuildInformation()">getBuildInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getDriverInformation()">getDriverInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getDriverName(java.lang.StackTraceElement[])">getDriverName</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getMessage()">getMessage</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getSupportUrl()">getSupportUrl</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getSystemInformation()">getSystemInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#setSessionId(java.lang.String)">setSessionId</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ <H2>
<TH ALIGN="left"><B>Methods inherited from class org.openqa.selenium.<A HREF="../../../org/openqa/selenium/WebDriverException.html" title="class in org.openqa.selenium">WebDriverException</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../org/openqa/selenium/WebDriverException.html#getBuildInformation()">getBuildInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getDriverInformation()">getDriverInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getDriverName(java.lang.StackTraceElement[])">getDriverName</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getMessage()">getMessage</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getSystemInformation()">getSystemInformation</A></CODE></TD>
<TD><CODE><A HREF="../../../org/openqa/selenium/WebDriverException.html#getBuildInformation()">getBuildInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getDriverInformation()">getDriverInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getDriverName(java.lang.StackTraceElement[])">getDriverName</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getMessage()">getMessage</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getSystemInformation()">getSystemInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#setSessionId(java.lang.String)">setSessionId</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ <H2>
<TH ALIGN="left"><B>Methods inherited from class org.openqa.selenium.<A HREF="../../../org/openqa/selenium/WebDriverException.html" title="class in org.openqa.selenium">WebDriverException</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../org/openqa/selenium/WebDriverException.html#getBuildInformation()">getBuildInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getDriverInformation()">getDriverInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getDriverName(java.lang.StackTraceElement[])">getDriverName</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getMessage()">getMessage</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getSupportUrl()">getSupportUrl</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getSystemInformation()">getSystemInformation</A></CODE></TD>
<TD><CODE><A HREF="../../../org/openqa/selenium/WebDriverException.html#getBuildInformation()">getBuildInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getDriverInformation()">getDriverInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getDriverName(java.lang.StackTraceElement[])">getDriverName</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getMessage()">getMessage</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getSupportUrl()">getSupportUrl</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getSystemInformation()">getSystemInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#setSessionId(java.lang.String)">setSessionId</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ <H2>
<TH ALIGN="left"><B>Methods inherited from class org.openqa.selenium.<A HREF="../../../org/openqa/selenium/WebDriverException.html" title="class in org.openqa.selenium">WebDriverException</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../org/openqa/selenium/WebDriverException.html#getBuildInformation()">getBuildInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getDriverInformation()">getDriverInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getDriverName(java.lang.StackTraceElement[])">getDriverName</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getMessage()">getMessage</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getSystemInformation()">getSystemInformation</A></CODE></TD>
<TD><CODE><A HREF="../../../org/openqa/selenium/WebDriverException.html#getBuildInformation()">getBuildInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getDriverInformation()">getDriverInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getDriverName(java.lang.StackTraceElement[])">getDriverName</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getMessage()">getMessage</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#getSystemInformation()">getSystemInformation</A>, <A HREF="../../../org/openqa/selenium/WebDriverException.html#setSessionId(java.lang.String)">setSessionId</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A>
Expand Down
Loading

0 comments on commit 5dc14ef

Please sign in to comment.