What is the relationship between the javascript API and the COM API of internet explorer? -


we can manipulate content of current web page either javascript in page or calling com external process,like webdriver ie. relationship between 2 sets of apis? 1 built upon other or independent? can done com api while cannot in-page javascript , vice versa ?


Comments

Popular posts from this blog

c# - Derived UserControl layout resets after build -

sql - Postgresql error: "failed to find conversion function from unknown to text" -

haskell - Using Monad/ST for non-concurrent message passing in a mutable graph -