You are on page 1of 4

‫سالم احمد سعد السعدي‬

22164127 information Technology


Tool name : Cutycapt

CutyCapt is a small cross-platform command-line utility to capture WebKit's


rendering of a web page into a variety of vector and bitmap formats, including
SVG, PDF, PS, PNG, JPEG, TIFF, GIF, and BMP.

*Open terminal and type cutycapt or fom file explorer search for cutycapt

* To take photo for facebook website type this command


cutycapt --url=http:\\facebook.com --out=aa.png
//there is ohere option you can use like –javascript=<of|on> to disable
javescript //and then take photo for example
cutycapt --url=http:\\facebook.com --out=aa.png --javescript=off
*To display the screenshoot type
display file name . file extension
*You can make file or image or any extension you need
For example I will save website as pdf
Cutycapt --url=https://www.aa.com/homePage.do?locale=en_US
--out=c.pdf --javascript=off
*If I want to save website structure as html file just change extension of this
file to .html
Notify =>

* To change user Agent customization I mean sets a custom User Agent string
in the HTTP request headers. It allows you to mimic different web browsers
or devices.

Other option to change add you custom css to website and to screanshoot

You might also like