Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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.

it may be useful if there be a tool like chrome or firebug that extract that element as a config file or have an API to use in programming language like javascript or C#.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
612 views
Welcome To Ask or Share your Answers For Others

1 Answer

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...