How to run a parser on selenium?
I imported selenium, installed all the options and even downloaded the web browser, but it still gives me an error:
from selenium.webdriver.chrome.service import Service
return_code = self.process.poll()
AttributeError: 'Service' object has no attribute 'process'.
Please tell me what can be done?