Skip to content

Commit

Permalink
DanielWagnerHall: Version bump and docs update for 2.16.1
Browse files Browse the repository at this point in the history
r15404
  • Loading branch information
illicitonion committed Jan 5, 2012
1 parent 5b69e25 commit f69fa0a
Show file tree
Hide file tree
Showing 17 changed files with 47 additions and 29 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ require 'rake-tasks/ie_code_generator'
require 'rake-tasks/gecko_sdks'

def version
"2.16.0"
"2.16.1"
end
ide_version = "1.0.12"

Expand Down
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
10 changes: 10 additions & 0 deletions docs/api/java/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,16 @@ <H2>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/openqa/selenium/chrome/ChromeDriver.html#ChromeDriver(org.openqa.selenium.chrome.ChromeDriverService, org.openqa.selenium.chrome.ChromeOptions)"><CODE>ChromeDriver.ChromeDriver(ChromeDriverService, ChromeOptions)</CODE></A></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/openqa/selenium/WebDriverCommandProcessor.html#WebDriverCommandProcessor(java.lang.String)">org.openqa.selenium.WebDriverCommandProcessor(String)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/openqa/selenium/WebDriverCommandProcessor.html#WebDriverCommandProcessor(java.lang.String, com.google.common.base.Supplier)"><CODE>WebDriverCommandProcessor.WebDriverCommandProcessor(String, com.google.common.base.Supplier)</CODE></A> instead.</I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/openqa/selenium/WebDriverCommandProcessor.html#WebDriverCommandProcessor(java.lang.String, org.openqa.selenium.Capabilities)">org.openqa.selenium.WebDriverCommandProcessor(String, Capabilities)</A>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/openqa/selenium/WebDriverCommandProcessor.html#WebDriverCommandProcessor(java.lang.String, com.google.common.base.Supplier)"><CODE>WebDriverCommandProcessor.WebDriverCommandProcessor(String, com.google.common.base.Supplier)</CODE></A> instead.</I>&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
<P>
Expand Down
5 changes: 2 additions & 3 deletions docs/api/java/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -7801,11 +7801,10 @@
<DD>&nbsp;
<DT><A HREF="./org/openqa/selenium/WebDriverCommandProcessor.html" title="class in org.openqa.selenium"><B>WebDriverCommandProcessor</B></A> - Class in <A HREF="./org/openqa/selenium/package-summary.html">org.openqa.selenium</A><DD>A CommandProcessor which delegates commands down to an underlying webdriver instance.<DT><A HREF="./org/openqa/selenium/WebDriverCommandProcessor.html#WebDriverCommandProcessor(java.lang.String)"><B>WebDriverCommandProcessor(String)</B></A> -
Constructor for class org.openqa.selenium.<A HREF="./org/openqa/selenium/WebDriverCommandProcessor.html" title="class in org.openqa.selenium">WebDriverCommandProcessor</A>
<DD>Create an instance that will later be configured by calling <A HREF="./org/openqa/selenium/WebDriverCommandProcessor.html#start(java.lang.Object)"><CODE>WebDriverCommandProcessor.start(Object)</CODE></A> with a
<A HREF="./org/openqa/selenium/Capabilities.html" title="interface in org.openqa.selenium"><CODE>Capabilities</CODE></A> instance.
<DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="./org/openqa/selenium/WebDriverCommandProcessor.html#WebDriverCommandProcessor(java.lang.String, com.google.common.base.Supplier)"><CODE>WebDriverCommandProcessor.WebDriverCommandProcessor(String, com.google.common.base.Supplier)</CODE></A> instead.</I>
<DT><A HREF="./org/openqa/selenium/WebDriverCommandProcessor.html#WebDriverCommandProcessor(java.lang.String, org.openqa.selenium.Capabilities)"><B>WebDriverCommandProcessor(String, Capabilities)</B></A> -
Constructor for class org.openqa.selenium.<A HREF="./org/openqa/selenium/WebDriverCommandProcessor.html" title="class in org.openqa.selenium">WebDriverCommandProcessor</A>
<DD>Create an instance that will later be started by calling <A HREF="./org/openqa/selenium/WebDriverCommandProcessor.html#start()"><CODE>WebDriverCommandProcessor.start()</CODE></A>
<DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="./org/openqa/selenium/WebDriverCommandProcessor.html#WebDriverCommandProcessor(java.lang.String, com.google.common.base.Supplier)"><CODE>WebDriverCommandProcessor.WebDriverCommandProcessor(String, com.google.common.base.Supplier)</CODE></A> instead.</I>
<DT><A HREF="./org/openqa/selenium/WebDriverCommandProcessor.html#WebDriverCommandProcessor(java.lang.String, org.openqa.selenium.WebDriver)"><B>WebDriverCommandProcessor(String, WebDriver)</B></A> -
Constructor for class org.openqa.selenium.<A HREF="./org/openqa/selenium/WebDriverCommandProcessor.html" title="class in org.openqa.selenium">WebDriverCommandProcessor</A>
<DD>&nbsp;
Expand Down
17 changes: 11 additions & 6 deletions docs/api/java/org/openqa/selenium/WebDriverCommandProcessor.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,14 @@ <H2>
<TD><CODE><B><A HREF="../../../org/openqa/selenium/WebDriverCommandProcessor.html#WebDriverCommandProcessor(java.lang.String)">WebDriverCommandProcessor</A></B>(java.lang.String&nbsp;baseUrl)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create an instance that will later be configured by calling <A HREF="../../../org/openqa/selenium/WebDriverCommandProcessor.html#start(java.lang.Object)"><CODE>start(Object)</CODE></A> with a
<A HREF="../../../org/openqa/selenium/Capabilities.html" title="interface in org.openqa.selenium"><CODE>Capabilities</CODE></A> instance.</TD>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../../org/openqa/selenium/WebDriverCommandProcessor.html#WebDriverCommandProcessor(java.lang.String, com.google.common.base.Supplier)"><CODE>WebDriverCommandProcessor(String, com.google.common.base.Supplier)</CODE></A> instead.</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../org/openqa/selenium/WebDriverCommandProcessor.html#WebDriverCommandProcessor(java.lang.String, org.openqa.selenium.Capabilities)">WebDriverCommandProcessor</A></B>(java.lang.String&nbsp;baseUrl,
<A HREF="../../../org/openqa/selenium/Capabilities.html" title="interface in org.openqa.selenium">Capabilities</A>&nbsp;likeThis)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create an instance that will later be started by calling <A HREF="../../../org/openqa/selenium/WebDriverCommandProcessor.html#start()"><CODE>start()</CODE></A></TD>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../../org/openqa/selenium/WebDriverCommandProcessor.html#WebDriverCommandProcessor(java.lang.String, com.google.common.base.Supplier)"><CODE>WebDriverCommandProcessor(String, com.google.common.base.Supplier)</CODE></A> instead.</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../org/openqa/selenium/WebDriverCommandProcessor.html#WebDriverCommandProcessor(java.lang.String, com.google.common.base.Supplier)">WebDriverCommandProcessor</A></B>(java.lang.String&nbsp;baseUrl,
Expand Down Expand Up @@ -341,8 +340,11 @@ <H2>
<A NAME="WebDriverCommandProcessor(java.lang.String)"><!-- --></A><H3>
WebDriverCommandProcessor</H3>
<PRE>
public <B>WebDriverCommandProcessor</B>(java.lang.String&nbsp;baseUrl)</PRE>
<FONT SIZE="-1">@Deprecated
</FONT>public <B>WebDriverCommandProcessor</B>(java.lang.String&nbsp;baseUrl)</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../../org/openqa/selenium/WebDriverCommandProcessor.html#WebDriverCommandProcessor(java.lang.String, com.google.common.base.Supplier)"><CODE>WebDriverCommandProcessor(String, com.google.common.base.Supplier)</CODE></A> instead.</I>
<P>
<DD>Create an instance that will later be configured by calling <A HREF="../../../org/openqa/selenium/WebDriverCommandProcessor.html#start(java.lang.Object)"><CODE>start(Object)</CODE></A> with a
<A HREF="../../../org/openqa/selenium/Capabilities.html" title="interface in org.openqa.selenium"><CODE>Capabilities</CODE></A> instance.
<P>
Expand All @@ -354,9 +356,12 @@ <H2>
<A NAME="WebDriverCommandProcessor(java.lang.String, org.openqa.selenium.Capabilities)"><!-- --></A><H3>
WebDriverCommandProcessor</H3>
<PRE>
public <B>WebDriverCommandProcessor</B>(java.lang.String&nbsp;baseUrl,
<A HREF="../../../org/openqa/selenium/Capabilities.html" title="interface in org.openqa.selenium">Capabilities</A>&nbsp;likeThis)</PRE>
<FONT SIZE="-1">@Deprecated
</FONT>public <B>WebDriverCommandProcessor</B>(java.lang.String&nbsp;baseUrl,
<A HREF="../../../org/openqa/selenium/Capabilities.html" title="interface in org.openqa.selenium">Capabilities</A>&nbsp;likeThis)</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../../org/openqa/selenium/WebDriverCommandProcessor.html#WebDriverCommandProcessor(java.lang.String, com.google.common.base.Supplier)"><CODE>WebDriverCommandProcessor(String, com.google.common.base.Supplier)</CODE></A> instead.</I>
<P>
<DD>Create an instance that will later be started by calling <A HREF="../../../org/openqa/selenium/WebDriverCommandProcessor.html#start()"><CODE>start()</CODE></A>
<P>
<DL>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/java/org/openqa/selenium/html5/package-tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <H2>
<LI TYPE="circle">java.lang.Object<UL>
<LI TYPE="circle">java.lang.Enum&lt;E&gt; (implements java.lang.Comparable&lt;T&gt;, java.io.Serializable)
<UL>
<LI TYPE="circle">org.openqa.selenium.html5.<A HREF="../../../../org/openqa/selenium/html5/AppCacheType.html" title="enum in org.openqa.selenium.html5"><B>AppCacheType</B></A><LI TYPE="circle">org.openqa.selenium.html5.<A HREF="../../../../org/openqa/selenium/html5/AppCacheStatus.html" title="enum in org.openqa.selenium.html5"><B>AppCacheStatus</B></A></UL>
<LI TYPE="circle">org.openqa.selenium.html5.<A HREF="../../../../org/openqa/selenium/html5/AppCacheStatus.html" title="enum in org.openqa.selenium.html5"><B>AppCacheStatus</B></A><LI TYPE="circle">org.openqa.selenium.html5.<A HREF="../../../../org/openqa/selenium/html5/AppCacheType.html" title="enum in org.openqa.selenium.html5"><B>AppCacheType</B></A></UL>
</UL>
</UL>
<HR>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,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, 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, 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
3 changes: 2 additions & 1 deletion docs/api/java/org/openqa/selenium/logging/LogEntries.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ <H2>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>LogEntries</B><DT>extends java.lang.Object<DT>implements java.lang.Iterable&lt;<A HREF="../../../../org/openqa/selenium/logging/LogEntry.html" title="class in org.openqa.selenium.logging">LogEntry</A>&gt;</DL>
<DT><PRE><FONT SIZE="-1"><A HREF="../../../../org/openqa/selenium/Beta.html" title="annotation in org.openqa.selenium">@Beta</A>
</FONT>public class <B>LogEntries</B><DT>extends java.lang.Object<DT>implements java.lang.Iterable&lt;<A HREF="../../../../org/openqa/selenium/logging/LogEntry.html" title="class in org.openqa.selenium.logging">LogEntry</A>&gt;</DL>
</PRE>

