martin2kcs34 / silverlight-selenium

Automatically exported from code.google.com/p/silverlight-selenium
0 stars 0 forks source link

Problem opening silverlight page on IE #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I'm doing something like this:
selenium = new DefaultSelenium("localhost", 4444, "*iexplore", URL);            
 selenium.Start();             selenium.Open(URL);             silvernium = new 
Silvernium(selenium, OBJECTID, SCRIPTKEY); 

What I expected is that the page will be opened, but instead ask for 
Silverlight download. Meaning that in the session the Silverlight is not 
detected, because if I open the IE and navigate to the same page she opens 
correctly.

This issue only happens on IE because on Firefox works well.

Original issue reported on code.google.com by jmpmarqu...@gmail.com on 11 Oct 2010 at 6:37

GoogleCodeExporter commented 8 years ago
Are you running a 64-bit Windows? IE 64 doesn't support Silverlight (yes, 
believe me).

Original comment by marcelo....@gmail.com on 24 Aug 2011 at 11:34