- Nov 8, 2009
- 8,887
- 9,192
I'm just starting to learn C#. I'm a Python dev. Previously I'd use Selenium with PhantomJS for headless browsing.
I understand web requests in C# are pretty easy to do, but what options are there for headless browsing for a page that needs to execute javascript?
There is the IE WebBrowser object that you can place outside the frame dimensions. Is that really the most professional way to go about this in C#?
I understand web requests in C# are pretty easy to do, but what options are there for headless browsing for a page that needs to execute javascript?
There is the IE WebBrowser object that you can place outside the frame dimensions. Is that really the most professional way to go about this in C#?