Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: chrome/common/extensions/api/automation.idl

Issue 2748463003: Generalize the HIT_TEST accessibility action so that it can send any event. (Closed)
Patch Set: Use ParseAXEvent Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/api/automation.idl
diff --git a/chrome/common/extensions/api/automation.idl b/chrome/common/extensions/api/automation.idl
index f440639a77202288844db6eea0fc9052faffc98f..318c6e0e8bb3adf0a0b6d892b4c9e2a2e841154f 100644
--- a/chrome/common/extensions/api/automation.idl
+++ b/chrome/common/extensions/api/automation.idl
@@ -681,6 +681,10 @@
// original size.
static void getImageData(long maxWidth, long maxHeight);
+ // Does a hit test of the given global screen coordinates, and fires
+ // eventToFire on the resulting object.
+ static void hitTest(long x, long y, EventType eventToFire);
+
// Scrolls this node to make it visible.
static void makeVisible();

Powered by Google App Engine
This is Rietveld 408576698