Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to emulate print device with safari

Some of pages of our app has print functionality, print is working fine in firefox and chrome but it does not work on safari, I want to know is there any option in safari browser for debugging print styles?

like image 804
Rathma Avatar asked Jan 03 '23 00:01

Rathma


1 Answers

While in Safari, right click the page and go to Inspect Element. While on the Inspect Element tab, click the printer icon (near the top right corner of the tool) and that will force print style sheets.

like image 85
iAmcR Avatar answered Jan 05 '23 16:01

iAmcR