1

我对 selenium-rc 有一点问题。在所有字段上使用 selenium .type 方法并尝试登录到此页面后 - somethimes 页面再次返回我的登录页面,其中包含明确的字段... Any1 知道出了什么问题?

页面: http: //obs.travco.co.uk/trboundj/

    SeleniumHelper.refresh_and_wait()
    SeleniumHelper.click("css=input[id='txtagentcode']")
    SeleniumHelper.type("css=input[id='txtagentcode']",self.authorization_data.LOGIN)
    SeleniumHelper.click("css=input[id='txtusercode']")
    SeleniumHelper.type("css=input[id='txtagentpwd']", self.authorization_data.PASSWORD)
    SeleniumHelper.click("css=input[id='txtusercode']")
    SeleniumHelper.type("css=input[id='txtusercode']", self.authorization_data.CODE)
    SeleniumHelper.click_and_wait("css=.contentbtn")
4

0 回答 0