PhantomJS RunScriptAsync Method NReco.PhantomJS Class Library Documentation
Asynchronously 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 Task RunScriptAsync(
	string javascriptCode,
	string[] jsArgs
)

Parameters

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

Return Value

Type: Task
See Also