e-nms_qa_automation.1/Locators/license_tab.py

6 lines
331 B
Python

class LicenseTabLocators:
JSON_ELEMENT = "//div[@class='jv-node']"
LICENSE_TITLE = "//span[@class='title']"
LICENSE_TITLE_DEVICE_ID = "//span[@class='title text_select']"
LICENSE_INPUT_FORM_TEXTAREA = "//div[contains(@class,'v-input')]/div[@class='v-input__control']//div[@class='v-text-field__slot']/textarea"