I just starting playing around with python and following a tutorial of selenium started to get errors. I pip install selenium and imported webdriver from selenium; however, when I use command browser = webdriver.Firefox()
it gives all these error. I do have Firefox installed. any help appreciated. this is in windows 10 with python3
Traceback (most recent call last):
File "C:\Users\George\AppData\Local\Programs\Python\Python38-32\lib\site-packages\selenium\webdriver\common\service.py", line 72, in start
self.process = subprocess.Popen(cmd, env=self.env,
File "C:\Users\George\AppData\Local\Programs\Python\Python38-32\lib\subprocess.py", line 854, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\George\AppData\Local\Programs\Python\Python38-32\lib\subprocess.py", line 1307, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified