Issue while automating UI Shell Page using Selenium
683672Feb 10 2009 — edited Feb 10 2009Hi all,
Am doing automation Of UI Shell Page using the selenium.
I have configured the ADF Security to the UI Shell Page,
when i run the selenium script the script lanuches the login page of the ADF security and after logging in it redirects to the UI Shell page,but when i perform any operation on the UI Shell Page ,it returns back to the Login page.
the following message is displayed in the jdev log .
"com.thoughtworks.selenium.SeleniumException: ERROR: There was an unexpected Alert! [Because of inactivity, your session has timed out and is no longer active. Click OK to reload the page.]
at com.thoughtworks.selenium.HttpCommandProcessor.doCommand(HttpCommandProcessor.java:73)
at com.thoughtworks.selenium.DefaultSelenium.click(DefaultSelenium.java:92)
at selenium.Class1.testTaskActions(Class1.java:545)
at selenium.Class1.main(Class1.java:669)"
But if i manually run the UI Shell Page then everything goes fine , i dont get any error message.
Please help me in resolving this issue.