public event documentCompleted as BrowserNavigationEvent
Emitted after styles, scripts and layout are ready for painting.
browser.documentCompleted += lambda(event as BrowserNavigationEvent): print(browser.documentTitle)