accessibilityPageContent()
Returns the text displayed on the current page.
Declaration
@MainActor func accessibilityPageContent() -> String?Return Value
A string that contains the text displayed on the current page.
Discussion
The system tries to call the accessibilityAttributedPageContent() method before calling this method.