paulbartrum / jurassic

A .NET library to parse and execute JavaScript code.
MIT License
868 stars 121 forks source link

HTML DOM parsing #202

Closed christopher5106 closed 3 years ago

christopher5106 commented 3 years ago

Hi, I would like to get the position of the DOM elements (top, left, right, bottom) on an HTML page in C#. I was thinking about using your library. Can I do it with this library ? Thanks!

paulbartrum commented 3 years ago

No, sorry, this is a library for running JavaScript. It's not a library for interpreting or manipulating HTML.