@oracle/oraclejet-webdriver 15.0.5 → 15.1.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.
Files changed (187) hide show
  1. package/elements/index.js +5 -2
  2. package/elements/index.js.map +1 -1
  3. package/elements/index.ts +1 -0
  4. package/elements/oj-chart/OjChartBase.js +9 -0
  5. package/elements/oj-chart/OjChartBase.js.map +1 -1
  6. package/elements/oj-chart/OjChartBase.ts +28 -4
  7. package/elements/oj-data-grid/OjDataGridBase.js +18 -0
  8. package/elements/oj-data-grid/OjDataGridBase.js.map +1 -1
  9. package/elements/oj-data-grid/OjDataGridBase.ts +32 -0
  10. package/elements/oj-legend/OjLegendBase.js +18 -0
  11. package/elements/oj-legend/OjLegendBase.js.map +1 -1
  12. package/elements/oj-legend/OjLegendBase.ts +22 -0
  13. package/elements/oj-message-banner/OjMessageBanner.js +61 -0
  14. package/elements/oj-message-banner/OjMessageBanner.js.map +1 -0
  15. package/elements/oj-message-banner/OjMessageBanner.ts +65 -0
  16. package/elements/oj-message-banner/OjMessageBannerBase.js +32 -0
  17. package/elements/oj-message-banner/OjMessageBannerBase.js.map +1 -0
  18. package/elements/oj-message-banner/OjMessageBannerBase.ts +29 -0
  19. package/elements/oj-message-banner/index.js +34 -0
  20. package/elements/oj-message-banner/index.js.map +1 -0
  21. package/elements/oj-message-banner/index.ts +34 -0
  22. package/package.json +3 -3
  23. package/wdtsdoc/assets/highlight.css +12 -12
  24. package/wdtsdoc/assets/search.js +1 -1
  25. package/wdtsdoc/classes/elements.OjAccordion.html +5 -3
  26. package/wdtsdoc/classes/elements.OjActionCard.html +5 -3
  27. package/wdtsdoc/classes/elements.OjButton.html +5 -3
  28. package/wdtsdoc/classes/elements.OjButtonsetMany.html +5 -3
  29. package/wdtsdoc/classes/elements.OjButtonsetOne.html +5 -3
  30. package/wdtsdoc/classes/elements.OjChart.html +18 -3
  31. package/wdtsdoc/classes/elements.OjCheckboxset.html +5 -3
  32. package/wdtsdoc/classes/elements.OjCollapsible.html +5 -3
  33. package/wdtsdoc/classes/elements.OjColorPalette.html +5 -3
  34. package/wdtsdoc/classes/elements.OjColorSpectrum.html +5 -3
  35. package/wdtsdoc/classes/elements.OjComboboxMany.html +5 -3
  36. package/wdtsdoc/classes/elements.OjComboboxOne.html +5 -3
  37. package/wdtsdoc/classes/elements.OjConveyorBelt.html +5 -3
  38. package/wdtsdoc/classes/elements.OjDataGrid.html +37 -3
  39. package/wdtsdoc/classes/elements.OjDatePicker.html +5 -3
  40. package/wdtsdoc/classes/elements.OjDateTimePicker.html +5 -3
  41. package/wdtsdoc/classes/elements.OjDiagram.html +5 -3
  42. package/wdtsdoc/classes/elements.OjDialog.html +5 -3
  43. package/wdtsdoc/classes/elements.OjDrawerLayout.html +5 -3
  44. package/wdtsdoc/classes/elements.OjDrawerPopup.html +5 -3
  45. package/wdtsdoc/classes/elements.OjFilePicker.html +5 -3
  46. package/wdtsdoc/classes/elements.OjFilmStrip.html +5 -3
  47. package/wdtsdoc/classes/elements.OjGantt.html +5 -3
  48. package/wdtsdoc/classes/elements.OjIndexer.html +5 -3
  49. package/wdtsdoc/classes/elements.OjInputDate.html +5 -3
  50. package/wdtsdoc/classes/elements.OjInputDateTime.html +5 -3
  51. package/wdtsdoc/classes/elements.OjInputNumber.html +5 -3
  52. package/wdtsdoc/classes/elements.OjInputPassword.html +5 -3
  53. package/wdtsdoc/classes/elements.OjInputSearch.html +5 -3
  54. package/wdtsdoc/classes/elements.OjInputText.html +5 -3
  55. package/wdtsdoc/classes/elements.OjInputTime.html +5 -3
  56. package/wdtsdoc/classes/elements.OjLabel.html +5 -3
  57. package/wdtsdoc/classes/elements.OjLedGauge.html +5 -3
  58. package/wdtsdoc/classes/elements.OjLegend.html +31 -3
  59. package/wdtsdoc/classes/elements.OjListView.html +5 -3
  60. package/wdtsdoc/classes/elements.OjMasonryLayout.html +5 -3
  61. package/wdtsdoc/classes/elements.OjMenu.html +5 -3
  62. package/wdtsdoc/classes/elements.OjMenuButton.html +5 -3
  63. package/wdtsdoc/classes/elements.OjMessage.html +5 -3
  64. package/wdtsdoc/classes/elements.OjMessageBanner.html +818 -0
  65. package/wdtsdoc/classes/elements.OjNBox.html +5 -3
  66. package/wdtsdoc/classes/elements.OjNavigationList.html +5 -3
  67. package/wdtsdoc/classes/elements.OjPagingControl.html +5 -3
  68. package/wdtsdoc/classes/elements.OjPictoChart.html +5 -3
  69. package/wdtsdoc/classes/elements.OjPopup.html +5 -3
  70. package/wdtsdoc/classes/elements.OjProgress.html +5 -3
  71. package/wdtsdoc/classes/elements.OjProgressList.html +5 -3
  72. package/wdtsdoc/classes/elements.OjRadioset.html +5 -3
  73. package/wdtsdoc/classes/elements.OjRatingGauge.html +5 -3
  74. package/wdtsdoc/classes/elements.OjRefresher.html +5 -3
  75. package/wdtsdoc/classes/elements.OjRowExpander.html +5 -3
  76. package/wdtsdoc/classes/elements.OjSelectMany.html +5 -3
  77. package/wdtsdoc/classes/elements.OjSelectOne.html +5 -3
  78. package/wdtsdoc/classes/elements.OjSelectSingle.html +5 -3
  79. package/wdtsdoc/classes/elements.OjSelector.html +5 -3
  80. package/wdtsdoc/classes/elements.OjSlider.html +5 -3
  81. package/wdtsdoc/classes/elements.OjSparkChart.html +5 -3
  82. package/wdtsdoc/classes/elements.OjStatusMeterGauge.html +5 -3
  83. package/wdtsdoc/classes/elements.OjStreamList.html +5 -3
  84. package/wdtsdoc/classes/elements.OjSunburst.html +5 -3
  85. package/wdtsdoc/classes/elements.OjSwipeActions.html +5 -3
  86. package/wdtsdoc/classes/elements.OjSwitch.html +5 -3
  87. package/wdtsdoc/classes/elements.OjTabBar.html +5 -3
  88. package/wdtsdoc/classes/elements.OjTable.html +5 -3
  89. package/wdtsdoc/classes/elements.OjTagCloud.html +5 -3
  90. package/wdtsdoc/classes/elements.OjTextArea.html +5 -3
  91. package/wdtsdoc/classes/elements.OjThematicMap.html +5 -3
  92. package/wdtsdoc/classes/elements.OjTimeAxis.html +5 -3
  93. package/wdtsdoc/classes/elements.OjTimeline.html +5 -3
  94. package/wdtsdoc/classes/elements.OjTrain.html +5 -3
  95. package/wdtsdoc/classes/elements.OjTreeView.html +5 -3
  96. package/wdtsdoc/classes/elements.OjTreemap.html +5 -3
  97. package/wdtsdoc/classes/elements.OjWaterfallLayout.html +5 -3
  98. package/wdtsdoc/classes/elements.OjWebElement.html +5 -3
  99. package/wdtsdoc/classes/index.DriverManager.html +14 -12
  100. package/wdtsdoc/classes/index.Expectation.html +5 -3
  101. package/wdtsdoc/functions/elements.ojAccordion-1.html +6 -4
  102. package/wdtsdoc/functions/elements.ojActionCard-1.html +6 -4
  103. package/wdtsdoc/functions/elements.ojButton-1.html +6 -4
  104. package/wdtsdoc/functions/elements.ojButtonsetMany-1.html +6 -4
  105. package/wdtsdoc/functions/elements.ojButtonsetOne-1.html +6 -4
  106. package/wdtsdoc/functions/elements.ojChart-1.html +6 -4
  107. package/wdtsdoc/functions/elements.ojCheckboxset-1.html +6 -4
  108. package/wdtsdoc/functions/elements.ojCollapsible-1.html +6 -4
  109. package/wdtsdoc/functions/elements.ojColorPalette-1.html +6 -4
  110. package/wdtsdoc/functions/elements.ojColorSpectrum-1.html +6 -4
  111. package/wdtsdoc/functions/elements.ojComboboxMany-1.html +6 -4
  112. package/wdtsdoc/functions/elements.ojComboboxOne-1.html +6 -4
  113. package/wdtsdoc/functions/elements.ojConveyorBelt-1.html +6 -4
  114. package/wdtsdoc/functions/elements.ojDataGrid-1.html +6 -4
  115. package/wdtsdoc/functions/elements.ojDatePicker-1.html +6 -4
  116. package/wdtsdoc/functions/elements.ojDateTimePicker-1.html +6 -4
  117. package/wdtsdoc/functions/elements.ojDiagram-1.html +6 -4
  118. package/wdtsdoc/functions/elements.ojDialog-1.html +6 -4
  119. package/wdtsdoc/functions/elements.ojDrawerLayout-1.html +6 -4
  120. package/wdtsdoc/functions/elements.ojDrawerPopup-1.html +6 -4
  121. package/wdtsdoc/functions/elements.ojFilePicker-1.html +6 -4
  122. package/wdtsdoc/functions/elements.ojFilmStrip-1.html +6 -4
  123. package/wdtsdoc/functions/elements.ojGantt-1.html +6 -4
  124. package/wdtsdoc/functions/elements.ojIndexer-1.html +6 -4
  125. package/wdtsdoc/functions/elements.ojInputDate-1.html +6 -4
  126. package/wdtsdoc/functions/elements.ojInputDateTime-1.html +6 -4
  127. package/wdtsdoc/functions/elements.ojInputNumber-1.html +6 -4
  128. package/wdtsdoc/functions/elements.ojInputPassword-1.html +6 -4
  129. package/wdtsdoc/functions/elements.ojInputSearch-1.html +6 -4
  130. package/wdtsdoc/functions/elements.ojInputText-1.html +6 -4
  131. package/wdtsdoc/functions/elements.ojInputTime-1.html +6 -4
  132. package/wdtsdoc/functions/elements.ojLabel-1.html +6 -4
  133. package/wdtsdoc/functions/elements.ojLedGauge-1.html +6 -4
  134. package/wdtsdoc/functions/elements.ojLegend-1.html +6 -4
  135. package/wdtsdoc/functions/elements.ojListView-1.html +6 -4
  136. package/wdtsdoc/functions/elements.ojMasonryLayout-1.html +6 -4
  137. package/wdtsdoc/functions/elements.ojMenu-1.html +6 -4
  138. package/wdtsdoc/functions/elements.ojMenuButton-1.html +6 -4
  139. package/wdtsdoc/functions/elements.ojMessage-1.html +6 -4
  140. package/wdtsdoc/functions/elements.ojMessageBanner-1.html +232 -0
  141. package/wdtsdoc/functions/elements.ojNBox-1.html +6 -4
  142. package/wdtsdoc/functions/elements.ojNavigationList-1.html +6 -4
  143. package/wdtsdoc/functions/elements.ojPagingControl-1.html +6 -4
  144. package/wdtsdoc/functions/elements.ojPictoChart-1.html +6 -4
  145. package/wdtsdoc/functions/elements.ojPopup-1.html +6 -4
  146. package/wdtsdoc/functions/elements.ojProgress-1.html +6 -4
  147. package/wdtsdoc/functions/elements.ojProgressList-1.html +6 -4
  148. package/wdtsdoc/functions/elements.ojRadioset-1.html +6 -4
  149. package/wdtsdoc/functions/elements.ojRatingGauge-1.html +6 -4
  150. package/wdtsdoc/functions/elements.ojRefresher-1.html +6 -4
  151. package/wdtsdoc/functions/elements.ojRowExpander-1.html +6 -4
  152. package/wdtsdoc/functions/elements.ojSelectMany-1.html +6 -4
  153. package/wdtsdoc/functions/elements.ojSelectOne-1.html +6 -4
  154. package/wdtsdoc/functions/elements.ojSelectSingle-1.html +6 -4
  155. package/wdtsdoc/functions/elements.ojSelector-1.html +6 -4
  156. package/wdtsdoc/functions/elements.ojSlider-1.html +6 -4
  157. package/wdtsdoc/functions/elements.ojSparkChart-1.html +6 -4
  158. package/wdtsdoc/functions/elements.ojStatusMeterGauge-1.html +6 -4
  159. package/wdtsdoc/functions/elements.ojStreamList-1.html +6 -4
  160. package/wdtsdoc/functions/elements.ojSunburst-1.html +6 -4
  161. package/wdtsdoc/functions/elements.ojSwipeActions-1.html +6 -4
  162. package/wdtsdoc/functions/elements.ojSwitch-1.html +6 -4
  163. package/wdtsdoc/functions/elements.ojTabBar-1.html +6 -4
  164. package/wdtsdoc/functions/elements.ojTable-1.html +6 -4
  165. package/wdtsdoc/functions/elements.ojTagCloud-1.html +6 -4
  166. package/wdtsdoc/functions/elements.ojTextArea-1.html +6 -4
  167. package/wdtsdoc/functions/elements.ojThematicMap-1.html +6 -4
  168. package/wdtsdoc/functions/elements.ojTimeAxis-1.html +6 -4
  169. package/wdtsdoc/functions/elements.ojTimeline-1.html +6 -4
  170. package/wdtsdoc/functions/elements.ojTrain-1.html +6 -4
  171. package/wdtsdoc/functions/elements.ojTreeView-1.html +6 -4
  172. package/wdtsdoc/functions/elements.ojTreemap-1.html +6 -4
  173. package/wdtsdoc/functions/elements.ojWaterfallLayout-1.html +6 -4
  174. package/wdtsdoc/functions/elements.ojWebElement-1.html +5 -3
  175. package/wdtsdoc/functions/index.ScreenshotManager.create.html +5 -3
  176. package/wdtsdoc/functions/index.ScreenshotManager.get.html +5 -3
  177. package/wdtsdoc/functions/index.ScreenshotManager.set.html +5 -3
  178. package/wdtsdoc/functions/index.fetchKeyByFilter.html +6 -4
  179. package/wdtsdoc/functions/index.register.html +5 -3
  180. package/wdtsdoc/functions/index.slotProxy-1.html +5 -3
  181. package/wdtsdoc/index.html +8 -6
  182. package/wdtsdoc/interfaces/index.DriverLike.html +7 -5
  183. package/wdtsdoc/interfaces/index.SlotProxy.html +6 -4
  184. package/wdtsdoc/modules/elements.html +7 -3
  185. package/wdtsdoc/modules/index.ScreenshotManager.html +5 -3
  186. package/wdtsdoc/modules/index.html +5 -3
  187. package/wdtsdoc/variables/index.default.html +14 -12
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>DriverManager | @oracle/oraclejet-webdriver - v15.0.5</title><meta name="description" content="Documentation for @oracle/oraclejet-webdriver"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>DriverManager | @oracle/oraclejet-webdriver - v15.1.0</title><meta name="description" content="Documentation for @oracle/oraclejet-webdriver"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
2
  <div class="tsd-toolbar-contents container">
