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
As I saw the issue #31 , He requested to inject his own code inside CasperJS script. But the result code was only added one specific feature. Is there any possibility to inject my own Javascript inside? And also define custom variable for output and assign them in JS. $casper->addToScript(<<<FRAGMENT ... JS code ... FRAGMENT);
Thank you
The text was updated successfully, but these errors were encountered:
Hello,
As I saw the issue #31 , He requested to inject his own code inside CasperJS script. But the result code was only added one specific feature. Is there any possibility to inject my own Javascript inside? And also define custom variable for output and assign them in JS.
$casper->addToScript(<<<FRAGMENT ... JS code ... FRAGMENT);
Thank you
The text was updated successfully, but these errors were encountered: