@redhat-developer/locators
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -347,2 +347,9 @@ "use strict"; | ||
}, | ||
DebugCallStackSection: { | ||
predicate: async (section) => (await section.getTitle()).toLowerCase() === 'call stack', | ||
}, | ||
CallStackItem: { | ||
label: selenium_webdriver_1.By.className('monaco-highlighted-label'), | ||
text: selenium_webdriver_1.By.className('state label monaco-count-badge long'), | ||
}, | ||
ExtensionsViewSection: { | ||
@@ -349,0 +356,0 @@ items: selenium_webdriver_1.By.className('monaco-list-rows'), |
{ | ||
"name": "@redhat-developer/locators", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Pluggable Page Objects locators for an ExTester framework.", | ||
@@ -43,3 +43,3 @@ "main": "out/index.js", | ||
}, | ||
"gitHead": "184a5eb785998e5956c78b3b06706bd1d3bd3557" | ||
"gitHead": "7f9bdbf22d797c53c7d8375b7222e66308dbc180" | ||
} |
108077
1966