Skip to content

Commit

Permalink
SimonStewart: Another refresh of the javadocs prior to 2.16
Browse files Browse the repository at this point in the history
r15364
  • Loading branch information
shs96c committed Jan 4, 2012
1 parent ee37772 commit db6086f
Show file tree
Hide file tree
Showing 17 changed files with 65 additions and 457 deletions.
2 changes: 0 additions & 2 deletions docs/api/java/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -623,8 +623,6 @@
<BR>
<A HREF="org/openqa/selenium/UnhandledAlertException.html" title="class in org.openqa.selenium" target="classFrame">UnhandledAlertException</A>
<BR>
<A HREF="org/openqa/selenium/os/UnixUtils.html" title="class in org.openqa.selenium.os" target="classFrame">UnixUtils</A>
<BR>
<A HREF="org/openqa/selenium/remote/UnreachableBrowserException.html" title="class in org.openqa.selenium.remote" target="classFrame">UnreachableBrowserException</A>
<BR>
<A HREF="org/openqa/selenium/UnsupportedCommandException.html" title="class in org.openqa.selenium" target="classFrame">UnsupportedCommandException</A>
Expand Down
2 changes: 0 additions & 2 deletions docs/api/java/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -623,8 +623,6 @@
<BR>
<A HREF="org/openqa/selenium/UnhandledAlertException.html" title="class in org.openqa.selenium">UnhandledAlertException</A>
<BR>
<A HREF="org/openqa/selenium/os/UnixUtils.html" title="class in org.openqa.selenium.os">UnixUtils</A>
<BR>
<A HREF="org/openqa/selenium/remote/UnreachableBrowserException.html" title="class in org.openqa.selenium.remote">UnreachableBrowserException</A>
<BR>
<A HREF="org/openqa/selenium/UnsupportedCommandException.html" title="class in org.openqa.selenium">UnsupportedCommandException</A>
Expand Down
36 changes: 9 additions & 27 deletions docs/api/java/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,9 @@
<DT><A HREF="./org/openqa/selenium/android/AndroidDriver.html" title="class in org.openqa.selenium.android"><B>AndroidDriver</B></A> - Class in <A HREF="./org/openqa/selenium/android/package-summary.html">org.openqa.selenium.android</A><DD>A driver for running tests on an Android device or emulator.<DT><A HREF="./org/openqa/selenium/android/AndroidDriver.html#AndroidDriver()"><B>AndroidDriver()</B></A> -
Constructor for class org.openqa.selenium.android.<A HREF="./org/openqa/selenium/android/AndroidDriver.html" title="class in org.openqa.selenium.android">AndroidDriver</A>
<DD>The default constructor assumes the remote server is listening at http://localhost:8080/wd/hub
<DT><A HREF="./org/openqa/selenium/android/AndroidDriver.html#AndroidDriver(org.openqa.selenium.Capabilities)"><B>AndroidDriver(Capabilities)</B></A> -
Constructor for class org.openqa.selenium.android.<A HREF="./org/openqa/selenium/android/AndroidDriver.html" title="class in org.openqa.selenium.android">AndroidDriver</A>
<DD>&nbsp;
<DT><A HREF="./org/openqa/selenium/android/AndroidDriver.html#AndroidDriver(java.lang.String)"><B>AndroidDriver(String)</B></A> -
Constructor for class org.openqa.selenium.android.<A HREF="./org/openqa/selenium/android/AndroidDriver.html" title="class in org.openqa.selenium.android">AndroidDriver</A>
<DD>&nbsp;
Expand Down Expand Up @@ -1017,9 +1020,6 @@
<DT><A HREF="./org/openqa/selenium/WebDriver.html#close()"><B>close()</B></A> -
Method in interface org.openqa.selenium.<A HREF="./org/openqa/selenium/WebDriver.html" title="interface in org.openqa.selenium">WebDriver</A>
<DD>Close the current window, quitting the browser if it's the last window currently open.
<DT><A HREF="./org/openqa/selenium/os/ProcessUtils.html#closeAllStreamsAndDestroyProcess(java.lang.Process)"><B>closeAllStreamsAndDestroyProcess(Process)</B></A> -
Static method in class org.openqa.selenium.os.<A HREF="./org/openqa/selenium/os/ProcessUtils.html" title="class in org.openqa.selenium.os">ProcessUtils</A>
<DD>&nbsp;
<DT><A HREF="./com/thoughtworks/selenium/HttpCommandProcessor.html#closeResources(java.net.HttpURLConnection, java.io.Writer, java.io.Reader)"><B>closeResources(HttpURLConnection, Writer, Reader)</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 Expand Up @@ -1480,6 +1480,9 @@
<DT><A HREF="./org/openqa/selenium/remote/DesiredCapabilities.html#DesiredCapabilities(org.openqa.selenium.Capabilities)"><B>DesiredCapabilities(Capabilities)</B></A> -
Constructor for class org.openqa.selenium.remote.<A HREF="./org/openqa/selenium/remote/DesiredCapabilities.html" title="class in org.openqa.selenium.remote">DesiredCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/openqa/selenium/remote/DesiredCapabilities.html#DesiredCapabilities(org.openqa.selenium.Capabilities...)"><B>DesiredCapabilities(Capabilities...)</B></A> -
Constructor for class org.openqa.selenium.remote.<A HREF="./org/openqa/selenium/remote/DesiredCapabilities.html" title="class in org.openqa.selenium.remote">DesiredCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/openqa/selenium/os/CommandLine.html#destroy()"><B>destroy()</B></A> -
Method in class org.openqa.selenium.os.<A HREF="./org/openqa/selenium/os/CommandLine.html" title="class in org.openqa.selenium.os">CommandLine</A>
<DD>Destroy the current command.
Expand Down Expand Up @@ -3447,12 +3450,6 @@
<DT><A HREF="./org/openqa/selenium/net/NetworkUtils.html#getPrivateLocalAddress()"><B>getPrivateLocalAddress()</B></A> -
Method in class org.openqa.selenium.net.<A HREF="./org/openqa/selenium/net/NetworkUtils.html" title="class in org.openqa.selenium.net">NetworkUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/openqa/selenium/os/ProcessUtils.html#getProcessId(java.lang.Process)"><B>getProcessId(Process)</B></A> -
Static method in class org.openqa.selenium.os.<A HREF="./org/openqa/selenium/os/ProcessUtils.html" title="class in org.openqa.selenium.os">ProcessUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/openqa/selenium/os/UnixUtils.html#getProcessId(java.lang.Process)"><B>getProcessId(Process)</B></A> -
Static method in class org.openqa.selenium.os.<A HREF="./org/openqa/selenium/os/UnixUtils.html" title="class in org.openqa.selenium.os">UnixUtils</A>
<DD>retrieves the pid
<DT><A HREF="./com/thoughtworks/selenium/BrowserConfigurationOptions.html#getProfile()"><B>getProfile()</B></A> -
Method in class com.thoughtworks.selenium.<A HREF="./com/thoughtworks/selenium/BrowserConfigurationOptions.html" title="class in com.thoughtworks.selenium">BrowserConfigurationOptions</A>
<DD>&nbsp;
Expand Down Expand Up @@ -4303,6 +4300,9 @@
<DT><A HREF="./org/openqa/selenium/iphone/IPhoneDriver.html#IPhoneDriver()"><B>IPhoneDriver()</B></A> -
Constructor for class org.openqa.selenium.iphone.<A HREF="./org/openqa/selenium/iphone/IPhoneDriver.html" title="class in org.openqa.selenium.iphone">IPhoneDriver</A>
<DD>Create an IPhoneDriver connected to an iphone simulator running on the local machine.
<DT><A HREF="./org/openqa/selenium/iphone/IPhoneDriver.html#IPhoneDriver(org.openqa.selenium.Capabilities)"><B>IPhoneDriver(Capabilities)</B></A> -
Constructor for class org.openqa.selenium.iphone.<A HREF="./org/openqa/selenium/iphone/IPhoneDriver.html" title="class in org.openqa.selenium.iphone">IPhoneDriver</A>
<DD>&nbsp;
<DT><A HREF="./org/openqa/selenium/iphone/IPhoneSimulatorBinary.html" title="class in org.openqa.selenium.iphone"><B>IPhoneSimulatorBinary</B></A> - Class in <A HREF="./org/openqa/selenium/iphone/package-summary.html">org.openqa.selenium.iphone</A><DD>Handles launching the iWebDriver app on the iPhone Simulator in a subprocess.<DT><A HREF="./org/openqa/selenium/iphone/IPhoneSimulatorBinary.html#IPhoneSimulatorBinary(java.io.File)"><B>IPhoneSimulatorBinary(File)</B></A> -
Constructor for class org.openqa.selenium.iphone.<A HREF="./org/openqa/selenium/iphone/IPhoneSimulatorBinary.html" title="class in org.openqa.selenium.iphone">IPhoneSimulatorBinary</A>
<DD>Creates a new IPhoneSimulatorBinary that will run the given application on the iPhone
Expand Down Expand Up @@ -4805,18 +4805,6 @@
<DT><A HREF="./org/openqa/selenium/os/WindowsUtils.html#kill(java.lang.String[])"><B>kill(String[])</B></A> -
Static method in class org.openqa.selenium.os.<A HREF="./org/openqa/selenium/os/WindowsUtils.html" title="class in org.openqa.selenium.os">WindowsUtils</A>
<DD>Searches the process list for a process with the specified command line and kills it
<DT><A HREF="./org/openqa/selenium/os/ProcessUtils.html#kill9(java.lang.Integer)"><B>kill9(Integer)</B></A> -
Static method in class org.openqa.selenium.os.<A HREF="./org/openqa/selenium/os/ProcessUtils.html" title="class in org.openqa.selenium.os">ProcessUtils</A>
<DD>Runs "kill -9" on the specified pid
<DT><A HREF="./org/openqa/selenium/os/ProcessUtils.html#kill9(java.lang.Process)"><B>kill9(Process)</B></A> -
Static method in class org.openqa.selenium.os.<A HREF="./org/openqa/selenium/os/ProcessUtils.html" title="class in org.openqa.selenium.os">ProcessUtils</A>
<DD>Runs "kill -9" on the specified process
<DT><A HREF="./org/openqa/selenium/os/UnixUtils.html#kill9(java.lang.Integer)"><B>kill9(Integer)</B></A> -
Static method in class org.openqa.selenium.os.<A HREF="./org/openqa/selenium/os/UnixUtils.html" title="class in org.openqa.selenium.os">UnixUtils</A>
<DD>runs "kill -9" on the specified pid
<DT><A HREF="./org/openqa/selenium/os/UnixUtils.html#kill9(java.lang.Process)"><B>kill9(Process)</B></A> -
Static method in class org.openqa.selenium.os.<A HREF="./org/openqa/selenium/os/UnixUtils.html" title="class in org.openqa.selenium.os">UnixUtils</A>
<DD>runs "kill -9" on the specified process
<DT><A HREF="./org/openqa/selenium/os/WindowsUtils.html#killByName(java.lang.String)"><B>killByName(String)</B></A> -
Static method in class org.openqa.selenium.os.<A HREF="./org/openqa/selenium/os/WindowsUtils.html" title="class in org.openqa.selenium.os">WindowsUtils</A>
<DD>Kill processes by name
Expand Down Expand Up @@ -7401,9 +7389,6 @@
<DT><A HREF="./org/openqa/selenium/UnhandledAlertException.html" title="class in org.openqa.selenium"><B>UnhandledAlertException</B></A> - Exception in <A HREF="./org/openqa/selenium/package-summary.html">org.openqa.selenium</A><DD>&nbsp;<DT><A HREF="./org/openqa/selenium/UnhandledAlertException.html#UnhandledAlertException(java.lang.String)"><B>UnhandledAlertException(String)</B></A> -
Constructor for exception org.openqa.selenium.<A HREF="./org/openqa/selenium/UnhandledAlertException.html" title="class in org.openqa.selenium">UnhandledAlertException</A>
<DD>&nbsp;
<DT><A HREF="./org/openqa/selenium/os/UnixUtils.html" title="class in org.openqa.selenium.os"><B>UnixUtils</B></A> - Class in <A HREF="./org/openqa/selenium/os/package-summary.html">org.openqa.selenium.os</A><DD>Handy utilities for managing Unix/Linux processes<DT><A HREF="./org/openqa/selenium/os/UnixUtils.html#UnixUtils()"><B>UnixUtils()</B></A> -
Constructor for class org.openqa.selenium.os.<A HREF="./org/openqa/selenium/os/UnixUtils.html" title="class in org.openqa.selenium.os">UnixUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/openqa/selenium/remote/ErrorCodes.html#UNKNOWN_COMMAND"><B>UNKNOWN_COMMAND</B></A> -
Static variable in class org.openqa.selenium.remote.<A HREF="./org/openqa/selenium/remote/ErrorCodes.html" title="class in org.openqa.selenium.remote">ErrorCodes</A>
<DD>&nbsp;
Expand Down Expand Up @@ -7786,9 +7771,6 @@
<DT><A HREF="./com/thoughtworks/selenium/Selenium.html#waitForPopUp(java.lang.String, java.lang.String)"><B>waitForPopUp(String, String)</B></A> -
Method in interface com.thoughtworks.selenium.<A HREF="./com/thoughtworks/selenium/Selenium.html" title="interface in com.thoughtworks.selenium">Selenium</A>
<DD>Waits for a popup window to appear and load up.
<DT><A HREF="./org/openqa/selenium/os/ProcessUtils.html#waitForProcessDeath(java.lang.Process, long)"><B>waitForProcessDeath(Process, long)</B></A> -
Static method in class org.openqa.selenium.os.<A HREF="./org/openqa/selenium/os/ProcessUtils.html" title="class in org.openqa.selenium.os">ProcessUtils</A>
<DD>Waits the specified timeout for the process to die
<DT><A HREF="./com/thoughtworks/selenium/condition/DefaultConditionRunner.Log4jMonitor.html#waitHasBegun(com.thoughtworks.selenium.condition.ConditionRunner.Context, com.thoughtworks.selenium.condition.Condition)"><B>waitHasBegun(ConditionRunner.Context, Condition)</B></A> -
Method in class com.thoughtworks.selenium.condition.<A HREF="./com/thoughtworks/selenium/condition/DefaultConditionRunner.Log4jMonitor.html" title="class in com.thoughtworks.selenium.condition">DefaultConditionRunner.Log4jMonitor</A>
<DD>&nbsp;
Expand Down
2 changes: 1 addition & 1 deletion docs/api/java/org/openqa/selenium/WebElement.html
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ <H2>
of the property with the same name is returned. If neither value is set, null is returned. The
"style" attribute is converted as best can be to a text representation with a trailing
semi-colon. The following are deemed to be "boolean" attributes, and will return either "true"
or "false":
or null:

