Skip to main content
Known Participant
April 14, 2021
Question

to get full page screen shots in browser from Photoshop

  • April 14, 2021
  • 3 replies
  • 1336 views

Hi,

 

I received the request as to open the particular URL from Photoshop and get the full page screen shot (PNG) from the browser (Safari, and Chrome) as "Small", "Medium" and "Large" size (Size will be defined in coding).

 

Note: I can able to open the URL in chrome from Photoshop, but i am not sure how to get the full page screen shot from chrome through script.

 

Can any one look into this and give me the solution to achive this.

 

thanks

Asuvath

This topic has been closed for replies.

3 replies

Legend
April 14, 2021

This would require an AppleScript (Mac) or Powershell script (Windows) to create a screenshot.

AsuvathAuthor
Known Participant
April 15, 2021

Hi Lumigraphics,

 

Thanks for the informaiton, can you please give some guidence or reference for Applescript to achive this task.

 

Thanks

Asuvath

Legend
April 16, 2021

You can do the research yourself. Google "AppleScript screen capture."

Kukurykus
Legend
April 14, 2021
AsuvathAuthor
Known Participant
April 14, 2021

Hi Kukurykus,

 

Thanks for checking. But in this link i am not found any related information for my request. Can you please?

 

Thanks

Asuvath

Kukurykus
Legend
April 14, 2021

With new Socket() method you can download files from websites (however not always).

Mylenium
Legend
April 14, 2021

Any such thing would require to hook up to the Chromium rendering engine directly via script or the API. Anything else doesn't make any sense, anyway, as web pages obviously can be larger than the visible area of a screen and DOM states of objects on the page can dynamically change all the time. This has nothing to do with PS.

 

Mylenium

 

 

AsuvathAuthor
Known Participant
April 14, 2021

Hi Mylenium,
Thanks for checking. I understand your concern. My request is whether do we have any code/script (JS or applescript) to download the full page screen shot from browser. So i will trigger that tool/script through my script.
So i will get those screen shot images in one single script.

Please check and do the needful.

 

Thanks

Asuvath