I was trying to test out selenium, and the code asks me to run a script
browser = webdriver.Firefox()
However, this is the problem I get. Hope the gurus of the coding world can help me. This is Python 3 on Windows 10.
I was trying to test out selenium, and the code asks me to run a script
browser = webdriver.Firefox()
However, this is the problem I get. Hope the gurus of the coding world can help me. This is Python 3 on Windows 10.