Chrome works - IEHTA fails

5 views
Skip to first unread message

Ajay Jeswani

unread,
May 26, 2009, 5:52:05 PM5/26/09
to selenium-users...@googlegroups.com
Hi All !!

I wld really appriciate help on this.

1) My https app works fine with *chrome but
2) with *iehta it fails

com.thoughtworks.selenium.SeleniumException: Timed out after 30000ms\\     at com.thoughtworks.selenium.HttpCommandProcessor.throwAssertionFailureExceptionOrError(HttpCommandProcessor.java:97)\\     at com.thoughtworks.selenium.HttpCommandProcessor.doCommand(HttpCommandProcessor.java:91)\\     at com.thoughtworks.selenium.DefaultSelenium.waitForPageToLoad(DefaultSelenium.java:627)\\     at SantiyTest.orderEntry(SantiyTest.java:198)


3) Same tests works fine in *chrome

    private void orderEntry(Selenium selenium) {\\         selenium.setSpeed("2000");\\         selenium.start();\\         if (authssoEnabled) {\\             ssoLogin(selenium);\\         }\\         selenium.open("/fibee/order/index.action");\\         selenium.click("link=Order Entry");\\         selenium.waitForPageToLoad("30000");\\         selenium.select("securitytype", "label=Valor");\\         selenium.type("securityCtx", "2482085");\\         selenium.stop();\\     }

4) Basically page comes back -- "        selenium.click("link=Order Entry"); "  but still control does not move

Any obvious thing I am missing ?

Thanks,
Ajay

Ajay Jeswani

unread,
May 26, 2009, 11:41:22 PM5/26/09
to selenium-users...@googlegroups.com
I am using RC 1.0 beta 2 and facing problem wih selenium.waitForPageToLoad("30000"); with *iehta .. any clue ?

chandra sekhar

unread,
May 27, 2009, 4:51:19 AM5/27/09
to selenium-users...@googlegroups.com
Is the iehta browser throwing any script error/popup? I observed iehta to throw script errors (if there are some javascript errors on the page...)

Ajay Jeswani

unread,
May 27, 2009, 10:24:50 AM5/27/09
to selenium-users...@googlegroups.com
Checked it, iehta browser  is not throwing any script error/popup.

waitForPageToLoad() timesout. Any input ?

Ajay Jeswani

unread,
May 27, 2009, 1:37:36 PM5/27/09
to selenium-users...@googlegroups.com
Also, my page has frames in it ... can that be issue ?

Ajay Jeswani

unread,
May 27, 2009, 2:00:01 PM5/27/09
to selenium-users...@googlegroups.com
Also, here is the log of Selnium Core


* error(1243446774929): Caught an exception attempting to log  location; this should get noticed soon!
* error(1243446774945): Unexpected Exception: Permission  denied
* error(1243446774945): Exception details: name -> Error,  number -> -2146828218, description -> Permission denied, message ->  Permission denied
* info(1243446776383): Executing: |waitForCondition |  selenium.isElementPresent("//html/body/table/tbody/tr[4]/td[2]/div[1]/table/tbody/tr[2]/td/a[2]")  == true | 60000 |

Reply all
Reply to author
Forward
0 new messages