BEAccessibilityRemoteElement
A class that shares the accessibility information of a peripheral process with the main process.
Declaration
class BEAccessibilityRemoteElementOverview
If a peripheral process in your browser app (such as a web content process or extension process) provides Accessibility elements, you can use this class to connect the Accessibility element hierarchies across the two processes so that assistive technologies such as VoiceOver, Switch Control, and Voice Control can interact with both hierarchies.
Create an instance of this class in the peripheral process and pass in the same identifier you use to create a BEAccessibilityRemoteHostElement instance on the main process. Add elements to the accessibilityElements method return value of the instance of this class to enable assistive technologies to simultaneously access both Accessibility element hierarchies.