<P>
Expand Down
3 changes: 2 additions & 1 deletion docs/api/java/org/openqa/selenium/logging/Logs.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ <H2>
</DL>
<HR>
<DL>
<DT><PRE>public interface <B>Logs</B></DL>
<DT><PRE><FONT SIZE="-1"><A HREF="../../../../org/openqa/selenium/Beta.html" title="annotation in org.openqa.selenium">@Beta</A>
</FONT>public interface <B>Logs</B></DL>
</PRE>

<P>
Expand Down
4 changes: 2 additions & 2 deletions docs/api/java/org/openqa/selenium/package-tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ <H2>
<LI TYPE="circle">java.lang.Object<UL>
<LI TYPE="circle">java.lang.Enum&lt;E&gt; (implements java.lang.Comparable&lt;T&gt;, java.io.Serializable)
<UL>
<LI TYPE="circle">org.openqa.selenium.<A HREF="../../../org/openqa/selenium/Platform.html" title="enum in org.openqa.selenium"><B>Platform</B></A><LI TYPE="circle">org.openqa.selenium.<A HREF="../../../org/openqa/selenium/Keys.html" title="enum in org.openqa.selenium"><B>Keys</B></A> (implements java.lang.CharSequence)
<LI TYPE="circle">org.openqa.selenium.<A HREF="../../../org/openqa/selenium/ScreenOrientation.html" title="enum in org.openqa.selenium"><B>ScreenOrientation</B></A><LI TYPE="circle">org.openqa.selenium.<A HREF="../../../org/openqa/selenium/Proxy.ProxyType.html" title="enum in org.openqa.selenium"><B>Proxy.ProxyType</B></A></UL>
<LI TYPE="circle">org.openqa.selenium.<A HREF="../../../org/openqa/selenium/Keys.html" title="enum in org.openqa.selenium"><B>Keys</B></A> (implements java.lang.CharSequence)
<LI TYPE="circle">org.openqa.selenium.<A HREF="../../../org/openqa/selenium/Platform.html" title="enum in org.openqa.selenium"><B>Platform</B></A><LI TYPE="circle">org.openqa.selenium.<A HREF="../../../org/openqa/selenium/ScreenOrientation.html" title="enum in org.openqa.selenium"><B>ScreenOrientation</B></A><LI TYPE="circle">org.openqa.selenium.<A HREF="../../../org/openqa/selenium/Proxy.ProxyType.html" title="enum in org.openqa.selenium"><B>Proxy.ProxyType</B></A></UL>
</UL>
</UL>
<HR>
Expand Down
3 changes: 2 additions & 1 deletion docs/api/java/org/openqa/selenium/remote/RemoteLogs.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ <H2>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>RemoteLogs</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../org/openqa/selenium/logging/Logs.html" title="interface in org.openqa.selenium.logging">Logs</A></DL>
<DT><PRE><FONT SIZE="-1"><A HREF="../../../../org/openqa/selenium/Beta.html" title="annotation in org.openqa.selenium">@Beta</A>
</FONT>public class <B>RemoteLogs</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../org/openqa/selenium/logging/Logs.html" title="interface in org.openqa.selenium.logging">Logs</A></DL>
</PRE>