3
3
  <div class="table-cell" id="tsd-search" data-base="..">
4
4
  <div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
@@ -6,7 +6,7 @@
6
6
  <div id="tsd-toolbar-links"></div></div>
7
7
  <ul class="results">
8
8
  <li class="state loading">Preparing search index...</li>
9
- <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@oracle/oraclejet-webdriver - v15.0.5</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@oracle/oraclejet-webdriver - v15.1.0</a></div>
10
10
  <div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
11
11
  <div class="container container-main">
12
12
  <div class="col-content">
@@ -22,7 +22,7 @@ to be used by the tests. DriverManager
22
22
  allows a single place where the WebDriver instance can be configured and
23
23
  reused. Traditionally, tests instantiate the WebDriver instance on their own,
24
24
  passing configurations such as the browser to use:</p>
25
- <pre><code class="language-javascript"><span class="hl-5">let</span><span class="hl-0"> </span><span class="hl-3">driver</span><span class="hl-0"> = </span><span class="hl-5">new</span><span class="hl-0"> </span><span class="hl-4">Builder</span><span class="hl-0">().</span><span class="hl-4">withCapabilities</span><span class="hl-0">({</span><br/><span class="hl-0"> </span><span class="hl-3">browserName:</span><span class="hl-0"> </span><span class="hl-1">&quot;chrome&quot;</span><br/><span class="hl-0">}).</span><span class="hl-4">build</span><span class="hl-0">()</span>
25
+ <pre><code class="language-javascript"><span class="hl-3">let</span><span class="hl-1"> </span><span class="hl-5">driver</span><span class="hl-1"> = </span><span class="hl-3">new</span><span class="hl-1"> </span><span class="hl-0">Builder</span><span class="hl-1">().</span><span class="hl-0">withCapabilities</span><span class="hl-1">({</span><br/><span class="hl-1"> </span><span class="hl-5">browserName:</span><span class="hl-1"> </span><span class="hl-2">&quot;chrome&quot;</span><br/><span class="hl-1">}).</span><span class="hl-0">build</span><span class="hl-1">()</span>
26
26
  </code><button>Copy</button></pre>
