當前位置: 首頁>>代碼示例>>Python>>正文


Python AppCommanUtility.click_right_panel_open方法代碼示例

本文整理匯總了Python中GeoshieldCommonFiles.AppCommanUtility.click_right_panel_open方法的典型用法代碼示例。如果您正苦於以下問題:Python AppCommanUtility.click_right_panel_open方法的具體用法?Python AppCommanUtility.click_right_panel_open怎麽用?Python AppCommanUtility.click_right_panel_open使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在GeoshieldCommonFiles.AppCommanUtility的用法示例。


在下文中一共展示了AppCommanUtility.click_right_panel_open方法的5個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的Python代碼示例。

示例1: tool_search_attribute_validation

# 需要導入模塊: from GeoshieldCommonFiles import AppCommanUtility [as 別名]
# 或者: from GeoshieldCommonFiles.AppCommanUtility import click_right_panel_open [as 別名]
def tool_search_attribute_validation(driver, search_attribute_select_layer_textbox_text, search_attribute_sub_layer_name, tools_advanced_search_search_attribute_item, index, ws_index):

    """ Method to perfrom validation of search attribute """

    AppCommanUtility.click_down_panel(driver, tools_advanced_search_search_attribute_item, index, ws_index)
    AppCommanUtility.click_select_layer_label_container(driver, tools_advanced_search_search_attribute_item, index, ws_index)
    AppCommanUtility.click_right_panel_open(driver, tools_advanced_search_search_attribute_item, index, True, ws_index)
    AppCommanValidation.validate_right_panel_layer_name(driver, search_attribute_select_layer_textbox_text, tools_advanced_search_search_attribute_item, index, ws_index)
    click_bottom_panel_layer_name(driver, tools_advanced_search_search_attribute_item, index, ws_index)
    AppCommanValidation.validate_feature_count_panel(driver, tools_advanced_search_search_attribute_item, index, ws_index)
    AppCommanValidation.validate_feature_count(driver, search_attribute_select_layer_textbox_text, tools_advanced_search_search_attribute_item, index, ws_index)
開發者ID:AGOL007,項目名稱:Python-GSHLD-Code,代碼行數:13,代碼來源:SeleniumActionsToolSearchAttribute.py

示例2: tool_selection_buffer_validation

# 需要導入模塊: from GeoshieldCommonFiles import AppCommanUtility [as 別名]
# 或者: from GeoshieldCommonFiles.AppCommanUtility import click_right_panel_open [as 別名]
def tool_selection_buffer_validation(driver, tools_utilities_selection_item, index, ws_index):

    """ Method to validate buffer tab"""

    AppCommanUtility.click_down_panel(driver, tools_utilities_selection_item, index, ws_index)
    AppCommanUtility.click_select_layer_label_container(driver, tools_utilities_selection_item, index, ws_index)
    AppCommanUtility.click_right_panel_open(driver, True, tools_utilities_selection_item, index, ws_index)
#    AppCommanUtility.click_graphics_tab(driver)
    AppCommanValidation.validate_right_panel_layer_name(driver, tools_utilities_selection_item, tools_utilities_selection_item, index, ws_index)
    AppCommanUtility.click_bottom_panel_layer(driver, "Select Buffer Results", tools_utilities_selection_item, index, ws_index)
    AppCommanValidation.validate_feature_count_panel(driver, tools_utilities_selection_item, index, ws_index)
    AppCommanValidation.validate_feature_count(driver, "proximityResultLayer", tools_utilities_selection_item, index, ws_index)
開發者ID:AGOL007,項目名稱:Python-GSHLD-Code,代碼行數:14,代碼來源:SeleniumActionTestToolSelection.py

示例3: tool_bomb_blast_validation

