You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AX: Add waitForNotifications and enhance waitForNotification in accessibility-helper.js
https://bugs.webkit.org/show_bug.cgi?id=306500
<rdar://problem/169155012>
Reviewed by Tyler Wilcock.
Enhance waitForNotification to support global notification listeners when no
specific AccessibilityUIElement is provided. This allows tests to listen for
notifications without knowing which element will emit them.
Add new waitForNotifications function that waits for a specified count of
notifications and invokes a handler callback for each one. This is useful for
tests that need to verify multiple sequential notifications are fired, such as
text selection change tests.
* LayoutTests/resources/accessibility-helper.js:
Canonical link: https://commits.webkit.org/306418@main
0 commit comments