Click here to Skip to main content
15,867,704 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to extract content from Inspect Element. Please let me know.
Posted
Comments
Maarten Kools 14-Jan-14 1:37am    
What browser? Usually you can right click on the element in the inspector, and copy as html.

Steps



  1. Click "Inspect Element"
  2. Select the Element from Page (Now you can see the HTML of that Element in HTML tab of Developer Tool)
  3. Right Click
  4. "Copy HTML"
 
Share this answer
 
v2
In Google Chrome web browser you can get inspect element information to follow the following steps from 1 to 4.

1. Right Click on any text, image or button whatever you want to get on web page that is showing on browser.
2. select last element "Inspect element".
3. Right click on selected element.
4. Select any item like "Copy as HTML" or "Edit as HTML"
 
Share this answer
 
Comments
Sweety K 14-Jan-14 7:22am    
I want HTML content of web page. But i am not getting the prices mentioned in the site into HTML content. The prices mentioned in div tags not getting in HTML content which is in the Inspect element.Even I tried it using Http analyzer tool. But still I am not getting the prices details. Please help me on this.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900