Skip to content

Commit

Permalink
SimonStewart: Updating javadocs
Browse files Browse the repository at this point in the history
r14278
  • Loading branch information
shs96c committed Oct 20, 2011
1 parent 549768c commit b46e94a
Show file tree
Hide file tree
Showing 18 changed files with 1,238 additions and 91 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 @@ -85,6 +85,8 @@
<BR>
<A HREF="org/openqa/selenium/browserlaunchers/locators/BrowserLocator.html" title="interface in org.openqa.selenium.browserlaunchers.locators" target="classFrame"><I>BrowserLocator</I></A>
<BR>
<A HREF="org/openqa/selenium/remote/BrowserType.html" title="interface in org.openqa.selenium.remote" target="classFrame"><I>BrowserType</I></A>
<BR>
<A HREF="org/openqa/selenium/internal/BuildInfo.html" title="class in org.openqa.selenium.internal" target="classFrame">BuildInfo</A>
<BR>
<A HREF="org/openqa/selenium/interactions/ButtonReleaseAction.html" title="class in org.openqa.selenium.interactions" target="classFrame">ButtonReleaseAction</A>
Expand Down Expand Up @@ -485,6 +487,8 @@
<BR>
<A HREF="com/thoughtworks/selenium/RemoteCommand.html" title="interface in com.thoughtworks.selenium" target="classFrame"><I>RemoteCommand</I></A>
<BR>
<A HREF="org/openqa/selenium/remote/RemoteKeyboard.html" title="class in org.openqa.selenium.remote" target="classFrame">RemoteKeyboard</A>
<BR>
<A HREF="org/openqa/selenium/remote/html5/RemoteLocalStorage.html" title="class in org.openqa.selenium.remote.html5" target="classFrame">RemoteLocalStorage</A>
<BR>
<A HREF="org/openqa/selenium/remote/html5/RemoteSessionStorage.html" title="class in org.openqa.selenium.remote.html5" target="classFrame">RemoteSessionStorage</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 @@ -85,6 +85,8 @@
<BR>
<A HREF="org/openqa/selenium/browserlaunchers/locators/BrowserLocator.html" title="interface in org.openqa.selenium.browserlaunchers.locators"><I>BrowserLocator</I></A>
<BR>
<A HREF="org/openqa/selenium/remote/BrowserType.html" title="interface in org.openqa.selenium.remote"><I>BrowserType</I></A>
<BR>
<A HREF="org/openqa/selenium/internal/BuildInfo.html" title="class in org.openqa.selenium.internal">BuildInfo</A>
<BR>
<A HREF="org/openqa/selenium/interactions/ButtonReleaseAction.html" title="class in org.openqa.selenium.interactions">ButtonReleaseAction</A>
Expand Down Expand Up @@ -485,6 +487,8 @@
<BR>
<A HREF="com/thoughtworks/selenium/RemoteCommand.html" title="interface in com.thoughtworks.selenium"><I>RemoteCommand</I></A>
<BR>
<A HREF="org/openqa/selenium/remote/RemoteKeyboard.html" title="class in org.openqa.selenium.remote">RemoteKeyboard</A>
<BR>
<A HREF="org/openqa/selenium/remote/html5/RemoteLocalStorage.html" title="class in org.openqa.selenium.remote.html5">RemoteLocalStorage</A>
<BR>
<A HREF="org/openqa/selenium/remote/html5/RemoteSessionStorage.html" title="class in org.openqa.selenium.remote.html5">RemoteSessionStorage</A>
Expand Down
102 changes: 102 additions & 0 deletions docs/api/java/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,108 @@ <H1>

<P>

<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="3">org.openqa.selenium.remote.<A HREF="org/openqa/selenium/remote/BrowserType.html" title="interface in org.openqa.selenium.remote">BrowserType</A></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<A NAME="org.openqa.selenium.remote.BrowserType.CHROME"><!-- --></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#CHROME">CHROME</A></CODE></TD>
<TD ALIGN="right"><CODE>"chrome"</CODE></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<A NAME="org.openqa.selenium.remote.BrowserType.FIREFOX"><!-- --></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#FIREFOX">FIREFOX</A></CODE></TD>
<TD ALIGN="right"><CODE>"firefox"</CODE></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<A NAME="org.openqa.selenium.remote.BrowserType.FIREFOX_2"><!-- --></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#FIREFOX_2">FIREFOX_2</A></CODE></TD>
<TD ALIGN="right"><CODE>"firefox2"</CODE></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<A NAME="org.openqa.selenium.remote.BrowserType.FIREFOX_3"><!-- --></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#FIREFOX_3">FIREFOX_3</A></CODE></TD>
<TD ALIGN="right"><CODE>"firefox3"</CODE></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<A NAME="org.openqa.selenium.remote.BrowserType.FIREFOX_CHROME"><!-- --></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#FIREFOX_CHROME">FIREFOX_CHROME</A></CODE></TD>
<TD ALIGN="right"><CODE>"firefoxchrome"</CODE></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<A NAME="org.openqa.selenium.remote.BrowserType.FIREFOX_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#FIREFOX_PROXY">FIREFOX_PROXY</A></CODE></TD>
<TD ALIGN="right"><CODE>"firefoxproxy"</CODE></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<A NAME="org.openqa.selenium.remote.BrowserType.GOOGLECHROME"><!-- --></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#GOOGLECHROME">GOOGLECHROME</A></CODE></TD>
<TD ALIGN="right"><CODE>"googlechrome"</CODE></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<A NAME="org.openqa.selenium.remote.BrowserType.IE_HTA"><!-- --></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#IE_HTA">IE_HTA</A></CODE></TD>
<TD ALIGN="right"><CODE>"iehta"</CODE></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<A NAME="org.openqa.selenium.remote.BrowserType.IEXPLORE"><!-- --></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#IEXPLORE">IEXPLORE</A></CODE></TD>
<TD ALIGN="right"><CODE>"iexplore"</CODE></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<A NAME="org.openqa.selenium.remote.BrowserType.IEXPLORE_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#IEXPLORE_PROXY">IEXPLORE_PROXY</A></CODE></TD>
<TD ALIGN="right"><CODE>"iexploreproxy"</CODE></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<A NAME="org.openqa.selenium.remote.BrowserType.KONQUEROR"><!-- --></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#KONQUEROR">KONQUEROR</A></CODE></TD>
<TD ALIGN="right"><CODE>"konqueror"</CODE></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<A NAME="org.openqa.selenium.remote.BrowserType.MOCK"><!-- --></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#MOCK">MOCK</A></CODE></TD>
<TD ALIGN="right"><CODE>"mock"</CODE></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<A NAME="org.openqa.selenium.remote.BrowserType.OPERA"><!-- --></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#OPERA">OPERA</A></CODE></TD>
<TD ALIGN="right"><CODE>"opera"</CODE></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<A NAME="org.openqa.selenium.remote.BrowserType.SAFARI"><!-- --></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">SAFARI</A></CODE></TD>
<TD ALIGN="right"><CODE>"safari"</CODE></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<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>
</TR>
</FONT></TD>
</TR>
</TABLE>

<P>

<P>

<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="3">org.openqa.selenium.remote.<A HREF="org/openqa/selenium/remote/CapabilityType.html" title="interface in org.openqa.selenium.remote">CapabilityType</A></TH>
Expand Down
Loading

0 comments on commit b46e94a

Please sign in to comment.