27
27
  <p>This boilerplate code then has to be copied to every test. Additionally, if
28
28
  the capabilities need to change (say, running against a different browser),
@@ -33,14 +33,14 @@ subsequent requests for the WebDriver instance. The configuration only needs
33
33
  to be set once in a &quot;setup&quot; file, and tests retrieve the configured instance
34
34
  without needing to define anything else.</p>
35
35
  <p>A sample <code>mocha-setup.ts</code> file which configures DriverManager</p>
36
- <pre><code class="language-javascript"><span class="hl-2">import</span><span class="hl-0"> { </span><span class="hl-3">DriverManager</span><span class="hl-0"> } </span><span class="hl-2">from</span><span class="hl-0"> </span><span class="hl-1">&quot;@oracle/oraclejet-webdriver&quot;</span><span class="hl-0">;</span><br/><br/><span class="hl-3">DriverManager</span><span class="hl-0">.</span><span class="hl-4">registerConfig</span><span class="hl-0">({</span><br/><span class="hl-0"> </span><span class="hl-3">capabilities:</span><span class="hl-0"> </span><span class="hl-5">new</span><span class="hl-0"> </span><span class="hl-4">Capabilities</span><span class="hl-0">({</span><br/><span class="hl-0"> </span><span class="hl-3">browserName:</span><span class="hl-0"> </span><span class="hl-1">&quot;chrome&quot;</span><br/><span class="hl-0"> })</span><br/><span class="hl-0">})</span>
36
+ <pre><code class="language-javascript"><span class="hl-4">import</span><span class="hl-1"> { </span><span class="hl-5">DriverManager</span><span class="hl-1"> } </span><span class="hl-4">from</span><span class="hl-1"> </span><span class="hl-2">&quot;@oracle/oraclejet-webdriver&quot;</span><span class="hl-1">;</span><br/><br/><span class="hl-5">DriverManager</span><span class="hl-1">.</span><span class="hl-0">registerConfig</span><span class="hl-1">({</span><br/><span class="hl-1"> </span><span class="hl-5">capabilities:</span><span class="hl-1"> </span><span class="hl-3">new</span><span class="hl-1"> </span><span class="hl-0">Capabilities</span><span class="hl-1">({</span><br/><span class="hl-1"> </span><span class="hl-5">browserName:</span><span class="hl-1"> </span><span class="hl-2">&quot;chrome&quot;</span><br/><span class="hl-1"> })</span><br/><span class="hl-1">})</span>
37
37
  </code><button>Copy</button></pre>
38
38
  <p>This setup test script should be run before any other tests.</p>
39
- <pre><code class="language-bash"><span class="hl-0">$ </span><span class="hl-1">node</span><span class="hl-0"> </span><span class="hl-1">node_modules/mocha/bin/mocha</span><span class="hl-0"> </span><span class="hl-1">--require=ts-node/register</span><span class="hl-0"> </span><span class="hl-1">mocha-setup.ts</span><span class="hl-0"> </span><span class="hl-1">other-test.spec.ts</span><span class="hl-0"> </span><span class="hl-1">...</span>
39
+ <pre><code class="language-bash"><span class="hl-0">$</span><span class="hl-1"> </span><span class="hl-2">node</span><span class="hl-1"> </span><span class="hl-2">node_modules/mocha/bin/mocha</span><span class="hl-1"> </span><span class="hl-3">--require=ts-node/register</span><span class="hl-1"> </span><span class="hl-2">mocha-setup.ts</span><span class="hl-1"> </span><span class="hl-2">other-test.spec.ts</span><span class="hl-1"> </span><span class="hl-2">...</span>
40
40
  </code><button>Copy</button></pre>
41
41
  <p>Test files are agnostic of the driver configuration, and simply get the instance
42
42
  by calling <code>getDriver()</code></p>
