PhantomJS RunScript Method (String,  String )NReco.PhantomJS Class Library Documentation
Execute javascript code block

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

public void RunScript(
	string javascriptCode,
	string[] jsArgs
)

Parameters

javascriptCode
Type: System String
javascript code
jsArgs
Type:  System String 
arguments for javascript code (optional; can be null)
See Also