async, autofocus, autoplay, checked, compact, complete, controls, declare, defaultchecked,
defaultselected, defer, disabled, draggable, ended, formnovalidate, hidden, indeterminate,
Expand Down
14 changes: 14 additions & 0 deletions docs/api/java/org/openqa/selenium/android/AndroidDriver.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,12 @@ <H2>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The default constructor assumes the remote server is listening at http://localhost:8080/wd/hub</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../org/openqa/selenium/android/AndroidDriver.html#AndroidDriver(org.openqa.selenium.Capabilities)">AndroidDriver</A></B>(<A HREF="../../../../org/openqa/selenium/Capabilities.html" title="interface in org.openqa.selenium">Capabilities</A>&nbsp;ignored)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../org/openqa/selenium/android/AndroidDriver.html#AndroidDriver(org.openqa.selenium.remote.DesiredCapabilities)">AndroidDriver</A></B>(<A HREF="../../../../org/openqa/selenium/remote/DesiredCapabilities.html" title="class in org.openqa.selenium.remote">DesiredCapabilities</A>&nbsp;caps)</CODE>

<BR>
Expand Down Expand Up @@ -301,6 +307,14 @@ <H2>
</DL>
<HR>

<A NAME="AndroidDriver(org.openqa.selenium.Capabilities)"><!-- --></A><H3>
AndroidDriver</H3>
<PRE>
public <B>AndroidDriver</B>(<A HREF="../../../../org/openqa/selenium/Capabilities.html" title="interface in org.openqa.selenium">Capabilities</A>&nbsp;ignored)</PRE>
<DL>
</DL>
<HR>

