Home
last modified time | relevance | path

Searched refs:xpath_confirm_button (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc-test-automation/gui/gui_test/operations_menu/
H A Dtest_server_power_operations_sub_menu.robot24 ${xpath_confirm_button} //button[contains(text(),'Confirm')] variable
46 Wait Until Page Contains Element ${xpath_confirm_button} timeout=10
47 Click Element ${xpath_confirm_button}
59 Wait Until Page Contains Element ${xpath_confirm_button} timeout=10
60 Click Element ${xpath_confirm_button}
131 Wait Until Page Contains Element ${xpath_confirm_button} timeout=10
132 Click Element ${xpath_confirm_button}
147 Wait Until Element Is Visible ${xpath_confirm_button} timeout=10
148 Click Element ${xpath_confirm_button}
H A Dtest_reboot_bmc_sub_menu.robot65 Click Element At Coordinates ${xpath_confirm_button} 0 0
/openbmc/openbmc-test-automation/gui/data/
H A Dgui_variables.py131 xpath_confirm_button = "//button[contains(text(),'Confirm')]" variable in gui_variables