public event navigationFailed as BrowserNavigationErrorEvent
Emitted when the requested document cannot be loaded.
browser.navigationFailed += lambda(event: BrowserNavigationErrorEvent): print(event.message)