Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce "Accessible Name" locator strategy #1440

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
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