Tips

Page load

To wait for a page to load, do a find of some kind e.g:

self.browser.find_element_by_partial_link_text('chess')

XPath

To easily find XPath, CSS and jQuery selectors, try the FireFox, FirePath plugin.