DEV Community

Discussion on: Web Scraping using Django and Selenium

Collapse
 
martinlutherdale profile image
Martin Lutherdale

Options.AddAgruments() does not exist for Python. You must declare them all one by one with add_argument().

Collapse
 
mdrhmn profile image
Muhammad Rahiman

Thanks for the correction!