ie浏览器如何实现select an element in the page to inspect?

有一个爬虫项目要爬取一个只有ie浏览器才能登陆的系统,请问ie浏览器像谷歌一样的select an element in the page to inspect功能怎么实现?有这个功能吗?

img

img

img

使用selenium可以实现不用抓包爬取,参考下面教程
https://blog.csdn.net/lukaishilong/article/details/51888765