Lines Matching full:text
37 xpath_dumps_header = "//h1[text()='Dumps']"
39 xpath_event_logs_heading = "//h1[contains(text(), 'Event logs')]"
54 "//h1[contains(text(), 'Inventory and LEDs')]"
68 xpath_host_console_heading = "//h1[text()='Host console']"
69 xpath_firmware_heading = "//h1[contains(text(), 'Firmware')]"
73 xpath_network_heading = "//h1[text()='Network']"
79 xpath_static_dns = "//h2[text()='Static DNS']"
84 "//button[contains(text(),'Add IP address')]"
106 xpath_power_heading = "//h1[contains(text(), 'Power')]"
113 xpath_profile_settings_link = "//a[contains(text(),'Profile Settings')]"
114 xpath_profile_settings_heading = "//h1[text()='Profile settings']"
129 xpath_save_settings_button = "//button[contains(text(),'Save')]"
130 xpath_confirm_button = "//button[contains(text(),'Confirm')]"
131 xpath_cancel_button = "//button[contains(text(),'Cancel')]"
132 xpath_add_button = "//button[normalize-space(text())='Add']"
133 xpath_close_information_message = "//button[contains(text(),'×')]"
139 xpath_success_message = "//*[contains(text(),'Success')]"
141 "//*[contains(text(),'Error')]/following-sibling::button"
144 "//*[contains(text(),'Unauthorized')]/following-sibling::button"
148 xpath_reboot_bmc_heading = "//h1[text()='Reboot BMC']"
149 xpath_reboot_bmc_button = "//button[contains(text(),'Reboot BMC')]"