PhantomJS ToolPath Property NReco.PhantomJS Class Library Documentation
Get or set path where phantomjs.exe is located

Namespace: NReco.PhantomJS
Assembly: NReco.PhantomJS (in NReco.PhantomJS.dll) Version: 1.0.2.0 (1.0.2.0)
Syntax

public string ToolPath { get; set; }

Property Value

Type: String
Remarks

By default this property initialized with assembly location (app bin folder). This is exact place where phantomjs.exe is copied by PhantomJS nuget package.
See Also