var page = require('webpage').create(); page.viewportSize = {width:
Warning: Undefined variable $width in C:\laragon\www\codal360channel.ir\vendor\microweber\screen\templates\screen-capture.php on line 3
, height:
Warning: Undefined variable $height in C:\laragon\www\codal360channel.ir\vendor\microweber\screen\templates\screen-capture.php on line 3
}; page.open('
Warning: Undefined variable $url in C:\laragon\www\codal360channel.ir\vendor\microweber\screen\templates\screen-capture.php on line 17
', function (status) { if (status !== 'success') { console.log('Unable to load the address!'); phantom.exit(1); } page.evaluate(function() { }); setTimeout(function() { page.render('
Warning: Undefined variable $imageLocation in C:\laragon\www\codal360channel.ir\vendor\microweber\screen\templates\screen-capture.php on line 45
'); phantom.exit(); }, 0); });