yedi007 发表于 2006-3-24 11:23:40

如何获取BUTTON的属性呢

# BaseBar
        set_window ("BaseBar", 2);
        toolbar_select_item ("ToolbarWindow32", "Microsoft Internet Explorer");

# 铃声产品 - Microsoft Internet Explorer
        set_window (" Microsoft Internet Explorer", 2);
        list_select_item ("ComboBox", "#1");
        obj_mouse_click ("Internet Explorer_Server", 345, 91, LEFT);

# Shell_TrayWnd
        set_window ("Shell_TrayWnd", 7);
        toolbar_button_press ("ToolbarWindow32_0", "WinRunner - "); # Button Number 4;



这个BUTTON链接的是个地址如何获取这个URL高手 HELP 下

Leon 发表于 2006-3-27 18:04:07

用那个GUI捕捉工具可以看到GUI OBJECT的所有属性,然后调用之即可。
页: [1]
查看完整版本: 如何获取BUTTON的属性呢