PhantomJS MethodsNReco.PhantomJS Class Library Documentation

The PhantomJS type exposes the following members.

Methods

  NameDescription
Public methodAbort
Abort PhantomJS process (if started)
Protected methodCopyToStdIn
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRun(String,  String )
Execute javascript code from specified file.
Public methodRun(String,  String , Stream, Stream)
Execute javascript code from specified file with input/output interaction
Public methodRunAsync
Asynchronously execute javascript code from specified file with input/output interaction
Public methodRunScript(String,  String )
Execute javascript code block
Public methodRunScript(String,  String , Stream, Stream)
Execute javascript code block
Public methodRunScriptAsync
Asynchronously execute javascript code block.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteEnd
Closes phantomJS process standard input stream.
Public methodWriteLine
Writes a string followed by a line terminator to the PhantomJS standard input (stdin).
Top
See Also