码迷,mamicode.com
首页 > 其他好文 > 详细

Enabling Chrome Developer Tools inside Postman

时间:2017-03-31 18:01:00      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:image   ndis   while   app   set   click   network   writing   step   

Chrome‘s Developer Tools are an indispensable part of the modern web development workflow. However, accessing them inside the Postman packaged app takes a few steps. To enable them:

Type chrome://flags inside your Chrome URL window
Search for "packed" or try to find the "Enable debugging for packed apps" setting
Enable the setting
Restart Chrome

chrome___flags
技术分享

You can access the Developer Tools window by right clicking anywhere inside Postman and selecting "inspect element".
You can also go to chrome://inspect/#apps and then click "inspect" just below requester.html under the Postman heading.

Once enabled, you can use the Network Tools tab for even more information on your requests or the console while writing test scripts. If something goes wrong with your test scripts, it‘ll show up here.

Developer Tools inside Chrome are really powerful and now with the ability to write test scripts inside Postman, you can use them for debugging and logging.
For more information on Chrome Developer Tools, check out these tutorials.

 

http://blog.getpostman.com/2014/01/27/enabling-chrome-developer-tools-inside-postman/

 

Enabling Chrome Developer Tools inside Postman

标签:image   ndis   while   app   set   click   network   writing   step   

原文地址:http://www.cnblogs.com/softidea/p/6652634.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!