Rendered DOM access service #120
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
input needed
When an issue requires input or suggestions
To enable test/mock services to intercept a rendered AngleSharp DOM before it is available to the user through the component under test, i.e. rendered component or rendered fragment, we need a service, that the test context in the web project passes a new rendered DOM each time it is generated and when it is replaced/disposed.
The service needs to provide the following functionality to other services:
That will allow something like the mock NavigationManager to add event listeners to e.g. document, and listen for on onclick events on anchors elements.
Related
The text was updated successfully, but these errors were encountered: