Lines Matching full:element

99     Wait Until Element Is Enabled  ${xpath_login_username_input}
102 Wait Until Element Is Enabled ${xpath_login_button}
103 Click Element ${xpath_login_button}
105 Wait Until Element Is Not Visible
125 Click Element ${xpath_root_button_menu}
126 Click Element ${xpath_logout_button}
127 Wait Until Page Contains Element ${xpath_login_button}
143 Wait Until Page Contains Element ${xpath_root_button_menu}
144 Click Element ${xpath_root_button_menu}
145 Click Element ${xpath_profile_settings}
146 Click Element At Coordinates ${xpath_default_UTC} 0 0
147 Click Element ${xpath_profile_save_button}
153 Click Element ${xpath_refresh_button}
155 Wait Until Element Is Not Visible ${xpath_page_loading_progress_bar} timeout=120s
158 Refresh GUI And Verify Element Value
159 [Documentation] Refresh GUI using refresh button and verify that given element contains expected value.
160 [Arguments] ${element} ${expected_value}
163 # element Element whose value need to be checked.
164 # expected_value Expected value of for the given element.
169 # Check element value and verify that it contains expected value.
170 ${element_value}= Get Text ${element}
178 Click Element ${xpath_operations_menu}
179 Click Element ${xpath_reboot_bmc_sub_menu}
197 Wait Until Page Contains Element ${xpath_add_dns_ip_address_button} timeout=15sec
207 Wait Until Page Contains Element ${xpath_add_dns_ip_address_button} timeout=10sec
224 Click Element ${xpath_power_page}
225 Wait Until Element Is Not Visible ${xpath_page_loading_progress_bar} timeout=30s
236 Wait And Click Element ${xpath_power_shutdown}
259 Wait And Click Element ${xpath_power_power_on}
268 ... Power On element becomes visible based on argument passed.
274 ... AND Page Should Contain Element ${xpath_power_on_or_shutdown}
297 Wait Until Element Is Visible ${xpath_close_information_message} timeout=5s
298 Page Should Contain Element ${xpath_information_message}
299 Click Element ${xpath_close_information_message}
307 ... Element Should Be Visible ${xpath_power_reboot}
309 Click Element ${xpath_power_reboot}
310 Wait Until Element Is Visible ${xpath_confirm} timeout=30
312 Wait Until Element Is Visible ${xpath_power_reboot} timeout=60
321 Wait Until Element Is Visible ${xpath_success_message} timeout=30
322 Page Should Contain Element ${xpath_success_message}
323 Wait Until Element Is Not Visible ${xpath_success_message} timeout=30
330 Wait Until Element Is Visible ${xpath_error_popup}
333 Click Element ${xpath_error_popup}
334 Click Element ${xpath_unauthorized_popup}
360 Wait And Click Element
361 [Documentation] Wait until element is visible then click the element.
365 # locator xpath of the element.
368 Wait Until Element Is Visible ${locator} timeout=${wait_timeout}
369 Click Element ${locator}
382 ... Element Should Be Visible ${xpath_sub_menu}
385 Wait And Click Element ${xpath_main_menu}
387 Wait And Click Element ${xpath_sub_menu} wait_timeout=60s
389 Wait Until Element Is Not Visible ${xpath_page_loading_progress_bar} timeout=1min