43
- <pre><code class="language-javascript"><span class="hl-2">import</span><span class="hl-0"> { </span><span class="hl-3">DriverManager</span><span class="hl-0"> } </span><span class="hl-2">from</span><span class="hl-0"> </span><span class="hl-1">&quot;@oracle/oraclejet-webdriver&quot;</span><span class="hl-0">;</span><br/><br/><span class="hl-4">describe</span><span class="hl-0">(</span><span class="hl-1">&quot;My test suite&quot;</span><span class="hl-0">, </span><span class="hl-5">function</span><span class="hl-0">() {</span><br/><span class="hl-0"> </span><span class="hl-5">let</span><span class="hl-0"> </span><span class="hl-3">driver</span><span class="hl-0">: </span><span class="hl-6">WebDriver</span><span class="hl-0">;</span><br/><br/><span class="hl-0"> </span><span class="hl-4">before</span><span class="hl-0">(</span><span class="hl-5">async</span><span class="hl-0"> </span><span class="hl-5">function</span><span class="hl-0">() {</span><br/><span class="hl-0"> </span><span class="hl-3">driver</span><span class="hl-0"> = </span><span class="hl-2">await</span><span class="hl-0"> </span><span class="hl-3">DriverManager</span><span class="hl-0">.</span><span class="hl-4">getDriver</span><span class="hl-0">();</span><br/><span class="hl-0"> })</span><br/><span class="hl-0"> </span><span class="hl-4">it</span><span class="hl-0">(</span><span class="hl-1">&quot;open a page to test&quot;</span><span class="hl-0">, </span><span class="hl-5">async</span><span class="hl-0"> </span><span class="hl-5">function</span><span class="hl-0">() {</span><br/><span class="hl-0"> </span><span class="hl-2">await</span><span class="hl-0"> </span><span class="hl-3">driver</span><span class="hl-0">.</span><span class="hl-4">get</span><span class="hl-0">(</span><span class="hl-1">&quot;...&quot;</span><span class="hl-0">)</span><br/><span class="hl-0"> })</span><br/><span class="hl-0"> </span><span class="hl-4">after</span><span class="hl-0">(</span><span class="hl-5">async</span><span class="hl-0"> </span><span class="hl-5">function</span><span class="hl-0">() {</span><br/><span class="hl-0"> </span><span class="hl-2">await</span><span class="hl-0"> </span><span class="hl-3">DriverManager</span><span class="hl-0">.</span><span class="hl-4">releaseDriver</span><span class="hl-0">(</span><span class="hl-3">driver</span><span class="hl-0">);</span><br/><span class="hl-0"> })</span><br/><span class="hl-0">})</span>
43
+ <pre><code class="language-javascript"><span class="hl-4">import</span><span class="hl-1"> { </span><span class="hl-5">DriverManager</span><span class="hl-1"> } </span><span class="hl-4">from</span><span class="hl-1"> </span><span class="hl-2">&quot;@oracle/oraclejet-webdriver&quot;</span><span class="hl-1">;</span><br/><br/><span class="hl-0">describe</span><span class="hl-1">(</span><span class="hl-2">&quot;My test suite&quot;</span><span class="hl-1">, </span><span class="hl-3">function</span><span class="hl-1">() {</span><br/><span class="hl-1"> </span><span class="hl-3">let</span><span class="hl-1"> </span><span class="hl-5">driver</span><span class="hl-1">: </span><span class="hl-6">WebDriver</span><span class="hl-1">;</span><br/><br/><span class="hl-1"> </span><span class="hl-0">before</span><span class="hl-1">(</span><span class="hl-3">async</span><span class="hl-1"> </span><span class="hl-3">function</span><span class="hl-1">() {</span><br/><span class="hl-1"> </span><span class="hl-5">driver</span><span class="hl-1"> = </span><span class="hl-4">await</span><span class="hl-1"> </span><span class="hl-5">DriverManager</span><span class="hl-1">.</span><span class="hl-0">getDriver</span><span class="hl-1">();</span><br/><span class="hl-1"> })</span><br/><span class="hl-1"> </span><span class="hl-0">it</span><span class="hl-1">(</span><span class="hl-2">&quot;open a page to test&quot;</span><span class="hl-1">, </span><span class="hl-3">async</span><span class="hl-1"> </span><span class="hl-3">function</span><span class="hl-1">() {</span><br/><span class="hl-1"> </span><span class="hl-4">await</span><span class="hl-1"> </span><span class="hl-5">driver</span><span class="hl-1">.</span><span class="hl-0">get</span><span class="hl-1">(</span><span class="hl-2">&quot;...&quot;</span><span class="hl-1">)</span><br/><span class="hl-1"> })</span><br/><span class="hl-1"> </span><span class="hl-0">after</span><span class="hl-1">(</span><span class="hl-3">async</span><span class="hl-1"> </span><span class="hl-3">function</span><span class="hl-1">() {</span><br/><span class="hl-1"> </span><span class="hl-4">await</span><span class="hl-1"> </span><span class="hl-5">DriverManager</span><span class="hl-1">.</span><span class="hl-0">releaseDriver</span><span class="hl-1">(</span><span class="hl-5">driver</span><span class="hl-1">);</span><br/><span class="hl-1"> })</span><br/><span class="hl-1">})</span>
44
44
  </code><button>Copy</button></pre>
45
45
  <a id="md:set-default-timeouts-for-webdriver-from-mocha" class="tsd-anchor"></a><h2><a href="#md:set-default-timeouts-for-webdriver-from-mocha">Set default timeouts for WebDriver from Mocha.</a></h2><p>When Mocha is used to start the WebDriver tests, there are two sets of timeout
46
46
  values--one from Mocha and one from WebDriver. This causes some confusion as
@@ -53,7 +53,7 @@ To ensure that WebDriver timeout conditions are properly reported to the test
53
53
  runner (Mocha), its timeout values must be set to a value shorter than the
54
54
  runner&#39;s. This is typically done in the setup test, and set to some factor of
55
55
  the Mocha timeout.</p>
