Forum Discussion

hxiao's avatar
hxiao
Occasional Contributor
10 years ago
Solved

Chrome login button press down in the script but didnot open the next page

Hi,   I have a simple login screen,  user and password,  login button,  I run same test case on IE, firefox and edge, the next page can open successfully after I input user, password then press log...
  • william_roe's avatar
    10 years ago

    I recall when first starting I had this problem (with Chrome only). I think it had something to do with Chrome not setting the focus after the page is loaded. Try clicking on the username field before inputting. Our logon page only works if the Keys operation is used. There are other controls such as spinners which only work if the Keys operation is used. I hope this solves your problem.