You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,7 @@ config = {
132
132
"phantomArgs": [], // array of strings used as phantomjs args e.g. ["--ignore-ssl-errors=yes"]
133
133
"script":'/url', // Absolute path to a custom phantomjs script, use the file in lib/scripts as example
134
134
"timeout":30000, // Timeout that will cancel phantomjs, in milliseconds
135
+
"evaluateScript":"function () { console.log(document.title) }", // Evaluate a script in the context of the web page (console.log are collected in consoleMessages field in the JSON returned by the callback: res)
0 commit comments