Skip to content Skip to sidebar Skip to footer

Create An Dom Inspector By C#?

is there any library to create a DOM Inspector like firebug using c#? i need to fetch Xpath of a web page element by click and use them for extract value of this element by code.

Solution 1:

Check out the HTML Agility Pack and for js veriosn you can also take a look at: https://github.com/janmyler/DOM-inspector

You can Also check anglesharp

Post a Comment for "Create An Dom Inspector By C#?"