Is there a way to reference the active window using the PHP COM object?
I've never worked with it before, but am trying to use the imagegrabwindow() function and on the PHP site they demo it using:
$browser = new COM("InternetExplorer.Application");
Which generates a new IE window and I can get a screencap of that no problem. But I'm working in Chrome and want the same result on the current window. Any ideas?