Hello folks, I have just installed Chromedriver on my Linux machine (Ubuntu 22 04 destro), and moved the directory after unzipping it to /usr/local/bin/ and when I execute chromedriver --version in my terminal it shows it's installed and it tells it's version Chromedirver installed, However when I go execute a python code using selenium the and get request to a website it doesn't open up on my google chrome and laterally nothing happens. please help! My terminal and here's the Python code I wrote
I tried to run "sudo apt update && sudo apt upgrad -y" command to make sure I'm up to date and I rebooted a couple times.