After navigating to a page, I would like to wait for either:
- The page to load, OR
- A timeout (20 seconds)
However, after catching a TimeoutError, it reports that the original page has crashed and I cannot retrieve the contents.
Is it possible to hit a timeout but then query the page contents?