PhantomJS WriteLine Method NReco.PhantomJS Class Library Documentation
Writes a string followed by a line terminator to the PhantomJS standard input (stdin).

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

public void WriteLine(
	string s
)
Remarks

This method cannot be used if standard input data specified as Stream.
See Also