- dkpune
- Posts : 6
Join date : 2012-03-14
Script not working on webpage.
Wed Mar 14, 2012 1:44 am
Script is able to launch the URL but after that its not able to do anything on the webpage and its waiting....waiting....waiting..
Steps in script:
1. Launch URL
2. Maximize browser
3. verify isTextPresent
Here is the code I am using : [its launching the URL but not moving ahead.]
public class Internal_Users_Login extends SeleniumHelper{
public static void ExecuteComponent(){
selenium.setTimeout(SeleniumHelper.timeout);
selenium.open("/xxxxxxx/userLogin.do?LogonId=null");
System.out.println("working.....");
selenium.windowMaximize();
try{
Thread.sleep(10000);
}catch(Exception e){
}
System.out.println("working.....");
Steps in script:
1. Launch URL
2. Maximize browser
3. verify isTextPresent
Here is the code I am using : [its launching the URL but not moving ahead.]
public class Internal_Users_Login extends SeleniumHelper{
public static void ExecuteComponent(){
selenium.setTimeout(SeleniumHelper.timeout);
selenium.open("/xxxxxxx/userLogin.do?LogonId=null");
System.out.println("working.....");
selenium.windowMaximize();
try{
Thread.sleep(10000);
}catch(Exception e){
}
System.out.println("working.....");
- sunil_sn
- Posts : 3
Join date : 2012-03-10
Re: Script not working on webpage.
Thu Mar 22, 2012 9:50 pm
dkpune wrote:Script is able to launch the URL but after that its not able to do anything on the webpage and its waiting....waiting....waiting..
Steps in script:
1. Launch URL
2. Maximize browser
3. verify isTextPresent
Here is the code I am using : [its launching the URL but not moving ahead.]
public class Internal_Users_Login extends SeleniumHelper{
public static void ExecuteComponent(){
selenium.setTimeout(SeleniumHelper.timeout);
selenium.open("/xxxxxxx/userLogin.do?LogonId=null");
System.out.println("working.....");
selenium.windowMaximize();
try{
Thread.sleep(10000);
}catch(Exception e){
}
System.out.println("working.....");
You may want to try selenium.waitForPageToLoad("30000"); after your selenium.open("/xxxxxxx/userLogin.do?LogonId=null");
statement.
Also, why do you sleep the thread after windowsMaximize line???
- my Script working fine in Firefox but not working in IE7 through Selenium RC
- Selenium Script which contain waitForPopUp command working in firefox not in Internet Explorer.
- Selenium IDE generated testcase script is not working in Selenium Webdriver
- Unable to start script execution in IE browser it is showing IE Script Error with 'Yes' or 'No' buttons for Continue script execution or no.
- Xpath for buttons not working in IE but working perfectly in firefox
Permissions in this forum:
You cannot reply to topics in this forum