| Sathyajith M S | e6956c0 | 2017-08-16 01:50:17 -0500 | [diff] [blame] | 1 | #!/usr/bin/python |
| 2 | |||||
| 3 | r""" | ||||
| 4 | Contains xpaths and related string constants applicable to all openBMC GUI | ||||
| 5 | menus. | ||||
| 6 | """ | ||||
| 7 | |||||
| 8 | class resource_variables(): | ||||
| 9 | |||||
| 10 | xpath_textbox_username = "//*[@id='username']" | ||||
| 11 | xpath_textbox_password = "//*[@id='password']" | ||||
| 12 | xpath_button_login = "//*[@id='login__submit']" | ||||
| 13 | xpath_button_logout = "//*[@id='header']/a" | ||||