56
- <a id="md:set-webdriver-timeout-to-14-of-mocha" class="tsd-anchor"></a><h3><a href="#md:set-webdriver-timeout-to-14-of-mocha">Set WebDriver timeout to 1/4 of Mocha</a></h3><pre><code class="language-javascript"><span class="hl-5">const</span><span class="hl-0"> </span><span class="hl-7">mochaTimeout</span><span class="hl-0"> = </span><span class="hl-5">this</span><span class="hl-0">.</span><span class="hl-4">timeouts</span><span class="hl-0">();</span><br/><span class="hl-5">const</span><span class="hl-0"> </span><span class="hl-7">wdTimeout</span><span class="hl-0"> = </span><span class="hl-3">mochaTimeout</span><span class="hl-0"> / </span><span class="hl-8">4</span><span class="hl-0">;</span><br/><span class="hl-3">DriverManager</span><span class="hl-0">.</span><span class="hl-4">registerConfig</span><span class="hl-0">({</span><br/><span class="hl-0"> </span><span class="hl-3">timeouts:</span><span class="hl-0"> {</span><br/><span class="hl-0"> </span><span class="hl-3">pageLoad:</span><span class="hl-0"> </span><span class="hl-3">wdTimeout</span><span class="hl-0">,</span><br/><span class="hl-0"> </span><span class="hl-3">script:</span><span class="hl-0"> </span><span class="hl-3">wdTimeout</span><span class="hl-0">,</span><br/><span class="hl-0"> </span><span class="hl-3">implicit:</span><span class="hl-0"> </span><span class="hl-3">wdTimeout</span><br/><span class="hl-0"> }</span><br/><span class="hl-0">});</span>
56
+ <a id="md:set-webdriver-timeout-to-14-of-mocha" class="tsd-anchor"></a><h3><a href="#md:set-webdriver-timeout-to-14-of-mocha">Set WebDriver timeout to 1/4 of Mocha</a></h3><pre><code class="language-javascript"><span class="hl-3">const</span><span class="hl-1"> </span><span class="hl-7">mochaTimeout</span><span class="hl-1"> = </span><span class="hl-3">this</span><span class="hl-1">.</span><span class="hl-0">timeouts</span><span class="hl-1">();</span><br/><span class="hl-3">const</span><span class="hl-1"> </span><span class="hl-7">wdTimeout</span><span class="hl-1"> = </span><span class="hl-5">mochaTimeout</span><span class="hl-1"> / </span><span class="hl-8">4</span><span class="hl-1">;</span><br/><span class="hl-5">DriverManager</span><span class="hl-1">.</span><span class="hl-0">registerConfig</span><span class="hl-1">({</span><br/><span class="hl-1"> </span><span class="hl-5">timeouts:</span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-5">pageLoad:</span><span class="hl-1"> </span><span class="hl-5">wdTimeout</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-5">script:</span><span class="hl-1"> </span><span class="hl-5">wdTimeout</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-5">implicit:</span><span class="hl-1"> </span><span class="hl-5">wdTimeout</span><br/><span class="hl-1"> }</span><br/><span class="hl-1">});</span>
57
57
  </code><button>Copy</button></pre>
58
58
  </div></section>
59
59
  <section class="tsd-panel tsd-hierarchy">
@@ -110,9 +110,9 @@ instance for a given configuration. If no configName is given, the returned
110
110
  driver will use the default configuration.</p>
111
111
 
112
112
  <h3>See</h3><p>[[registerConfig]]</p>
113
- <a id="md:get-driver-with-default-capabilities" class="tsd-anchor"></a><h3><a href="#md:get-driver-with-default-capabilities">Get driver with default capabilities</a></h3><pre><code class="language-javascript"><span class="hl-5">let</span><span class="hl-0"> </span><span class="hl-3">driver</span><span class="hl-0"> = </span><span class="hl-2">await</span><span class="hl-0"> </span><span class="hl-3">DriverManager</span><span class="hl-0">.</span><span class="hl-4">getDriver</span><span class="hl-0">();</span>
113
+ <a id="md:get-driver-with-default-capabilities" class="tsd-anchor"></a><h3><a href="#md:get-driver-with-default-capabilities">Get driver with default capabilities</a></h3><pre><code class="language-javascript"><span class="hl-3">let</span><span class="hl-1"> </span><span class="hl-5">driver</span><span class="hl-1"> = </span><span class="hl-4">await</span><span class="hl-1"> </span><span class="hl-5">DriverManager</span><span class="hl-1">.</span><span class="hl-0">getDriver</span><span class="hl-1">();</span>
114
114
  </code><button>Copy</button></pre>
115
- <a id="md:configure-and-get-firefox-driver" class="tsd-anchor"></a><h3><a href="#md:configure-and-get-firefox-driver">Configure and get Firefox driver</a></h3><pre><code class="language-javascript"><span class="hl-9">// mocha-setup.ts</span><br/><span class="hl-3">DriverManager</span><span class="hl-0">.</span><span class="hl-4">registerConfig</span><span class="hl-0">(</span><br/><span class="hl-0"> {</span><br/><span class="hl-0"> </span><span class="hl-3">browserName:</span><span class="hl-0"> </span><span class="hl-1">&quot;firefox&quot;</span><br/><span class="hl-0"> },</span><br/><span class="hl-0"> </span><span class="hl-1">&quot;firefox-config&quot;</span><span class="hl-0">);</span><br/><span class="hl-9">// test.spec.ts</span><br/><span class="hl-5">let</span><span class="hl-0"> </span><span class="hl-3">driver</span><span class="hl-0"> = </span><span class="hl-2">await</span><span class="hl-0"> </span><span class="hl-3">DriverManager</span><span class="hl-0">.</span><span class="hl-4">getDriver</span><span class="hl-0">(</span><span class="hl-1">&quot;firefox-config&quot;</span><span class="hl-0">);</span>
115
+ <a id="md:configure-and-get-firefox-driver" class="tsd-anchor"></a><h3><a href="#md:configure-and-get-firefox-driver">Configure and get Firefox driver</a></h3><pre><code class="language-javascript"><span class="hl-9">// mocha-setup.ts</span><br/><span class="hl-5">DriverManager</span><span class="hl-1">.</span><span class="hl-0">registerConfig</span><span class="hl-1">(</span><br/><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-5">browserName:</span><span class="hl-1"> </span><span class="hl-2">&quot;firefox&quot;</span><br/><span class="hl-1"> },</span><br/><span class="hl-1"> </span><span class="hl-2">&quot;firefox-config&quot;</span><span class="hl-1">);</span><br/><span class="hl-9">// test.spec.ts</span><br/><span class="hl-3">let</span><span class="hl-1"> </span><span class="hl-5">driver</span><span class="hl-1"> = </span><span class="hl-4">await</span><span class="hl-1"> </span><span class="hl-5">DriverManager</span><span class="hl-1">.</span><span class="hl-0">getDriver</span><span class="hl-1">(</span><span class="hl-2">&quot;firefox-config&quot;</span><span class="hl-1">);</span>
116
116
  </code><button>Copy</button></pre>
117
117
  </div>
118
118
  <div class="tsd-parameters">
@@ -153,9 +153,9 @@ instance.</p>
153
153
  <h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">name</span>: <span class="tsd-signature-type">string</span></h5>
154
154
  <div class="tsd-comment tsd-typography"><p>An optional name to assocaite with the config. If no name is given,
155
155
  the config will be the default.</p>
156
- <a id="md:register-a-default-config" class="tsd-anchor"></a><h3><a href="#md:register-a-default-config">Register a default config</a></h3><pre><code class="language-javascript"><span class="hl-3">DriverManager</span><span class="hl-0">.</span><span class="hl-4">registerConfig</span><span class="hl-0">(</span><br/><span class="hl-0"> {</span><br/><span class="hl-0"> </span><span class="hl-3">capabilities:</span><span class="hl-0"> </span><span class="hl-5">new</span><span class="hl-0"> </span><span class="hl-4">Capabilities</span><span class="hl-0">({</span><br/><span class="hl-0"> </span><span class="hl-3">browserName:</span><span class="hl-0"> </span><span class="hl-1">&quot;chrome&quot;</span><br/><span class="hl-0"> }),</span><br/><span class="hl-0"> </span><span class="hl-3">timeouts:</span><span class="hl-0"> {</span><br/><span class="hl-0"> </span><span class="hl-3">implicit:</span><span class="hl-0"> </span><span class="hl-8">5000</span><br/><span class="hl-0"> }</span><br/><span class="hl-0"> }</span><br/><span class="hl-0">);</span>
156
+ <a id="md:register-a-default-config" class="tsd-anchor"></a><h3><a href="#md:register-a-default-config">Register a default config</a></h3><pre><code class="language-javascript"><span class="hl-5">DriverManager</span><span class="hl-1">.</span><span class="hl-0">registerConfig</span><span class="hl-1">(</span><br/><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-5">capabilities:</span><span class="hl-1"> </span><span class="hl-3">new</span><span class="hl-1"> </span><span class="hl-0">Capabilities</span><span class="hl-1">({</span><br/><span class="hl-1"> </span><span class="hl-5">browserName:</span><span class="hl-1"> </span><span class="hl-2">&quot;chrome&quot;</span><br/><span class="hl-1"> }),</span><br/><span class="hl-1"> </span><span class="hl-5">timeouts:</span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-5">implicit:</span><span class="hl-1"> </span><span class="hl-8">5000</span><br/><span class="hl-1"> }</span><br/><span class="hl-1"> }</span><br/><span class="hl-1">);</span>
157
157
  </code><button>Copy</button></pre>
