我有以下代码
selenium.Open("/logon.aspx")
selenium.type(strUsernameID, pUsername)
selenium.type(strPasswordId, pPassword)
selenium.Click(strButtonId)
selenium.WaitForPageToLoad(600000)
selenium.click("link=Home")
selenium.system.threading.thread.sleep(300000)
selenium.WaitForPageToLoad(600000)
但是一旦我点击主页链接,它就会重定向回登录页面。此代码适用于其他URL。我试着把id,一切都搞定了。但无法弄清楚为什么它的表现如此。请帮帮我。因为这适用于其他系统...只需更改网址。
答案 0 :(得分:0)
点击链接后,您能告诉为什么有线程休眠吗?我认为,登录后页面可能会超时。