Unable to use password with special character '$' in python selenium script Unable to use password with special character '$' in python selenium script selenium selenium

Unable to use password with special character '$' in python selenium script


Looks like you have a symbol at the end of string, which couldn't be encoded

>>> PASSWORD.decode('utf-8')u'#####$####\u200b'

You should try deleting it