Lines Matching full:text

20 ${xpath_overview_page_header}                    //h1[contains(text(), "Overview")]
21 ${xpath_server_information_view_more_button} (//*[text()="View more"])[1]
22 ${xpath_firmware_information_view_more_button} (//*[text()="View more"])[2]
23 ${xpath_network_information_view_more_button} (//*[text()="View more"])[3]
24 ${xpath_power_information_view_more_button} (//*[text()="View more"])[4]
25 ${xpath_event_logs_view_more_button} (//*[text()="View more"])[5]
26 ${xpath_inventory_and_leds_view_more_button} (//*[text()="View more"])[6]
29 ${xpath_dumps_view_more_button} (//*[text()="View more"])[7]
30 ${xpath_critical_logs_count} //dt[contains(text(),'Critical')]/following-sibling::dd[1]
31 ${xpath_warning_logs_count} //dt[contains(text(),'Warning')]/following-sibling::dd[1]
32 ${xpath_asset_tag} //dt[contains(text(),'Asset tag')]/following-sibling::dd[1]
33 ${xpath_operating_mode} //dt[contains(text(),'Operating mode')]/following-sibling::dd[1]
34 ${xpath_machine_model} //dt[contains(text(),'Model')]/following-sibling::dd[1]
35 ${xpath_serial_number} //dt[contains(text(),'Serial number')]/following-sibling::dd[1]
114 ${log_count}= Get Text ${xpath_critical_logs_count}
132 ${log_count}= Get Text ${xpath_warning_logs_count}
257 Verify Text Under Server Information Section
258 [Documentation] Verify text under server information section in overview page.
268 Verify Text Under Firmware Information Section
269 [Documentation] Verify text under firmware information section in overview page.
277 Verify Text Under Network Information Section
278 [Documentation] Verify text under network information section in overview page.
286 Verify Text Under Power Information Section
287 [Documentation] Verify text under power information section in overview page.
296 Verify Text Under Event Logs Section
297 [Documentation] Verify text under event logs section in overview page.
304 Verify Text Under Inventory And LEDs Section
305 [Documentation] Verify text under inventory and leds section in overview page.
311 Verify Text Under Dumps Section
312 [Documentation] Verify text under Dumps section in overview page.