158
- <a id="md:register-a-firefox-config" class="tsd-anchor"></a><h3><a href="#md:register-a-firefox-config">Register a Firefox config</a></h3><pre><code class="language-javascript"><span class="hl-3">DriverManager</span><span class="hl-0">.</span><span class="hl-4">registerConfig</span><span class="hl-0">(</span><br/><span class="hl-0"> {</span><br/><span class="hl-0"> </span><span class="hl-3">capabilities:</span><span class="hl-0"> </span><span class="hl-5">new</span><span class="hl-0"> </span><span class="hl-4">Capabilities</span><span class="hl-0">({</span><br/><span class="hl-0"> </span><span class="hl-3">browserName:</span><span class="hl-0"> </span><span class="hl-1">&quot;firefox&quot;</span><span class="hl-0">,</span><br/><span class="hl-0"> </span><span class="hl-3">hideAlerts:</span><span class="hl-0"> </span><span class="hl-5">true</span><br/><span class="hl-0"> })</span><br/><span class="hl-0"> },</span><br/><span class="hl-0"> </span><span class="hl-1">&quot;firefox-no-alerts&quot;</span><br/><span class="hl-0">);</span>
158
+ <a id="md:register-a-firefox-config" class="tsd-anchor"></a><h3><a href="#md:register-a-firefox-config">Register a Firefox config</a></h3><pre><code class="language-javascript"><span class="hl-5">DriverManager</span><span class="hl-1">.</span><span class="hl-0">registerConfig</span><span class="hl-1">(</span><br/><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-5">capabilities:</span><span class="hl-1"> </span><span class="hl-3">new</span><span class="hl-1"> </span><span class="hl-0">Capabilities</span><span class="hl-1">({</span><br/><span class="hl-1"> </span><span class="hl-5">browserName:</span><span class="hl-1"> </span><span class="hl-2">&quot;firefox&quot;</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-5">hideAlerts:</span><span class="hl-1"> </span><span class="hl-3">true</span><br/><span class="hl-1"> })</span><br/><span class="hl-1"> },</span><br/><span class="hl-1"> </span><span class="hl-2">&quot;firefox-no-alerts&quot;</span><br/><span class="hl-1">);</span>
159
159
  </code><button>Copy</button></pre>
160
160
  </div></li></ul></div>
161
161
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></section>
@@ -245,7 +245,7 @@ multiple times or after [[getDriver]], an error will be thrown.</p>
245
245
  <li><a href="#releaseDriver" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>release<wbr/>Driver</span></a></li>
246
246
  <li><a href="#setBuilder" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>set<wbr/>Builder</span></a></li></ul></div></details></div>
247
247
  <div class="site-menu">
248
- <nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>@oracle/oraclejet-<wbr/>webdriver -<wbr/> v15.0.5</span></a>
248
+ <nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>@oracle/oraclejet-<wbr/>webdriver -<wbr/> v15.1.0</span></a>
249
249
  <ul class="tsd-small-nested-navigation">
250
250
  <li>
251
251
  <details class="tsd-index-accordion" data-key="elements"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg><a href="../modules/elements.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4-path"></use><use href="#icon-4-text"></use></svg><span>elements</span></a></summary>
@@ -290,6 +290,7 @@ multiple times or after [[getDriver]], an error will be thrown.</p>
290
290
  <li><a href="elements.OjMenu.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Menu</span></a></li>
291
291
  <li><a href="elements.OjMenuButton.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Menu<wbr/>Button</span></a></li>
292
292
  <li><a href="elements.OjMessage.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Message</span></a></li>
293
+ <li><a href="elements.OjMessageBanner.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Message<wbr/>Banner</span></a></li>
293
294
  <li><a href="elements.OjNBox.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>OjNBox</span></a></li>
294
295
  <li><a href="elements.OjNavigationList.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Navigation<wbr/>List</span></a></li>
295
296
  <li><a href="elements.OjPagingControl.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Paging<wbr/>Control</span></a></li>
@@ -363,6 +364,7 @@ multiple times or after [[getDriver]], an error will be thrown.</p>
363
364
  <li><a href="../functions/elements.ojMenu-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Menu</span></a></li>
364
365
  <li><a href="../functions/elements.ojMenuButton-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Menu<wbr/>Button</span></a></li>
365
366
  <li><a href="../functions/elements.ojMessage-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Message</span></a></li>
367
+ <li><a href="../functions/elements.ojMessageBanner-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Message<wbr/>Banner</span></a></li>
366
368
  <li><a href="../functions/elements.ojNBox-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>ojNBox</span></a></li>
367
369
  <li><a href="../functions/elements.ojNavigationList-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Navigation<wbr/>List</span></a></li>
368
370
  <li><a href="../functions/elements.ojPagingControl-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Paging<wbr/>Control</span></a></li>
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Expectation | @oracle/oraclejet-webdriver - v15.0.5</title><meta name="description" content="Documentation for @oracle/oraclejet-webdriver"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Expectation | @oracle/oraclejet-webdriver - v15.1.0</title><meta name="description" content="Documentation for @oracle/oraclejet-webdriver"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
2
  <div class="tsd-toolbar-contents container">
3
3
  <div class="table-cell" id="tsd-search" data-base="..">
4
4
  <div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
@@ -6,7 +6,7 @@
6
6
  <div id="tsd-toolbar-links"></div></div>
7
7
  <ul class="results">
8
8
  <li class="state loading">Preparing search index...</li>
9
- <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@oracle/oraclejet-webdriver - v15.0.5</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@oracle/oraclejet-webdriver - v15.1.0</a></div>
10
10
  <div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
11
11
  <div class="container container-main">
12
12
  <div class="col-content">
@@ -718,7 +718,7 @@ against the underlying viewmodel/page var</p>
718
718
  <li><a href="#string" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>string</span></a></li>
719
719
  <li><a href="#within" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>within</span></a></li></ul></div></details></div>
720
720
  <div class="site-menu">
721
- <nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>@oracle/oraclejet-<wbr/>webdriver -<wbr/> v15.0.5</span></a>
721
+ <nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>@oracle/oraclejet-<wbr/>webdriver -<wbr/> v15.1.0</span></a>
722
722
  <ul class="tsd-small-nested-navigation">
723
723
  <li>
724
724
  <details class="tsd-index-accordion" data-key="elements"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg><a href="../modules/elements.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4-path"></use><use href="#icon-4-text"></use></svg><span>elements</span></a></summary>
@@ -763,6 +763,7 @@ against the underlying viewmodel/page var</p>
763
763
  <li><a href="elements.OjMenu.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Menu</span></a></li>
764
764
  <li><a href="elements.OjMenuButton.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Menu<wbr/>Button</span></a></li>
765
765
  <li><a href="elements.OjMessage.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Message</span></a></li>
766
+ <li><a href="elements.OjMessageBanner.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Message<wbr/>Banner</span></a></li>
766
767
  <li><a href="elements.OjNBox.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>OjNBox</span></a></li>
767
768
  <li><a href="elements.OjNavigationList.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Navigation<wbr/>List</span></a></li>
768
769
  <li><a href="elements.OjPagingControl.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Paging<wbr/>Control</span></a></li>
@@ -836,6 +837,7 @@ against the underlying viewmodel/page var</p>
836
837
  <li><a href="../functions/elements.ojMenu-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Menu</span></a></li>
837
838
  <li><a href="../functions/elements.ojMenuButton-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Menu<wbr/>Button</span></a></li>
838
839
  <li><a href="../functions/elements.ojMessage-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Message</span></a></li>
840
+ <li><a href="../functions/elements.ojMessageBanner-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Message<wbr/>Banner</span></a></li>
839
841
  <li><a href="../functions/elements.ojNBox-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>ojNBox</span></a></li>
840
842
  <li><a href="../functions/elements.ojNavigationList-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Navigation<wbr/>List</span></a></li>
841
843
  <li><a href="../functions/elements.ojPagingControl-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Paging<wbr/>Control</span></a></li>
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ojAccordion | @oracle/oraclejet-webdriver - v15.0.5</title><meta name="description" content="Documentation for @oracle/oraclejet-webdriver"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ojAccordion | @oracle/oraclejet-webdriver - v15.1.0</title><meta name="description" content="Documentation for @oracle/oraclejet-webdriver"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
2
  <div class="tsd-toolbar-contents container">
3
3
  <div class="table-cell" id="tsd-search" data-base="..">
4
4
  <div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
@@ -6,7 +6,7 @@
6
6
  <div id="tsd-toolbar-links"></div></div>
7
7
  <ul class="results">
8
8
  <li class="state loading">Preparing search index...</li>
9
- <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@oracle/oraclejet-webdriver - v15.0.5</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@oracle/oraclejet-webdriver - v15.1.0</a></div>
10
10
  <div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
