Open GoogleCodeExporter opened 9 years ago
In your current SVN head, there's a typo:
def click_link(self, selector, timeout=None):
"""Click a link and wait for page load."""
return self.click(selector, wait_page=True, timeout=timeout)
wait_page should be wait_load.
Original comment by BaiHa...@gmail.com
on 2 Jan 2010 at 4:15
r133, thanks.
Original comment by tokland
on 3 Jan 2010 at 6:35
Original issue reported on code.google.com by
tokland
on 17 Aug 2009 at 10:19