Trying to use Selenium, but I get this error: “UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0xa0 in position 1: invalid start byte”
So I’m new to Selenium and I was just trying to run a simple test to see if it worked. After installing all the necessary packages (and dealing with some other errors), this message appeared.
Trying to use Selenium, but I get this error: “UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0xa0 in position 1: invalid start byte”
So I’m new to Selenium and I was just trying to run a simple test to see if it worked. After installing all the necessary packages (and dealing with some other errors), this message appeared.