Reference:
http://msdn.microsoft.com/en-us/library/aa752084.aspx
Methods can be accessed through
Browser.Method() and properties can be accessed through
Browser.Property. My question is: can you get to events? Is it possible to call a function when navigation starts, or finishes?
Oh, and is it possible to see what's in the history? I know I can keep track of it in an array or something, but is there a function for it?