<A NAME="AndroidDriver(java.lang.String)"><!-- --></A><H3>
AndroidDriver</H3>
<PRE>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ <H2>
of the property with the same name is returned. If neither value is set, null is returned. The
"style" attribute is converted as best can be to a text representation with a trailing
semi-colon. The following are deemed to be "boolean" attributes, and will return either "true"
or "false":
or null:

async, autofocus, autoplay, checked, compact, complete, controls, declare, defaultchecked,
defaultselected, defer, disabled, draggable, ended, formnovalidate, hidden, indeterminate,
Expand Down
19 changes: 19 additions & 0 deletions docs/api/java/org/openqa/selenium/iphone/IPhoneDriver.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,12 @@ <H2>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create an IPhoneDriver connected to an iphone simulator running on the local machine.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../org/openqa/selenium/iphone/IPhoneDriver.html#IPhoneDriver(org.openqa.selenium.Capabilities)">IPhoneDriver</A></B>(<A HREF="../../../../org/openqa/selenium/Capabilities.html" title="interface in org.openqa.selenium">Capabilities</A>&nbsp;ignored)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../org/openqa/selenium/iphone/IPhoneDriver.html#IPhoneDriver(org.openqa.selenium.remote.CommandExecutor)">IPhoneDriver</A></B>(<A HREF="../../../../org/openqa/selenium/remote/CommandExecutor.html" title="interface in org.openqa.selenium.remote">CommandExecutor</A>&nbsp;executor)</CODE>