11
11
  <div class="container container-main">
12
12
  <div class="col-content">
@@ -22,7 +22,7 @@
22
22
  <li class="tsd-description">
23
23
  <div class="tsd-comment tsd-typography"><p>Retrieve an instance of [[OjAccordion]].</p>
24
24
 
25
- <h3>Example</h3><pre><code class="language-javascript"><span class="hl-2">import</span><span class="hl-0"> { </span><span class="hl-3">ojAccordion</span><span class="hl-0"> } </span><span class="hl-2">from</span><span class="hl-0"> </span><span class="hl-1">&#39;@oracle/oraclejet-webdriver/elements&#39;</span><span class="hl-0">;</span><br/><span class="hl-5">const</span><span class="hl-0"> </span><span class="hl-7">el</span><span class="hl-0"> = </span><span class="hl-2">await</span><span class="hl-0"> </span><span class="hl-4">ojAccordion</span><span class="hl-0">(</span><span class="hl-3">driver</span><span class="hl-0">, </span><span class="hl-3">By</span><span class="hl-0">.</span><span class="hl-4">id</span><span class="hl-0">(</span><span class="hl-1">&#39;my-oj-accordion&#39;</span><span class="hl-0">));</span>
25
+ <h3>Example</h3><pre><code class="language-javascript"><span class="hl-4">import</span><span class="hl-1"> { </span><span class="hl-5">ojAccordion</span><span class="hl-1"> } </span><span class="hl-4">from</span><span class="hl-1"> </span><span class="hl-2">&#39;@oracle/oraclejet-webdriver/elements&#39;</span><span class="hl-1">;</span><br/><span class="hl-3">const</span><span class="hl-1"> </span><span class="hl-7">el</span><span class="hl-1"> = </span><span class="hl-4">await</span><span class="hl-1"> </span><span class="hl-0">ojAccordion</span><span class="hl-1">(</span><span class="hl-5">driver</span><span class="hl-1">, </span><span class="hl-5">By</span><span class="hl-1">.</span><span class="hl-0">id</span><span class="hl-1">(</span><span class="hl-2">&#39;my-oj-accordion&#39;</span><span class="hl-1">));</span>
26
26
  </code><button>Copy</button></pre>
27
27
  </div>
28
28
  <div class="tsd-parameters">
@@ -54,7 +54,7 @@ document. If WebElement is passed, the search will be relative to this element.<
54
54
  <div class="tsd-theme-toggle">
55
55
  <h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div>
56
56
  <div class="site-menu">
57
- <nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>@oracle/oraclejet-<wbr/>webdriver -<wbr/> v15.0.5</span></a>
57
+ <nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>@oracle/oraclejet-<wbr/>webdriver -<wbr/> v15.1.0</span></a>
58
58
  <ul class="tsd-small-nested-navigation">
59
59
  <li>
60
60
  <details class="tsd-index-accordion" open data-key="elements"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg><a href="../modules/elements.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4-path"></use><use href="#icon-4-text"></use></svg><span>elements</span></a></summary>
@@ -99,6 +99,7 @@ document. If WebElement is passed, the search will be relative to this element.<
99
99
  <li><a href="../classes/elements.OjMenu.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Menu</span></a></li>
100
100
  <li><a href="../classes/elements.OjMenuButton.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Menu<wbr/>Button</span></a></li>
101
101
  <li><a href="../classes/elements.OjMessage.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Message</span></a></li>
102
+ <li><a href="../classes/elements.OjMessageBanner.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Message<wbr/>Banner</span></a></li>
102
103
  <li><a href="../classes/elements.OjNBox.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>OjNBox</span></a></li>
103
104
  <li><a href="../classes/elements.OjNavigationList.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Navigation<wbr/>List</span></a></li>
104
105
  <li><a href="../classes/elements.OjPagingControl.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Paging<wbr/>Control</span></a></li>
@@ -172,6 +173,7 @@ document. If WebElement is passed, the search will be relative to this element.<
172
173
  <li><a href="elements.ojMenu-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Menu</span></a></li>
173
174
  <li><a href="elements.ojMenuButton-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Menu<wbr/>Button</span></a></li>
174
175
  <li><a href="elements.ojMessage-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Message</span></a></li>
176
+ <li><a href="elements.ojMessageBanner-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Message<wbr/>Banner</span></a></li>
175
177
  <li><a href="elements.ojNBox-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>ojNBox</span></a></li>
176
178
  <li><a href="elements.ojNavigationList-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Navigation<wbr/>List</span></a></li>
177
179
  <li><a href="elements.ojPagingControl-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Paging<wbr/>Control</span></a></li>
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ojActionCard | @oracle/oraclejet-webdriver - v15.0.5</title><meta name="description" content="Documentation for @oracle/oraclejet-webdriver"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ojActionCard | @oracle/oraclejet-webdriver - v15.1.0</title><meta name="description" content="Documentation for @oracle/oraclejet-webdriver"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
2
  <div class="tsd-toolbar-contents container">
3
3
  <div class="table-cell" id="tsd-search" data-base="..">
4
4
  <div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
@@ -6,7 +6,7 @@
6
6
  <div id="tsd-toolbar-links"></div></div>
7
7
  <ul class="results">
8
8
  <li class="state loading">Preparing search index...</li>
9
- <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@oracle/oraclejet-webdriver - v15.0.5</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@oracle/oraclejet-webdriver - v15.1.0</a></div>
10
10
  <div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
11
11
  <div class="container container-main">
12
12
  <div class="col-content">
@@ -22,7 +22,7 @@
22
22
  <li class="tsd-description">
23
23
  <div class="tsd-comment tsd-typography"><p>Retrieve an instance of [[OjActionCard]].</p>
24
24
 
25
- <h3>Example</h3><pre><code class="language-javascript"><span class="hl-2">import</span><span class="hl-0"> { </span><span class="hl-3">ojActionCard</span><span class="hl-0"> } </span><span class="hl-2">from</span><span class="hl-0"> </span><span class="hl-1">&#39;@oracle/oraclejet-webdriver/elements&#39;</span><span class="hl-0">;</span><br/><span class="hl-5">const</span><span class="hl-0"> </span><span class="hl-7">el</span><span class="hl-0"> = </span><span class="hl-2">await</span><span class="hl-0"> </span><span class="hl-4">ojActionCard</span><span class="hl-0">(</span><span class="hl-3">driver</span><span class="hl-0">, </span><span class="hl-3">By</span><span class="hl-0">.</span><span class="hl-4">id</span><span class="hl-0">(</span><span class="hl-1">&#39;my-oj-action-card&#39;</span><span class="hl-0">));</span>
25
+ <h3>Example</h3><pre><code class="language-javascript"><span class="hl-4">import</span><span class="hl-1"> { </span><span class="hl-5">ojActionCard</span><span class="hl-1"> } </span><span class="hl-4">from</span><span class="hl-1"> </span><span class="hl-2">&#39;@oracle/oraclejet-webdriver/elements&#39;</span><span class="hl-1">;</span><br/><span class="hl-3">const</span><span class="hl-1"> </span><span class="hl-7">el</span><span class="hl-1"> = </span><span class="hl-4">await</span><span class="hl-1"> </span><span class="hl-0">ojActionCard</span><span class="hl-1">(</span><span class="hl-5">driver</span><span class="hl-1">, </span><span class="hl-5">By</span><span class="hl-1">.</span><span class="hl-0">id</span><span class="hl-1">(</span><span class="hl-2">&#39;my-oj-action-card&#39;</span><span class="hl-1">));</span>
26
26
  </code><button>Copy</button></pre>
27
27
  </div>
28
28
  <div class="tsd-parameters">
