256MILY: 宋體; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">、web_frame_get_text ( frame, out_text [, text_before, text_after, index ] );返回幀內文本的內容
257、web_frame_get_text_count ( frame, regex_text_to_find, count );返回幀內標準表達式的事件個數
258、web_frame_text_exists ( frame, text_to_find [, text_before, text_after ] );檢查幀內指定的文本字符串是否存在
259、web_get_run_event_mode ( out_mode );返回當前的運行模式
260、web_get_timeout ( out_timeout );返回winrunner響應web的最大等待時間
261、web_image_click ( image, x, y );點擊一個圖片鏈接或圖片
262、web_label_click ( label );點擊指定的標簽
263、web_link_click ( link );點擊朝文本鏈接
264、web_link_valid ( name, valid );檢查url鏈接是否有效
265、web_obj_get_child_item ( object, table_row, table_column, object_type, index, out_object );返回對象的子對象的物理描述
266、web_obj_get_child_item_count ( object, table_row, table_column, object_type, object_count );返回對象的子對象的個數
267、web_obj_get_info ( object, property_name, property_value );返回對象屬性的值
268、web_obj_get_text ( object, table_row, table_column, out_text [, text_before, text_after, index] );返回對象的文本字符串
269、web_obj_get_text_count ( object, table_row, table_column, regex_text_to_find, count ); 返回對象內標準表達式的事件個數
270、web_obj_text_exists ( object, table_row, table_column, text_to_find [, text_before, text_after] );在對象里如果該文本存在,返回該文本
271、web_refresh ( frame );winrunner重新連接指定的幀
272、web_restore_event_default ( );重新設置全部事件為默認值
273、web_set_event ( class, event_name, event_type, event_status );設置事件狀態
274、web_set_run_event_mode ( mode );設置事件運行模式
275、web_set_timeout ( timeout );設置winrunner響應web的最大時間
276、web_set_tooltip_color ( fg_color, bg_color );設置webtest工具條的顏色
277、web_sync ( timeout );等待幀的導航完成
278、web_tbl_get_cell_data ( table, row, column, starting_pos, out_text, out_actual_text_length );返回web表內指定單元的內容,開始于指定的字符
279、web_url_valid ( URL, valid );檢查url是否有效
280、tbl_get_cell_data ( table, row, column, out_text );返回table里指定單元的內容(加載webtest)
281、tbl_get_cols_count ( table, out_cols_count );返回表的列數(加載webtest)
282、tbl_get_column_name ( table, col_index, out_col_name );返回表里指定列的標題的名稱(加載webtest)
283、tbl_get_rows_count ( table, out_rows_count );返回表的行數(加載webtest)
284、web_password_encrypt ( password );將web頁面的密碼加密
285、set_window ( window [,time] );激活窗口并確定等待時間
286、win_activate ( window );激活窗口
287、win_check_bitmap ( window, bitmap, time [, x, y, width, height ] );比較窗口的位圖
288、win_check_gui ( window, checklist, expected_results_file, time );比較窗口的gui數據
289、win_check_info ( window, property, property_value [, timeout ] );檢查被請求的窗口屬性
290、win_click_help ( window );在窗口點擊幫助按鈕
291、win_click_on_text (window, string [ ,search_area [ , string_def [ , mouse_button ] ] ] );在窗口搜索文本
292、win_close ( window );關閉窗口
293、win_drag (source_window, x, y [, mouse_button ] );從源窗口拖動對象
294、win_drop ( target_window, x, y );拖動對象到目標窗口
295、win_exists ( window [, time ] );檢查窗口是否顯示在屏幕上
296、win_find_text ( window, string, result_array [, search_area [, string_def ] ] );返回窗口里字符串的位置
297、win_get_desc ( window, obligatory, optional, selector, out_desc );返回窗口的物理描述
298、win_get_info ( window, property, out_value );返回窗口屬性的值
299、win_get_text ( window, out_text [, x1, y1, x2, y2] );從窗口指定區域讀取文本
300、win_highlight ( window [, flashes ] );高亮顯示窗口