-
|
I am looking to add a feature or at least some code to cause NVDA to inform the user when a webpage is finished loading in either Chrome or Firefox. This already happens for Microsoft Edge but I cannot find any code that handles this. Where would I look to find relevant code for handling web page loading? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi, In Microsoft Edge, "loading complete" announcement is done through UIA notification event raised by Edge itself. So to add this kind of indicator to web browsers, you should ask web browser vendors (Google and Mozilla, in this case) about adding alerts like this to their products. Thanks. |
Beta Was this translation helpful? Give feedback.
Hi,
In Microsoft Edge, "loading complete" announcement is done through UIA notification event raised by Edge itself. So to add this kind of indicator to web browsers, you should ask web browser vendors (Google and Mozilla, in this case) about adding alerts like this to their products.
Thanks.