Testing Google Earth browser plugin with Selenium IDE

870 Views Asked by At

I am trying to test an application with a web page that has the Google Earth plugin on it. I need to perform some automated testing on the Google Earth plugin. I am trying to click and move the map around using Selenium IDE. However, my clicks are not getting registered to the Earth plugin. I read somewhere that its not possible as the plugin elements are not part of the DOM.

Let me know if anybody has been able to control the Earth plugin automatically with Selenium IDE or if you have any other suggestions.

0

There are 0 best solutions below