<BR>
Expand Down Expand Up @@ -343,6 +349,19 @@ <H2>
<P>
<DL>

<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE></DL>
</DL>
<HR>

<A NAME="IPhoneDriver(org.openqa.selenium.Capabilities)"><!-- --></A><H3>
IPhoneDriver</H3>
<PRE>
public <B>IPhoneDriver</B>(<A HREF="../../../../org/openqa/selenium/Capabilities.html" title="interface in org.openqa.selenium">Capabilities</A>&nbsp;ignored)
throws java.lang.Exception</PRE>
<DL>
<DL>

<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE></DL>
</DL>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../org/openqa/selenium/os/ProcessUtils.html" title="class in org.openqa.selenium.os"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../org/openqa/selenium/os/UnixUtils.html" title="class in org.openqa.selenium.os"><B>NEXT CLASS</B></A></FONT></TD>
&nbsp;<A HREF="../../../../org/openqa/selenium/os/WindowsRegistryException.html" title="class in org.openqa.selenium.os"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/openqa/selenium/os/ProcessUtils.ProcessStillAliveException.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="ProcessUtils.ProcessStillAliveException.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
Expand Down Expand Up @@ -208,7 +208,7 @@ <H2>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../org/openqa/selenium/os/ProcessUtils.html" title="class in org.openqa.selenium.os"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../org/openqa/selenium/os/UnixUtils.html" title="class in org.openqa.selenium.os"><B>NEXT CLASS</B></A></FONT></TD>
&nbsp;<A HREF="../../../../org/openqa/selenium/os/WindowsRegistryException.html" title="class in org.openqa.selenium.os"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/openqa/selenium/os/ProcessUtils.ProcessStillAliveException.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="ProcessUtils.ProcessStillAliveException.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
Expand Down
Loading

0 comments on commit db6086f

Please sign in to comment.