I am working on a webpage with approximately 150 elements including buttons, text boxes, links, and labels. I want to ensure that the driver loads all controls/elements on the page completely before proceeding. Waiting for a specific element doesn't seem like the best approach. What steps should I take to wait for the driver to fully load the page?