# Program Manager
set_window ("Program Manager", 1);
list_activate_item ("SysListView32", "IEXPLORE");
wait(2);
# about:blank - Microsoft Internet Explorer
set_window ("about:blank - Microsoft Internet Explorer", 3);
list_select_item ("ComboBox", "#0");
wait(2);
# Google - Microsoft Internet Explorer
set_window("Google - Microsoft Internet Explorer", 5);
wait(5);
obj_check_bitmap("Internet Explorer_Server", "Img1", 1, 220, 30, 362, 130);
win_close ("Google - Microsoft Internet Explorer");
wait(10);