2021-11-21 14:00:20 +00:00
|
|
|
{
|
|
|
|
|
"dropdownChevronLeft":".bp3-icon-chevron-left",
|
|
|
|
|
"addNewtable":"//span[text()='New Table']",
|
|
|
|
|
"addTablename":"(//div[@class='bp3-input-group']//input)[2]",
|
|
|
|
|
"addColumn":"//span[text()='Add Column']",
|
|
|
|
|
"textField":"//span[text()='Text']",
|
|
|
|
|
"selectDatatype":"//div[text()='Varchar']",
|
|
|
|
|
"submitButton":"//span[text()='Submit']",
|
|
|
|
|
"closeButton":"//span[text()='Close']",
|
|
|
|
|
"viewButton":"//span[text()='View']",
|
2022-02-02 14:15:07 +00:00
|
|
|
"dropdownChevronDown":".t--draggable-selectwidget",
|
2021-11-21 14:00:20 +00:00
|
|
|
"selectInformationSchema":"//div[text()='information_schema']",
|
|
|
|
|
"deleteButton":"//span[text()='Delete']",
|
|
|
|
|
"confirmButton":"//span[text()='Confirm']",
|
|
|
|
|
"columnNamefield":"//span[text()='Column Name']",
|
2022-01-19 08:25:14 +00:00
|
|
|
"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]"
|
2021-11-21 14:00:20 +00:00
|
|
|
}
|