To wait for a page to load, do a find of some kind e.g:
find
self.browser.find_element_by_partial_link_text('chess')
To easily find XPath, CSS and jQuery selectors, try the FireFox, FirePath plugin.