This Question is Possibly Answered

1 "correct" answer available (4 pts) 2 "helpful" answers available (2 pts)
5 Replies Last post: Sep 23, 2009 10:31 AM by Naani  
Kapil Goel Beginner 1 posts since
Jun 5, 2009
Currently Being Moderated

Jun 5, 2009 12:17 PM

SeleniumRC for IE8 in Vista

Hi everybody,

 

I am using Selenium RC for my automated testing.

 

I want to run my test on IE8 in Windows Vista.

 

I know Selenium RC does not support IE 8 yet. But I want to know is there any workaround for the problem?

 

When I launch my test for IE 8, it throws a script error saying "couldn't open app window, is popup blocker enabled" (in HtmlUtils.js)

 

I have already disabled the popup blocker and added the CyberVillians Certificate in IE.

 

 

 

I will really appreciate any help........

 

 

 

 

Kapil

yosshy Beginner 1 posts since
Jun 12, 2009
Currently Being Moderated
1. Jun 12, 2009 10:14 PM in response to: Kapil Goel
Re: SeleniumRC for IE8 in Vista

> When I launch my test for IE 8, it throws a script error saying "couldn't open app window, is popup blocker enabled" (in HtmlUtils.js)

I 've seen this message too.

 

Are you using Eclipse to lunch your test?

If you use Vista, you should run eclipse as an adminstrator.

Right-click on the eclipse icon, and select the Run as administrator.

Boaz Beginner 11 posts since
Jun 3, 2009
Currently Being Moderated
2. Jun 16, 2009 3:17 PM in response to: Kapil Goel
Re: SeleniumRC for IE8 in Vista

IE8 tests work for me with the latest seleniumRC and Windows Server 2008. I use the *iehta browser command.

Rana Beginner 14 posts since
Sep 14, 2009
Currently Being Moderated
3. Sep 16, 2009 5:06 AM in response to: yosshy
Re: SeleniumRC for IE8 in Vista

Hay,

 

I am facing the same issue...How you resolved it, If i run tests from ant or from IDE its showing the same error message....

mjmqa Beginner 1 posts since
Sep 22, 2009
Currently Being Moderated
4. Sep 22, 2009 9:34 AM in response to: Rana
Re: SeleniumRC for IE8 in Vista

I ran into this same issue with running my Selenium code against Selenium RC and NUnit on my Vista Business system. When I would launch IE8, I would see the same java script error. It is a result of a permission issue, in how Selenium RC is launched. On Vista, it must be Seelenium RC under Administrator privileges. I simply created a shortcut to the batch file that i was used to start Selenium RC. Then, I set up the shortcut to Run As Administrator.

Naani Beginner 6 posts since
Sep 23, 2009
Currently Being Moderated
5. Sep 23, 2009 10:31 AM in response to: yosshy
Re: SeleniumRC for IE8 in Vista

Hi Yossy,

                 Even Im getting the same error what Kipil had encountered. As per your suggestion, I ran my eclipse as an Administrator. Now Im able to run my scripts on IE 8.

 

Thanks A lot

Naani....

More Like This

  • Retrieving data ...