如题,做 robotframework+IE11 的 web 测试,登录的时候遇到
11:44:30.416 INFO Typing text '1234qwer' into text field '//input[@id='passwd']'.
11:44:30.892 FAIL InvalidElementStateException: Message: Element must not be hidden, disabled or read-only
html 代码如上,密码框是有调用控件的,手动是可以输入的,就是做自动化做不了。
Wait Until Element Is Visible //input[@id='userid'] 5
Input Text //input[@id='userid'] 13533334444
Wait Until Page Contains Element //input[@id='passwd']
Input Text //input[@id='passwd'] 1234qwer
求哪位大佬帮忙解决下。