Is it possible to use IE's 'Inspect Element' functionality in .NET Webbrowser control ? I am using IE 11.
Basically I want to let use select a element same way he does in IE and then on click I want to get back the HTML of that element.
Is it possible to do this using IE's Inspect Element or I have to apply some custom logic ?
Thanks,
Tony