@oracle/oraclejet-webdriver 12.0.2 → 12.0.3

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.
@@ -666,6 +666,10 @@ export interface Translations {
666
666
  * Provides properties to customize the accessible context for the column header index.
667
667
  */
668
668
  "accessibleColumnHeaderContext": string;
669
+ /**
670
+ * Provides properties to customize the accessible text when a cell contains controls.
671
+ */
672
+ "accessibleContainsControls": string;
669
673
  /**
670
674
  * Provides properties to customize the accessible context for the row index.
671
675
  */
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@oracle/oraclejet-webdriver",
3
- "version": "12.0.2",
3
+ "version": "12.0.3",
4
4
  "description": "Oracle JET WebDriverJS WebElements",
5
5
  "config": {
6
- "revision": "2022-03-10_18-27-13"
6
+ "revision": "2022-04-12_09-27-22"
7
7
  },
8
8
  "dependencies": {},
9
9
  "devDependencies": {