We are using python selenium webdriver , of late we see error like <type 'exceptions.AttributeError'>, AttributeError("'unicode' object has no attribute 'text'",), <traceback object at 0x0000000003434C48>) .
We are using 2.45 version of selenium python version 2.7.7 .
And also we see this problem intermittently ? Is it a known issue , when i dug into source code of webdriver.py it has a line str= basestring which should fix most of the unicode errors. Since it happens intermittently its hard to provide more logs