DEV Community

ahmedtarek999111
ahmedtarek999111

Posted on

Can't instantiate abstract class Service with abstract method command_line_args

I am trying to make my first program using Python to download the meme from one of the sites and it was working well after that it started throwing problems that I do not know how to solve

from urllib import request
import undetected_chromedriver as UC
from selenium.webdriver.chrome.options import Options

Top comments (0)