In reference to answer: https://stackoverflow.com/a/7811812/3146582
Does waiting for random page element being found by
_wait.Until(d => d.FindElement(By.Id("Id_Your_UIElement"));
really confirms that page was already fully loaded?
As fully loaded I assume:
- all required and designed elements are now displayed
- browser is not downloading any more data for that page