|
我用qtp打开一个ftp下载软件flashfxp,并在flashfxp中输入用户名和密码,录制的教本如下:
Window("FlashFXP").WinObject("TPTShellList").Type micF8
Window("FlashFXP").Window("快速连接").WinObject("1.1.1.1").Type "1.1.1.1"
Window("FlashFXP").Window("快速连接").WinObject("1.1.1.1").Type micTab
Window("FlashFXP").Window("快速连接").WinObject("21").Type micTab
Window("FlashFXP").Window("快速连接").WinObject("test").Type "test"
Window("FlashFXP").Window("快速连接").WinObject("test").Type micTab
Window("FlashFXP").Window("快速连接").WinObject("test_2").Type "test"
Window("FlashFXP").Window("快速连接").WinObject("test_2").Type micReturn
可我回放到标黑体的部分时弹出一个错误窗口,提示“
Cannot identify the object "1.1.1.1" (of class WinObject). Verify that this object's properties match an object currently displayed in your application.”
请问这是为什么? |
|