@@ -54,7 +54,7 @@ document. If WebElement is passed, the search will be relative to this element.<
54
54
  <div class="tsd-theme-toggle">
55
55
  <h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div>
56
56
  <div class="site-menu">
57
- <nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>@oracle/oraclejet-<wbr/>webdriver -<wbr/> v15.0.5</span></a>
57
+ <nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>@oracle/oraclejet-<wbr/>webdriver -<wbr/> v15.1.0</span></a>
58
58
  <ul class="tsd-small-nested-navigation">
59
59
  <li>
60
60
  <details class="tsd-index-accordion" open data-key="elements"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg><a href="../modules/elements.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4-path"></use><use href="#icon-4-text"></use></svg><span>elements</span></a></summary>
@@ -99,6 +99,7 @@ document. If WebElement is passed, the search will be relative to this element.<
99
99
  <li><a href="../classes/elements.OjMenu.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Menu</span></a></li>
100
100
  <li><a href="../classes/elements.OjMenuButton.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Menu<wbr/>Button</span></a></li>
101
101
  <li><a href="../classes/elements.OjMessage.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Message</span></a></li>
102
+ <li><a href="../classes/elements.OjMessageBanner.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Message<wbr/>Banner</span></a></li>
102
103
  <li><a href="../classes/elements.OjNBox.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>OjNBox</span></a></li>
103
104
  <li><a href="../classes/elements.OjNavigationList.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Navigation<wbr/>List</span></a></li>
104
105
  <li><a href="../classes/elements.OjPagingControl.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Paging<wbr/>Control</span></a></li>
@@ -172,6 +173,7 @@ document. If WebElement is passed, the search will be relative to this element.<
172
173
  <li><a href="elements.ojMenu-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Menu</span></a></li>
173
174
  <li><a href="elements.ojMenuButton-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Menu<wbr/>Button</span></a></li>
174
175
  <li><a href="elements.ojMessage-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Message</span></a></li>
176
+ <li><a href="elements.ojMessageBanner-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Message<wbr/>Banner</span></a></li>
175
177
  <li><a href="elements.ojNBox-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>ojNBox</span></a></li>
176
178
  <li><a href="elements.ojNavigationList-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Navigation<wbr/>List</span></a></li>
177
179
  <li><a href="elements.ojPagingControl-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Paging<wbr/>Control</span></a></li>
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ojButton | @oracle/oraclejet-webdriver - v15.0.5</title><meta name="description" content="Documentation for @oracle/oraclejet-webdriver"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ojButton | @oracle/oraclejet-webdriver - v15.1.0</title><meta name="description" content="Documentation for @oracle/oraclejet-webdriver"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
2
  <div class="tsd-toolbar-contents container">
3
3
  <div class="table-cell" id="tsd-search" data-base="..">
4
4
  <div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
@@ -6,7 +6,7 @@
6
6
  <div id="tsd-toolbar-links"></div></div>
7
7
  <ul class="results">
8
8
  <li class="state loading">Preparing search index...</li>
9
- <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@oracle/oraclejet-webdriver - v15.0.5</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@oracle/oraclejet-webdriver - v15.1.0</a></div>
10
10
  <div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
11
11
  <div class="container container-main">
12
12
  <div class="col-content">
@@ -22,7 +22,7 @@
22
22
  <li class="tsd-description">
23
23
  <div class="tsd-comment tsd-typography"><p>Retrieve an instance of [[OjButton]].</p>
24
24
 
25
- <h3>Example</h3><pre><code class="language-javascript"><span class="hl-2">import</span><span class="hl-0"> { </span><span class="hl-3">ojButton</span><span class="hl-0"> } </span><span class="hl-2">from</span><span class="hl-0"> </span><span class="hl-1">&#39;@oracle/oraclejet-webdriver/elements&#39;</span><span class="hl-0">;</span><br/><span class="hl-5">const</span><span class="hl-0"> </span><span class="hl-7">el</span><span class="hl-0"> = </span><span class="hl-2">await</span><span class="hl-0"> </span><span class="hl-4">ojButton</span><span class="hl-0">(</span><span class="hl-3">driver</span><span class="hl-0">, </span><span class="hl-3">By</span><span class="hl-0">.</span><span class="hl-4">id</span><span class="hl-0">(</span><span class="hl-1">&#39;my-oj-button&#39;</span><span class="hl-0">));</span>
25
+ <h3>Example</h3><pre><code class="language-javascript"><span class="hl-4">import</span><span class="hl-1"> { </span><span class="hl-5">ojButton</span><span class="hl-1"> } </span><span class="hl-4">from</span><span class="hl-1"> </span><span class="hl-2">&#39;@oracle/oraclejet-webdriver/elements&#39;</span><span class="hl-1">;</span><br/><span class="hl-3">const</span><span class="hl-1"> </span><span class="hl-7">el</span><span class="hl-1"> = </span><span class="hl-4">await</span><span class="hl-1"> </span><span class="hl-0">ojButton</span><span class="hl-1">(</span><span class="hl-5">driver</span><span class="hl-1">, </span><span class="hl-5">By</span><span class="hl-1">.</span><span class="hl-0">id</span><span class="hl-1">(</span><span class="hl-2">&#39;my-oj-button&#39;</span><span class="hl-1">));</span>
26
26
  </code><button>Copy</button></pre>
27
27
  </div>
28
28
  <div class="tsd-parameters">
@@ -54,7 +54,7 @@ document. If WebElement is passed, the search will be relative to this element.<
54
54
  <div class="tsd-theme-toggle">
55
55
  <h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div>
56
56
  <div class="site-menu">
57
- <nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>@oracle/oraclejet-<wbr/>webdriver -<wbr/> v15.0.5</span></a>
57
+ <nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>@oracle/oraclejet-<wbr/>webdriver -<wbr/> v15.1.0</span></a>
58
58
  <ul class="tsd-small-nested-navigation">
59
59
  <li>
60
60
  <details class="tsd-index-accordion" open data-key="elements"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg><a href="../modules/elements.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4-path"></use><use href="#icon-4-text"></use></svg><span>elements</span></a></summary>
@@ -99,6 +99,7 @@ document. If WebElement is passed, the search will be relative to this element.<
99
99
  <li><a href="../classes/elements.OjMenu.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Menu</span></a></li>
100
100
  <li><a href="../classes/elements.OjMenuButton.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Menu<wbr/>Button</span></a></li>
101
101
  <li><a href="../classes/elements.OjMessage.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Message</span></a></li>
102
+ <li><a href="../classes/elements.OjMessageBanner.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Message<wbr/>Banner</span></a></li>
102
103
  <li><a href="../classes/elements.OjNBox.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>OjNBox</span></a></li>
103
104
  <li><a href="../classes/elements.OjNavigationList.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Navigation<wbr/>List</span></a></li>
104
105
  <li><a href="../classes/elements.OjPagingControl.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Oj<wbr/>Paging<wbr/>Control</span></a></li>
@@ -172,6 +173,7 @@ document. If WebElement is passed, the search will be relative to this element.<
172
173
  <li><a href="elements.ojMenu-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Menu</span></a></li>
173
174
  <li><a href="elements.ojMenuButton-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Menu<wbr/>Button</span></a></li>
174
175
  <li><a href="elements.ojMessage-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Message</span></a></li>
176
+ <li><a href="elements.ojMessageBanner-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Message<wbr/>Banner</span></a></li>
175
177
  <li><a href="elements.ojNBox-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>ojNBox</span></a></li>
176
178
  <li><a href="elements.ojNavigationList-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Navigation<wbr/>List</span></a></li>
177
179
  <li><a href="elements.ojPagingControl-1.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>oj<wbr/>Paging<wbr/>Control</span></a></li>