I am trying to test my Blazor app using selenium with Nunit. But the problem is I cannot run my use cases because of the starting page is index.html. Tests don't wait for redirecting and they always fail for this reason. Is there any way to eliminate the ...