Skip to content

Commit

Permalink
SimonStewart: Updating javadocs
Browse files Browse the repository at this point in the history
r15847
  • Loading branch information
shs96c committed Feb 8, 2012
1 parent a30844e commit 5023f19
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,15 @@ <H2>
</PRE>

<P>
Mechanism used to locate elements within a document using a series of other lookups. This class
will find all DOM elements that much each of the locators in sequence, eg.
Mechanism used to locate elements within a document using a series of other lookups. This class
will find all DOM elements that matches each of the locators in sequence, e.g.

<pre>
driver.findElements(new ByChained(by1, by2))
</pre>

will find all elements that match by2 and appear under an element that matches by1.
will find all elements that match <var>by2</var> and appear under an element that matches
<var>by1</var>.
<P>

<P>
Expand Down

0 comments on commit 5023f19

Please sign in to comment.