capture_page_screenshot keyword saves screenshot by suffixing index.
Can this be changed to use the current date time instead of index to make it more unique.
if not filename:
self._screenshot_index += 1
filename = 'selenium-screenshot-%d.png' % self._screenshot_index