parent
  • tefids
    +1

    I am not familiar with Selenium, but I have done some IE automation using the COM interface from VBA (yuck :( ). Anyway, one issue I ran into is that the COM functions for finding tags will not find elements that are in iframes. You first have to get a reference to the iframe, and then run the search function again on the iframe. Perhaps you are running into something similar?