the only one change was that i have a new pc. since this, each simple python 3.10 script using selenium module, is givin me this error message:
selenium.common.exceptions.WebDriverException: Message: unknown error: Failed to create Chrome process.
following my 'whole' code:
from selenium import webdriver
from selenium.webdriver.chrome.service import Service
driver=webdriver.Chrome(service=Service('C:/chromedriver.exe'))