It\'s my 2nd day with Selenium 2 library and the pain with Unicode never seem to subside.
I\'m just doing the most basic operation, want to print the page source:
Instead of print(string), use print(repr(string)) to return a printable representation of the object.
print(string)
print(repr(string))