From 087d4ec54e59e61874d353df5a8b39083a0c3124 Mon Sep 17 00:00:00 2001 From: Mike Pennisi Date: Tue, 17 Sep 2019 22:34:04 -0400 Subject: [PATCH] Introduce "Accessible Name" locator strategy This patch is incomplete and intended to facilitate discussion. --- index.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/index.html b/index.html index f04ea5dfc..78fb5a14e 100644 --- a/index.html +++ b/index.html @@ -4267,6 +4267,11 @@

Locator strategies

XPath selector "xpath" + + + Accessible name + "accessible name" +
@@ -4421,6 +4426,15 @@
XPath
+ +
+
Accessible name
+ +

To find a web element with the Accessible + Name strategy return success with data set to ???. + Can the accessibility tree be queried here? Can the result + be mapped back to a DOM element? +