@redhat-developer/locators 1.12.0 → 1.13.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.
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Licensed to the Apache Software Foundation (ASF) under one or more
3
+ * contributor license agreements. See the NOTICE file distributed with
4
+ * this work for additional information regarding copyright ownership.
5
+ * The ASF licenses this file to You under the Apache License, Version 2.0
6
+ * (the "License", destination); you may not use this file except in compliance with
7
+ * the License. You may obtain a copy of the License at
8
+ *
9
+ * https://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+ import { LocatorDiff } from '@redhat-developer/page-objects';
18
+ export declare const diff: LocatorDiff;
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /**
3
+ * Licensed to the Apache Software Foundation (ASF) under one or more
4
+ * contributor license agreements. See the NOTICE file distributed with
5
+ * this work for additional information regarding copyright ownership.
6
+ * The ASF licenses this file to You under the Apache License, Version 2.0
7
+ * (the "License", destination); you may not use this file except in compliance with
8
+ * the License. You may obtain a copy of the License at
9
+ *
10
+ * https://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing, software
13
+ * distributed under the License is distributed on an "AS IS" BASIS,
14
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ * See the License for the specific language governing permissions and
16
+ * limitations under the License.
17
+ */
18
+ Object.defineProperty(exports, "__esModule", { value: true });
19
+ exports.diff = void 0;
20
+ const page_objects_1 = require("@redhat-developer/page-objects");
21
+ exports.diff = {
22
+ locators: {
23
+ Input: {
24
+ quickPickSelectAll: page_objects_1.By.xpath(`.//div[@role='checkbox' and @aria-label='Toggle all checkboxes']`),
25
+ },
26
+ },
27
+ };
28
+ //# sourceMappingURL=1.100.0.js.map
package/out/lib/1.37.0.js CHANGED
@@ -239,6 +239,7 @@ const editor = {
239
239
  moreInfoContainer: selenium_webdriver_1.By.className('more-info'),
240
240
  moreInfo: selenium_webdriver_1.By.className('more-info-entry'),
241
241
  moreInfoElements: selenium_webdriver_1.By.xpath('./*'),
242
+ readmeContent: selenium_webdriver_1.By.css('body'),
242
243
  },
243
244
  EditorAction: {
244
245
  shadowRootHost: selenium_webdriver_1.By.className('shadow-root-host'),
@@ -255,6 +256,7 @@ const menu = {
255
256
  itemText: 'aria-label',
256
257
  itemNesting: selenium_webdriver_1.By.className('submenu-indicator'),
257
258
  viewBlock: selenium_webdriver_1.By.className('context-view-block'),
259
+ shadowRootHost: selenium_webdriver_1.By.className('shadow-root-host'),
258
260
  },
259
261
  TitleBar: {
260
262
  constructor: selenium_webdriver_1.By.id('workbench.parts.titlebar'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redhat-developer/locators",
3
- "version": "1.12.0",
3
+ "version": "1.13.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": "006642fd809f6b11cc662ed0f190295efff61602"
43
+ "gitHead": "4db425755901a5152c4379656b75ab97193c1988"
44
44
  }