The PhantomJS type exposes the following members.
Properties
Name | Description | |
---|---|---|
CustomArgs |
Get or set extra PhantomJS switches/options
| |
ExecutionTimeout |
Get or set maximum execution time for running PhantomJS process (null is by default = no timeout)
| |
PhantomJsExeName |
Get or set PhantomJS tool executive file name ('phantomjs.exe' by default)
| |
ProcessPriority |
Get or set PhantomJS process priority (Normal by default)
| |
TempFilesPath |
Get or set location for temp files (default location: GetTempPath )
| |
ToolPath |
Get or set path where phantomjs.exe is located
|
See Also