Home
last modified time | relevance | path

Searched refs:xpath_submit_button (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/
H A Dtest_user_management_sub_menu.robot29 ${xpath_submit_button} //*[@data-test-id='userManagement-button-submit'] variable
90 Page Should Contain Element ${xpath_submit_button}
103 Page Should Contain Element ${xpath_submit_button}
196 Click Element ${xpath_submit_button}
225 Wait Until Element Is Visible ${xpath_submit_button} timeout=30
235 Click Element ${xpath_submit_button}
276 Click Element ${xpath_submit_button}
316 Click Element ${xpath_submit_button}
/openbmc/openbmc-test-automation/gui/data/
H A Dresource_variables.py19 xpath_submit_button = '//button[@type="submit"]' variable in resource_variables