Question on References | Selenium C# Forum
S
shobha bandaru Posted on 31/12/2018
Hi Gunjan,

In that POM and POM_Rediff example, we added the WebDriver references in POM project and added that POM project as a reference in POM_Rediff project. 
SowhydoweneedtoaddDriverreferencesagininPOM_Rediffproject.

Making one project as a reference should bring all of it references to another project?right?

Thanks,
Shobha

G
gunjan Replied on 07/06/2019

Yeah.. it would all the references but since you have all your testcases in POM_Rediff, so then you will have to add the reference of Webdriver there also to make the testcases run.