PhantomJS Run Method (String,  String )NReco.PhantomJS Class Library Documentation
Execute javascript code from specified file.

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

public void Run(
	string jsFile,
	string[] jsArgs
)

Parameters

jsFile
Type: System String
URL or local path to javascript file to execute
jsArgs
Type:  System String 
arguments for javascript code (optional; can be null)
See Also