# 需要導入模塊: from GeoshieldCommonFiles import AppCommanUtility [as 別名]
# 或者: from GeoshieldCommonFiles.AppCommanUtility import click_right_panel_open [as 別名]
def tool_bomb_blast_validation(driver,index, tool_bomb_blast_widget_name, tools_utilities_bomb_blast_item, ws_index):

    """ Method to perform validation of tool bomb blast """

    AppCommanUtility.click_down_panel(driver, tools_utilities_bomb_blast_item, index, ws_index)
    AppCommanUtility.click_select_layer_label_container(driver, tools_utilities_bomb_blast_item, index, ws_index)
    AppCommanUtility.click_right_panel_open(driver, tools_utilities_bomb_blast_item, index, boolean_value=False, ws_index=7)
    AppCommanUtility.click_graphics_tab(driver, tools_utilities_bomb_blast_item, index, ws_index)
    AppCommanValidation.validate_right_panel_layer_name(driver, tool_bomb_blast_widget_name, tools_utilities_bomb_blast_item, index, ws_index)
    AppCommanUtility.click_bottom_panel_layer(driver, tool_bomb_blast_widget_name, tools_utilities_bomb_blast_item, index, ws_index)
    AppCommanValidation.validate_feature_count_panel(driver, tools_utilities_bomb_blast_item, index, ws_index)
    AppCommanValidation.validate_feature_count(driver, tool_bomb_blast_widget_name, tools_utilities_bomb_blast_item, index, ws_index)
    TestLogBombBlast.open_py_excel_pass(index, ws_index)
開發者ID:AGOL007,項目名稱:Python-GSHLD-Code,代碼行數:15,代碼來源:SeleniumActionsToolBombBlast.py

示例4: find_coordinates_tool_validation

# 需要導入模塊: from GeoshieldCommonFiles import AppCommanUtility [as 別名]
# 或者: from GeoshieldCommonFiles.AppCommanUtility import click_right_panel_open [as 別名]
def find_coordinates_tool_validation(driver, tools_navigation_find_coordinates_item, index, ws_index):

    """ Method to validate the tool find coordinates """

    AppCommanUtility.click_down_panel(driver, tools_navigation_find_coordinates_item, index, ws_index)
    AppCommanUtility.click_select_layer_label_container(driver, tools_navigation_find_coordinates_item, index, ws_index)
    AppCommanUtility.click_right_panel_open(driver, False, tools_navigation_find_coordinates_item, index, ws_index)
    AppCommanUtility.click_graphics_tab(driver, tools_navigation_find_coordinates_item, index, ws_index)
    AppCommanValidation.validate_right_panel_layer_name(driver, tools_navigation_find_coordinates_item, tools_navigation_find_coordinates_item, index, ws_index)

    AppCommanUtility.click_bottom_panel_layer(driver, tools_navigation_find_coordinates_item, tools_navigation_find_coordinates_item, index, ws_index)
    AppCommanValidation.validate_feature_count_panel(driver, tools_navigation_find_coordinates_item, index, ws_index)
    AppCommanValidation.validate_feature_circle_count(driver, "findCoordinates", tools_navigation_find_coordinates_item, index, ws_index)

    TestResults.open_py_excel_pass(index, ws_index)
開發者ID:AGOL007,項目名稱:Python-GSHLD-Code,代碼行數:17,代碼來源:SeleniumActionsToolFindCoordinate.py

示例5: click_right_panel_open

# 需要導入模塊: from GeoshieldCommonFiles import AppCommanUtility [as 別名]
# 或者: from GeoshieldCommonFiles.AppCommanUtility import click_right_panel_open [as 別名]
def click_right_panel_open(driver, tool_name, index, ws_index):

    """ Method to click on right panel """

    AppCommanUtility.click_right_panel_open(driver,tool_name,index, boolean_value=True, ws_index=11)
開發者ID:AGOL007,項目名稱:Python-GSHLD-Code,代碼行數:7,代碼來源:SeleniumActionsBrowseWidget.py


注:本文中的GeoshieldCommonFiles.AppCommanUtility.click_right_panel_open方法示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。