Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4267,6 +4267,11 @@ <h4>Locator strategies</h4>
<td><a>XPath selector</a>
<td>"<code>xpath</code>"
</tr>

<tr>
<td><a>Accessible name</a>
<td>"<code>accessible name</code>"
</tr>
</table>

<section>
Expand Down Expand Up @@ -4421,6 +4426,15 @@ <h5>XPath</h5>

</ol>
</section> <!-- /XPath -->

<section>
<h5>Accessible name</h5>

<p>To find a <a>web element</a> with the <dfn>Accessible
Name</dfn> <a>strategy</a> return <a>success</a> with data set to ???.
<span class="issue">Can the accessibility tree be queried here? Can the result
be mapped back to a DOM element?</span>
</section> <!-- /Accessible name -->
</section> <!-- /Locator strategies -->

<section>
Expand Down