<P>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,8 @@ <H2>
<A NAME="logs()"><!-- --></A><H3>
logs</H3>
<PRE>
public <A HREF="../../../../org/openqa/selenium/logging/Logs.html" title="interface in org.openqa.selenium.logging">Logs</A> <B>logs</B>()</PRE>
<FONT SIZE="-1"><A HREF="../../../../org/openqa/selenium/Beta.html" title="annotation in org.openqa.selenium">@Beta</A>
</FONT>public <A HREF="../../../../org/openqa/selenium/logging/Logs.html" title="interface in org.openqa.selenium.logging">Logs</A> <B>logs</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/openqa/selenium/WebDriver.Options.html#logs()">WebDriver.Options</A></CODE></B></DD>
<DD>Gets the <A HREF="../../../../org/openqa/selenium/logging/Logs.html" title="interface in org.openqa.selenium.logging"><CODE>Logs</CODE></A> interface used to fetch different types of logs.
Expand Down
4 changes: 2 additions & 2 deletions docs/api/java/org/openqa/selenium/support/package-tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ <H2>
Annotation Type Hierarchy
</H2>
<UL>
<LI TYPE="circle">org.openqa.selenium.support.<A HREF="../../../../org/openqa/selenium/support/FindBys.html" title="annotation in org.openqa.selenium.support"><B>FindBys</B></A> (implements java.lang.annotation.Annotation)
<LI TYPE="circle">org.openqa.selenium.support.<A HREF="../../../../org/openqa/selenium/support/FindBy.html" title="annotation in org.openqa.selenium.support"><B>FindBy</B></A> (implements java.lang.annotation.Annotation)
<LI TYPE="circle">org.openqa.selenium.support.<A HREF="../../../../org/openqa/selenium/support/CacheLookup.html" title="annotation in org.openqa.selenium.support"><B>CacheLookup</B></A> (implements java.lang.annotation.Annotation)
<LI TYPE="circle">org.openqa.selenium.support.<A HREF="../../../../org/openqa/selenium/support/FindBy.html" title="annotation in org.openqa.selenium.support"><B>FindBy</B></A> (implements java.lang.annotation.Annotation)
<LI TYPE="circle">org.openqa.selenium.support.<A HREF="../../../../org/openqa/selenium/support/FindBys.html" title="annotation in org.openqa.selenium.support"><B>FindBys</B></A> (implements java.lang.annotation.Annotation)
</UL>
<H2>
Enum Hierarchy
Expand Down
Loading

0 comments on commit f69fa0a

Please sign in to comment.