0
Setting up a web browser with Python.
I get a Unicodeescape error when trying to set up my web browser. I already tried putting double slashes and placing an r before writing the path
8 Answers
0
Share your code or at least the line where error is located.
I mean share the string itself. If you don't want to share it then share a similar string.
0
I already tried putting r to make the string raw but it doesnât work
0
C:\Users\jerem\Downloads\chromedriver_win32
0
Try replacing all \ with \\
0
i did that as well. didnât work
0
I did it and now I don't get unescape error. Are you getting another error? Because everything is well escaped nowđ€
0
nope, I still get the same error
- 1
driver = webdriver.Chrome(â...â)