problem in executing selenium RC in internet Explorer?
Page 1 of 1 • Share •
problem in executing selenium RC in internet Explorer?
hi,
I am a beginner in seleniumRC,I started with recording scripts in selenium-ide then copy script in Eclipse, it is running sucessfully in firefox with the given below code .
import com.thoughtworks.selenium.*;
public class logintest extends SeleneseTestCase {
public void setUp() throws Exception {
setUp("http://www.ourgoalplan.com/", "*firefox");
}
public void testUntitled2() throws Exception {
selenium.open("/Login.aspx");
selenium.type("txtName", "komalr");
selenium.type("txtPassword", "komalrana789");
selenium.click("btnLogin");
selenium.waitForPageToLoad("30000");
selenium.click("ucGPSMenu_hlnkWeeklyGoal");
selenium.waitForPageToLoad("30000");
}}
but to execute using iexplorer,I am using.
public class logintest extends SeleneseTestCase {
public void setUp() throws Exception {
setUp("http://www.ourgoalplan.com/", "*iexplore");
}
or
setUp("http://www.ourgoalplan.com/", "*iehta");
but these code are not working error is generate
i am sending screen shot of the same error.
i am using IE-8 and window7.
Plz,plz, help me out.
Thanks
(in advance)
I am a beginner in seleniumRC,I started with recording scripts in selenium-ide then copy script in Eclipse, it is running sucessfully in firefox with the given below code .
import com.thoughtworks.selenium.*;
public class logintest extends SeleneseTestCase {
public void setUp() throws Exception {
setUp("http://www.ourgoalplan.com/", "*firefox");
}
public void testUntitled2() throws Exception {
selenium.open("/Login.aspx");
selenium.type("txtName", "komalr");
selenium.type("txtPassword", "komalrana789");
selenium.click("btnLogin");
selenium.waitForPageToLoad("30000");
selenium.click("ucGPSMenu_hlnkWeeklyGoal");
selenium.waitForPageToLoad("30000");
}}
but to execute using iexplorer,I am using.
public class logintest extends SeleneseTestCase {
public void setUp() throws Exception {
setUp("http://www.ourgoalplan.com/", "*iexplore");
}
or
setUp("http://www.ourgoalplan.com/", "*iehta");
but these code are not working error is generate
i am sending screen shot of the same error.
i am using IE-8 and window7.
Plz,plz, help me out.
Thanks
(in advance)
komal Rana- Posts: 3
Join date: 2011-03-07
Re: problem in executing selenium RC in internet Explorer?
Hi,
Did u try in other OS ..i mean other than Windows 7
Did u try in other OS ..i mean other than Windows 7
Priyanka- Regular Participant

- Posts: 27
Join date: 2010-10-04
Re: problem in executing selenium RC in internet Explorer?
I tried it in window xp also
komal Rana- Posts: 3
Join date: 2011-03-07
Similar topics» nokia 1202 white display problem
» TX-NR509 - Problem connecting WII via HDMI converter - audio ok but no video
» problem in executing selenium RC in internet Explorer?
» start selenium 2 with Internet Explorer.
» Internet explorer driver redirect issue
» TX-NR509 - Problem connecting WII via HDMI converter - audio ok but no video
» problem in executing selenium RC in internet Explorer?
» start selenium 2 with Internet Explorer.
» Internet explorer driver redirect issue
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum
» sample webdriver code for php users
» which standalone server to use
» Dynamic Drop Down Selection
» It is possible to find list of all URL's exist in any web page in selenium ide
» It is possible to compare 2 same images in selenium IDE.
» how to compare 2 ULR's which is exist in same web page (View page source).
» Web Driver: Unable to click a link present inside the frame of a frameset
» Help me to get dynamicaly loaded options of dropdown in Selenium RC -Junit test case