I have tried several screenshot tools, but have been unable to find one that supports taking a screenshot of
https://www.google.com.ph/maps/@55.6652884,12.4946009,89a,35y,254.22h,47.58t/data=!3m1!1e3?hl=en
The tricky part here is that the tool needs to support 3D, and wait until all tiles have been loaded in hi-res before taking the screenshot. It is probably very hard to determine that, so it is also acceptable that it simply takes the screenshot after giving the javascript 15 seconds to run.
Is there a beast that supports urls like the above?
The closest I have is:
cutycapt --delay 15000 --url='https://www.google.com.ph/maps/@55.6652884,12.4946009,89a,35y,254.22h,47.58t/data=!3m1!1e3?hl=en' --out=google.png
which waits, but does not give the 3D.