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']",
|
|
|
|
|
"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']",
|
|
|
|
|
"bookname": "(//div[@class='bp3-input-group']//input)[5]",
|
|
|
|
|
"bookgenre": "(//div[@class='bp3-input-group']//input)[6]",
|
|
|
|
|
"bookprice": "(//div[@class='bp3-input-group']//input)[7]",
|
|
|
|
|
"bookquantity": "(//div[@class='bp3-input-group']//input)[8]",
|
|
|
|
|
"addtoCart": "//span[@class='bp3-button-text' and text()='Submit']",
|
|
|
|
|
"deletefromCart": "//span[@class='bp3-button-text' and text()='Delete']",
|
|
|
|
|
"editbookquantity": "(//div[@class='bp3-input-group']//input)[4]"
|
|
|
|
|
}
|