Selenium.PhantomJS is invalid namespace
I am really trying my best to find a way to web scrape a website using javascript to load the pages so I can scrape lets say my playlist for example. I have had no luck with chrome driver nor phantomjs. Please have a look below and see if you can help me with the error. using OpenQA.Selenium; //The type or namespace 'PhantomJS' does not exist in the namespace 'OpenQASelenium' using OpenQA.Selenium.PhantomJS; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MusicScaper { class TidalScraper { } } My packages.config file