2021-11-21 14:00:20 +00:00
|
|
|
{
|
2023-05-19 18:37:06 +00:00
|
|
|
"dropdownChevronLeft": ".t--close-editor",
|
|
|
|
|
"addNewtable": "//span[text()='New Table']",
|
2023-06-20 12:47:47 +00:00
|
|
|
"inputValues":"//div[@class='bp3-input-group']",
|
2023-05-19 18:37:06 +00:00
|
|
|
"addTablename": "(//div[@class='bp3-input-group']//input)[2]",
|
|
|
|
|
"addColumn": "//span[text()='Add Column']/parent::button/parent::div",
|
|
|
|
|
"addColumnName": "div[data-testid='input-container']",
|
|
|
|
|
"textField": "//span[text()='Text']",
|
|
|
|
|
"selectDatatype": "//div[text()='Varchar']",
|
|
|
|
|
"submitButton": "//span[text()='Submit']",
|
|
|
|
|
"closeButton": "//span[text()='Close']",
|
|
|
|
|
"viewButton": "//span[text()='View']",
|
|
|
|
|
"dropdownChevronDown": ".t--draggable-dropdownwidget",
|
|
|
|
|
"selectInformationSchema": "//div[text()='information_schema']",
|
|
|
|
|
"deleteButton": "//span[text()='Delete']",
|
|
|
|
|
"confirmButton": "//span[text()='Confirm']",
|
|
|
|
|
"columnNamefield": "//span[text()='Column name']",
|
|
|
|
|
"datatypefield": "//span[text()='Data Type']",
|
2023-05-30 01:41:49 +00:00
|
|
|
"bookname": "(//div[@class='bp3-input-group'])[5]",
|
|
|
|
|
"bookgenre": "(//div[@class='bp3-input-group'])[6]",
|
|
|
|
|
"bookprice": "(//div[@class='bp3-input-group'])[7]",
|
|
|
|
|
"bookquantity": "(//div[@class='bp3-input-group'])[8]",
|
2023-05-19 18:37:06 +00:00
|
|
|
"addtoCart": "//span[@class='bp3-button-text' and text()='Submit']",
|
|
|
|
|
"deletefromCart": "//span[@class='bp3-button-text' and text()='Delete']",
|
2023-06-02 11:45:21 +00:00
|
|
|
"editbookquantity": "(//div[@class='bp3-input-group'])[4]",
|
|
|
|
|
"addButton":"//span[text()='Add']/parent::button",
|
|
|
|
|
"editButton":"//span[text()='Edit']/parent::button"
|
2023-05-19 18:37:06 +00:00
|
|
|
}
|