Using Selenium.PhantomJS.WebDriver with .Net Core

Package NuGet Selenium.PhantomJS.WebDriver , when creating a project, it copies PhantomJS.exe to the bin folder. With .Net classics, this works very well.

The problem is that with .NetCore this does not work. I can add the file to the solution directly by specifying copyOnBuild , but I would like to avoid it. Any suggestions?

Thank.

+4
source share

Source: https://habr.com/ru/post/1669403/


All Articles