@redhat-developer/locators 1.9.0 → 1.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/out/lib/1.37.0.js CHANGED
@@ -296,6 +296,7 @@ const sideBar = {
296
296
  titleText: 'textContent',
297
297
  header: selenium_webdriver_1.By.className('panel-header'),
298
298
  headerExpanded: 'aria-expanded',
299
+ headerCollapseExpandButton: selenium_webdriver_1.By.className('twisty-container'),
299
300
  actions: selenium_webdriver_1.By.className('actions'),
300
301
  actionConstructor: (label) => selenium_webdriver_1.By.xpath(`.//a[contains(@class, 'action-label') and @role='button' and @title='${label}']`),
301
302
  button: selenium_webdriver_1.By.xpath(`.//a[@role='button']`),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redhat-developer/locators",
3
- "version": "1.9.0",
3
+ "version": "1.10.0",
4
4
  "description": "Pluggable Page Objects locators for an ExTester framework.",
5
5
  "main": "out/index.js",
6
6
  "types": "out/index.d.ts",
@@ -40,5 +40,5 @@
40
40
  "@redhat-developer/page-objects": ">=1.0.0",
41
41
  "selenium-webdriver": ">=4.6.1"
42
42
  },
43
- "gitHead": "ee887332c09744c7446d3182f6ae3946c2b5a050"
43
+ "gitHead": "eaf266f43e1dca66cb0d660ecbf8f59e56af4808"
44
44
  }