How about some fucking documentation? Am I seriously supposed to fucking guess
how to set up a simple browser and inspect the elements on a page?
Should be as simple as
Browser browser = new Browser();
browser.Navigate(...);
browser.Document.getElementById(id);
but EVERYTHING in this thing returns 'object', and with no documentation how am
I supposed to know what type of object it's supposed to be? I definitely won't
be using this crap without some proper documentation.
Original issue reported on code.google.com by BoJaN4...@gmail.com on 16 Dec 2012 at 7:37
Original issue reported on code.google.com by
BoJaN4...@gmail.com
on 16 Dec 2012 at 7:37