2020-05-12 13:47:13 +00:00
|
|
|
{
|
2020-05-20 16:04:37 +00:00
|
|
|
"resourceUrl": ".t--dataSourceField",
|
|
|
|
|
"searchApi": ".t--sidebar input[type=text]",
|
|
|
|
|
"createapi": ".t--createBlankApiCard",
|
|
|
|
|
"apiTxt": "input[name=name]",
|
|
|
|
|
"popover": ".bp3-popover-target >div>svg",
|
|
|
|
|
"moveTo": ".single-select >div:contains('Move to')",
|
|
|
|
|
"copyTo": ".single-select >div:contains('Copy to')",
|
2020-06-04 13:49:22 +00:00
|
|
|
"home": ".single-select >div:contains('Page1')",
|
2020-05-20 16:04:37 +00:00
|
|
|
"delete": ".single-select >div:contains('Delete')",
|
|
|
|
|
"path": ".t--path >div textarea",
|
|
|
|
|
"editResourceUrl": ".t--dataSourceField input",
|
|
|
|
|
"autoSuggest": "//div[contains(@id,'react-select')]",
|
|
|
|
|
"headerKey": "(//div[contains(@class,'t--actionConfiguration.headers[0].key.0')]//textarea)[2]",
|
|
|
|
|
"headerValue": "(//div[contains(@class,'t--actionConfiguration.headers[0].value.0')]//textarea)[2]",
|
|
|
|
|
"queryKey": "(//div[contains(@class,'t--actionConfiguration.queryParameters[0].key.0')]//textarea)[2]",
|
|
|
|
|
"queryValue": "(//div[contains(@class,'t--actionConfiguration.queryParameters[0].value.0')]//textarea)[2]",
|
|
|
|
|
"responseStatus": "//div[@id='root']",
|
|
|
|
|
"responseText": ".CodeMirror-line > [role='presentation']",
|
|
|
|
|
"createApiOnSideBar": "button:contains('Create new API')",
|
|
|
|
|
"saveButton": "button:contains('Save')",
|
|
|
|
|
"addHeader": ".t--addApiHeader svg",
|
|
|
|
|
"marketPlaceapi": ".t--eachProviderCard p",
|
|
|
|
|
"addPageButton": ".t--addToPageBtn",
|
|
|
|
|
"apidocumentaionLink": ".linkStyles",
|
2020-05-27 11:21:11 +00:00
|
|
|
"postbody": "(//div[contains(@class,'CodeMirror-wrap')]//textarea)[1]",
|
|
|
|
|
"paginationTab": "li:contains('Pagination')",
|
|
|
|
|
"apiInputTab": "li:contains('API Input')",
|
|
|
|
|
"paginationOption": ".t--apiFormPaginationType div>input",
|
|
|
|
|
"paginationWithTable": "//div[contains(@id,'react') and contains(text(),'Paginate with Table Page No')] ",
|
|
|
|
|
"paginationWithUrl": "//div[contains(@id,'react') and contains(text(),'Paginate with Response Url')]",
|
|
|
|
|
"panigationNextUrl": ".t--apiFormPaginationNext div>textarea",
|
|
|
|
|
"panigationPrevUrl": ".t--apiFormPaginationPrev div>textarea",
|
|
|
|
|
"TestNextUrl": ".t--apiFormPaginationNextTest",
|
|
|
|
|
"TestPreUrl": ".t--apiFormPaginationPrevTest"
|
2020-06-04 13:49:22 +00:00
|
|
|
}
|