@oracle/oraclejet-webdriver 15.0.4 → 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.
- package/elements/OjWebElement.js +10 -7
- package/elements/OjWebElement.js.map +1 -1
- package/elements/OjWebElement.ts +7 -8
- package/elements/index.js +5 -2
- package/elements/index.js.map +1 -1
- package/elements/index.ts +1 -0
- package/elements/oj-accordion/OjAccordion.js.map +1 -1
- package/elements/oj-accordion/OjAccordion.ts +0 -1
- package/elements/oj-chart/OjChartBase.js +9 -0
- package/elements/oj-chart/OjChartBase.js.map +1 -1
- package/elements/oj-chart/OjChartBase.ts +28 -4
- package/elements/oj-checkboxset/OjCheckboxset.js.map +1 -1
- package/elements/oj-checkboxset/OjCheckboxset.ts +2 -2
- package/elements/oj-combobox-many/OjComboboxMany.js.map +1 -1
- package/elements/oj-combobox-many/OjComboboxMany.ts +1 -2
- package/elements/oj-data-grid/OjDataGrid.js +0 -2
- package/elements/oj-data-grid/OjDataGrid.js.map +1 -1
- package/elements/oj-data-grid/OjDataGrid.ts +4 -6
- package/elements/oj-data-grid/OjDataGridBase.js +18 -0
- package/elements/oj-data-grid/OjDataGridBase.js.map +1 -1
- package/elements/oj-data-grid/OjDataGridBase.ts +32 -0
- package/elements/oj-dialog/OjDialog.js.map +1 -1
- package/elements/oj-dialog/OjDialog.ts +0 -2
- package/elements/oj-drawer-popup/OjDrawerPopup.js.map +1 -1
- package/elements/oj-drawer-popup/OjDrawerPopup.ts +0 -1
- package/elements/oj-input-search/OjInputSearch.js.map +1 -1
- package/elements/oj-input-search/OjInputSearch.ts +0 -1
- package/elements/oj-input-text/OjInputText.js.map +1 -1
- package/elements/oj-input-text/OjInputText.ts +0 -2
- package/elements/oj-legend/OjLegendBase.js +18 -0
- package/elements/oj-legend/OjLegendBase.js.map +1 -1
- package/elements/oj-legend/OjLegendBase.ts +22 -0
- package/elements/oj-list-view/OjListView.js +3 -8
- package/elements/oj-list-view/OjListView.js.map +1 -1
- package/elements/oj-list-view/OjListView.ts +3 -8
- package/elements/oj-menu/OjMenu.js.map +1 -1
- package/elements/oj-menu/OjMenu.ts +1 -1
- package/elements/oj-message-banner/OjMessageBanner.js +61 -0
- package/elements/oj-message-banner/OjMessageBanner.js.map +1 -0
- package/elements/oj-message-banner/OjMessageBanner.ts +65 -0
- package/elements/oj-message-banner/OjMessageBannerBase.js +32 -0
- package/elements/oj-message-banner/OjMessageBannerBase.js.map +1 -0
- package/elements/oj-message-banner/OjMessageBannerBase.ts +29 -0
- package/elements/oj-message-banner/index.js +34 -0
- package/elements/oj-message-banner/index.js.map +1 -0
- package/elements/oj-message-banner/index.ts +34 -0
- package/elements/oj-navigation-list/OjNavigationList.js +3 -6
- package/elements/oj-navigation-list/OjNavigationList.js.map +1 -1
- package/elements/oj-navigation-list/OjNavigationList.ts +10 -11
- package/elements/oj-radioset/OjRadioset.js.map +1 -1
- package/elements/oj-radioset/OjRadioset.ts +1 -1
- package/elements/oj-select-many/OjSelectMany.js.map +1 -1
- package/elements/oj-select-many/OjSelectMany.ts +1 -2
- package/elements/oj-stream-list/OjStreamList.js.map +1 -1
- package/elements/oj-stream-list/OjStreamList.ts +0 -1
- package/elements/oj-switch/OjSwitch.ts +1 -1
- package/elements/oj-table/OjTable.js +25 -20
- package/elements/oj-table/OjTable.js.map +1 -1
- package/elements/oj-table/OjTable.ts +25 -21
- package/elements/oj-text-area/OjTextArea.js.map +1 -1
- package/elements/oj-text-area/OjTextArea.ts +0 -1
- package/lib/OjFetch.js +11 -18
- package/lib/OjFetch.js.map +1 -1
- package/lib/OjFetch.ts +15 -20
- package/lib/ScreenshotManager.js +5 -11
- package/lib/ScreenshotManager.js.map +1 -1
- package/lib/ScreenshotManager.ts +5 -11
- package/lib/driver-manager.js +15 -8
- package/lib/driver-manager.js.map +1 -1
- package/lib/driver-manager.ts +18 -10
- package/lib/driver-override.js +3 -2
- package/lib/driver-override.js.map +1 -1
- package/lib/driver-override.ts +11 -10
- package/lib/slot-proxy.js +24 -12
- package/lib/slot-proxy.js.map +1 -1
- package/lib/slot-proxy.ts +27 -15
- package/package.json +6 -7
- package/wdtsdoc/assets/highlight.css +12 -12
- package/wdtsdoc/assets/search.js +1 -1
- package/wdtsdoc/classes/elements.OjAccordion.html +5 -3
- package/wdtsdoc/classes/elements.OjActionCard.html +5 -3
- package/wdtsdoc/classes/elements.OjButton.html +5 -3
- package/wdtsdoc/classes/elements.OjButtonsetMany.html +5 -3
- package/wdtsdoc/classes/elements.OjButtonsetOne.html +5 -3
- package/wdtsdoc/classes/elements.OjChart.html +18 -3
- package/wdtsdoc/classes/elements.OjCheckboxset.html +7 -5
- package/wdtsdoc/classes/elements.OjCollapsible.html +5 -3
- package/wdtsdoc/classes/elements.OjColorPalette.html +5 -3
- package/wdtsdoc/classes/elements.OjColorSpectrum.html +5 -3
- package/wdtsdoc/classes/elements.OjComboboxMany.html +5 -3
- package/wdtsdoc/classes/elements.OjComboboxOne.html +5 -3
- package/wdtsdoc/classes/elements.OjConveyorBelt.html +5 -3
- package/wdtsdoc/classes/elements.OjDataGrid.html +41 -27
- package/wdtsdoc/classes/elements.OjDatePicker.html +5 -3
- package/wdtsdoc/classes/elements.OjDateTimePicker.html +5 -3
- package/wdtsdoc/classes/elements.OjDiagram.html +5 -3
- package/wdtsdoc/classes/elements.OjDialog.html +5 -3
- package/wdtsdoc/classes/elements.OjDrawerLayout.html +5 -3
- package/wdtsdoc/classes/elements.OjDrawerPopup.html +5 -3
- package/wdtsdoc/classes/elements.OjFilePicker.html +5 -3
- package/wdtsdoc/classes/elements.OjFilmStrip.html +5 -3
- package/wdtsdoc/classes/elements.OjGantt.html +5 -3
- package/wdtsdoc/classes/elements.OjIndexer.html +5 -3
- package/wdtsdoc/classes/elements.OjInputDate.html +5 -3
- package/wdtsdoc/classes/elements.OjInputDateTime.html +5 -3
- package/wdtsdoc/classes/elements.OjInputNumber.html +5 -3
- package/wdtsdoc/classes/elements.OjInputPassword.html +5 -3
- package/wdtsdoc/classes/elements.OjInputSearch.html +5 -3
- package/wdtsdoc/classes/elements.OjInputText.html +5 -3
- package/wdtsdoc/classes/elements.OjInputTime.html +5 -3
- package/wdtsdoc/classes/elements.OjLabel.html +5 -3
- package/wdtsdoc/classes/elements.OjLedGauge.html +5 -3
- package/wdtsdoc/classes/elements.OjLegend.html +31 -3
- package/wdtsdoc/classes/elements.OjListView.html +5 -3
- package/wdtsdoc/classes/elements.OjMasonryLayout.html +5 -3
- package/wdtsdoc/classes/elements.OjMenu.html +5 -3
- package/wdtsdoc/classes/elements.OjMenuButton.html +5 -3
- package/wdtsdoc/classes/elements.OjMessage.html +5 -3
- package/wdtsdoc/classes/elements.OjMessageBanner.html +818 -0
- package/wdtsdoc/classes/elements.OjNBox.html +5 -3
- package/wdtsdoc/classes/elements.OjNavigationList.html +5 -3
- package/wdtsdoc/classes/elements.OjPagingControl.html +5 -3
- package/wdtsdoc/classes/elements.OjPictoChart.html +5 -3
- package/wdtsdoc/classes/elements.OjPopup.html +5 -3
- package/wdtsdoc/classes/elements.OjProgress.html +5 -3
- package/wdtsdoc/classes/elements.OjProgressList.html +5 -3
- package/wdtsdoc/classes/elements.OjRadioset.html +5 -3
- package/wdtsdoc/classes/elements.OjRatingGauge.html +5 -3
- package/wdtsdoc/classes/elements.OjRefresher.html +5 -3
- package/wdtsdoc/classes/elements.OjRowExpander.html +5 -3
- package/wdtsdoc/classes/elements.OjSelectMany.html +5 -3
- package/wdtsdoc/classes/elements.OjSelectOne.html +5 -3
- package/wdtsdoc/classes/elements.OjSelectSingle.html +5 -3
- package/wdtsdoc/classes/elements.OjSelector.html +5 -3
- package/wdtsdoc/classes/elements.OjSlider.html +5 -3
- package/wdtsdoc/classes/elements.OjSparkChart.html +5 -3
- package/wdtsdoc/classes/elements.OjStatusMeterGauge.html +5 -3
- package/wdtsdoc/classes/elements.OjStreamList.html +5 -3
- package/wdtsdoc/classes/elements.OjSunburst.html +5 -3
- package/wdtsdoc/classes/elements.OjSwipeActions.html +5 -3
- package/wdtsdoc/classes/elements.OjSwitch.html +7 -5
- package/wdtsdoc/classes/elements.OjTabBar.html +5 -3
- package/wdtsdoc/classes/elements.OjTable.html +5 -3
- package/wdtsdoc/classes/elements.OjTagCloud.html +5 -3
- package/wdtsdoc/classes/elements.OjTextArea.html +5 -3
- package/wdtsdoc/classes/elements.OjThematicMap.html +5 -3
- package/wdtsdoc/classes/elements.OjTimeAxis.html +5 -3
- package/wdtsdoc/classes/elements.OjTimeline.html +5 -3
- package/wdtsdoc/classes/elements.OjTrain.html +5 -3
- package/wdtsdoc/classes/elements.OjTreeView.html +5 -3
- package/wdtsdoc/classes/elements.OjTreemap.html +5 -3
- package/wdtsdoc/classes/elements.OjWaterfallLayout.html +5 -3
- package/wdtsdoc/classes/elements.OjWebElement.html +5 -3
- package/wdtsdoc/classes/index.DriverManager.html +14 -12
- package/wdtsdoc/classes/index.Expectation.html +5 -3
- package/wdtsdoc/functions/elements.ojAccordion-1.html +6 -4
- package/wdtsdoc/functions/elements.ojActionCard-1.html +6 -4
- package/wdtsdoc/functions/elements.ojButton-1.html +6 -4
- package/wdtsdoc/functions/elements.ojButtonsetMany-1.html +6 -4
- package/wdtsdoc/functions/elements.ojButtonsetOne-1.html +6 -4
- package/wdtsdoc/functions/elements.ojChart-1.html +6 -4
- package/wdtsdoc/functions/elements.ojCheckboxset-1.html +6 -4
- package/wdtsdoc/functions/elements.ojCollapsible-1.html +6 -4
- package/wdtsdoc/functions/elements.ojColorPalette-1.html +6 -4
- package/wdtsdoc/functions/elements.ojColorSpectrum-1.html +6 -4
- package/wdtsdoc/functions/elements.ojComboboxMany-1.html +6 -4
- package/wdtsdoc/functions/elements.ojComboboxOne-1.html +6 -4
- package/wdtsdoc/functions/elements.ojConveyorBelt-1.html +6 -4
- package/wdtsdoc/functions/elements.ojDataGrid-1.html +6 -4
- package/wdtsdoc/functions/elements.ojDatePicker-1.html +6 -4
- package/wdtsdoc/functions/elements.ojDateTimePicker-1.html +6 -4
- package/wdtsdoc/functions/elements.ojDiagram-1.html +6 -4
- package/wdtsdoc/functions/elements.ojDialog-1.html +6 -4
- package/wdtsdoc/functions/elements.ojDrawerLayout-1.html +6 -4
- package/wdtsdoc/functions/elements.ojDrawerPopup-1.html +6 -4
- package/wdtsdoc/functions/elements.ojFilePicker-1.html +6 -4
- package/wdtsdoc/functions/elements.ojFilmStrip-1.html +6 -4
- package/wdtsdoc/functions/elements.ojGantt-1.html +6 -4
- package/wdtsdoc/functions/elements.ojIndexer-1.html +6 -4
- package/wdtsdoc/functions/elements.ojInputDate-1.html +6 -4
- package/wdtsdoc/functions/elements.ojInputDateTime-1.html +6 -4
- package/wdtsdoc/functions/elements.ojInputNumber-1.html +6 -4
- package/wdtsdoc/functions/elements.ojInputPassword-1.html +6 -4
- package/wdtsdoc/functions/elements.ojInputSearch-1.html +6 -4
- package/wdtsdoc/functions/elements.ojInputText-1.html +6 -4
- package/wdtsdoc/functions/elements.ojInputTime-1.html +6 -4
- package/wdtsdoc/functions/elements.ojLabel-1.html +6 -4
- package/wdtsdoc/functions/elements.ojLedGauge-1.html +6 -4
- package/wdtsdoc/functions/elements.ojLegend-1.html +6 -4
- package/wdtsdoc/functions/elements.ojListView-1.html +6 -4
- package/wdtsdoc/functions/elements.ojMasonryLayout-1.html +6 -4
- package/wdtsdoc/functions/elements.ojMenu-1.html +6 -4
- package/wdtsdoc/functions/elements.ojMenuButton-1.html +6 -4
- package/wdtsdoc/functions/elements.ojMessage-1.html +6 -4
- package/wdtsdoc/functions/elements.ojMessageBanner-1.html +232 -0
- package/wdtsdoc/functions/elements.ojNBox-1.html +6 -4
- package/wdtsdoc/functions/elements.ojNavigationList-1.html +6 -4
- package/wdtsdoc/functions/elements.ojPagingControl-1.html +6 -4
- package/wdtsdoc/functions/elements.ojPictoChart-1.html +6 -4
- package/wdtsdoc/functions/elements.ojPopup-1.html +6 -4
- package/wdtsdoc/functions/elements.ojProgress-1.html +6 -4
- package/wdtsdoc/functions/elements.ojProgressList-1.html +6 -4
- package/wdtsdoc/functions/elements.ojRadioset-1.html +6 -4
- package/wdtsdoc/functions/elements.ojRatingGauge-1.html +6 -4
- package/wdtsdoc/functions/elements.ojRefresher-1.html +6 -4
- package/wdtsdoc/functions/elements.ojRowExpander-1.html +6 -4
- package/wdtsdoc/functions/elements.ojSelectMany-1.html +6 -4
- package/wdtsdoc/functions/elements.ojSelectOne-1.html +6 -4
- package/wdtsdoc/functions/elements.ojSelectSingle-1.html +6 -4
- package/wdtsdoc/functions/elements.ojSelector-1.html +6 -4
- package/wdtsdoc/functions/elements.ojSlider-1.html +6 -4
- package/wdtsdoc/functions/elements.ojSparkChart-1.html +6 -4
- package/wdtsdoc/functions/elements.ojStatusMeterGauge-1.html +6 -4
- package/wdtsdoc/functions/elements.ojStreamList-1.html +6 -4
- package/wdtsdoc/functions/elements.ojSunburst-1.html +6 -4
- package/wdtsdoc/functions/elements.ojSwipeActions-1.html +6 -4
- package/wdtsdoc/functions/elements.ojSwitch-1.html +6 -4
- package/wdtsdoc/functions/elements.ojTabBar-1.html +6 -4
- package/wdtsdoc/functions/elements.ojTable-1.html +6 -4
- package/wdtsdoc/functions/elements.ojTagCloud-1.html +6 -4
- package/wdtsdoc/functions/elements.ojTextArea-1.html +6 -4
- package/wdtsdoc/functions/elements.ojThematicMap-1.html +6 -4
- package/wdtsdoc/functions/elements.ojTimeAxis-1.html +6 -4
- package/wdtsdoc/functions/elements.ojTimeline-1.html +6 -4
- package/wdtsdoc/functions/elements.ojTrain-1.html +6 -4
- package/wdtsdoc/functions/elements.ojTreeView-1.html +6 -4
- package/wdtsdoc/functions/elements.ojTreemap-1.html +6 -4
- package/wdtsdoc/functions/elements.ojWaterfallLayout-1.html +6 -4
- package/wdtsdoc/functions/elements.ojWebElement-1.html +5 -3
- package/wdtsdoc/functions/index.ScreenshotManager.create.html +5 -3
- package/wdtsdoc/functions/index.ScreenshotManager.get.html +5 -3
- package/wdtsdoc/functions/index.ScreenshotManager.set.html +5 -3
- package/wdtsdoc/functions/index.fetchKeyByFilter.html +6 -4
- package/wdtsdoc/functions/index.register.html +5 -3
- package/wdtsdoc/functions/index.slotProxy-1.html +5 -3
- package/wdtsdoc/index.html +8 -6
- package/wdtsdoc/interfaces/index.DriverLike.html +7 -5
- package/wdtsdoc/interfaces/index.SlotProxy.html +6 -4
- package/wdtsdoc/modules/elements.html +7 -3
- package/wdtsdoc/modules/index.ScreenshotManager.html +5 -3
- package/wdtsdoc/modules/index.html +5 -3
- 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>elements | @oracle/oraclejet-webdriver - v15.0
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>elements | @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
|
|
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">
|
|
@@ -61,6 +61,7 @@
|
|
|
61
61
|
<a href="../classes/elements.OjMenu.html" class="tsd-index-link"><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>
|
|
62
62
|
<a href="../classes/elements.OjMenuButton.html" class="tsd-index-link"><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>
|
|
63
63
|
<a href="../classes/elements.OjMessage.html" class="tsd-index-link"><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>
|
|
64
|
+
<a href="../classes/elements.OjMessageBanner.html" class="tsd-index-link"><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>
|
|
64
65
|
<a href="../classes/elements.OjNBox.html" class="tsd-index-link"><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>
|
|
65
66
|
<a href="../classes/elements.OjNavigationList.html" class="tsd-index-link"><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>
|
|
66
67
|
<a href="../classes/elements.OjPagingControl.html" class="tsd-index-link"><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>
|
|
@@ -137,6 +138,7 @@
|
|
|
137
138
|
<a href="../functions/elements.ojMenu-1.html" class="tsd-index-link"><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>
|
|
138
139
|
<a href="../functions/elements.ojMenuButton-1.html" class="tsd-index-link"><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>
|
|
139
140
|
<a href="../functions/elements.ojMessage-1.html" class="tsd-index-link"><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>
|
|
141
|
+
<a href="../functions/elements.ojMessageBanner-1.html" class="tsd-index-link"><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>
|
|
140
142
|
<a href="../functions/elements.ojNBox-1.html" class="tsd-index-link"><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>
|
|
141
143
|
<a href="../functions/elements.ojNavigationList-1.html" class="tsd-index-link"><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>
|
|
142
144
|
<a href="../functions/elements.ojPagingControl-1.html" class="tsd-index-link"><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>
|
|
@@ -187,7 +189,7 @@
|
|
|
187
189
|
<div class="tsd-theme-toggle">
|
|
188
190
|
<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>
|
|
189
191
|
<div class="site-menu">
|
|
190
|
-
<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
|
|
192
|
+
<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>
|
|
191
193
|
<ul class="tsd-small-nested-navigation">
|
|
192
194
|
<li>
|
|
193
195
|
<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="elements.html" class="current"><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>
|
|
@@ -232,6 +234,7 @@
|
|
|
232
234
|
<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>
|
|
233
235
|
<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>
|
|
234
236
|
<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>
|
|
237
|
+
<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>
|
|
235
238
|
<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>
|
|
236
239
|
<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>
|
|
237
240
|
<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>
|
|
@@ -305,6 +308,7 @@
|
|
|
305
308
|
<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>
|
|
306
309
|
<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>
|
|
307
310
|
<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>
|
|
311
|
+
<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>
|
|
308
312
|
<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>
|
|
309
313
|
<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>
|
|
310
314
|
<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>ScreenshotManager | @oracle/oraclejet-webdriver - v15.0
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ScreenshotManager | @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
|
|
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">
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
<div class="tsd-theme-toggle">
|
|
41
41
|
<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>
|
|
42
42
|
<div class="site-menu">
|
|
43
|
-
<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
|
|
43
|
+
<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>
|
|
44
44
|
<ul class="tsd-small-nested-navigation">
|
|
45
45
|
<li>
|
|
46
46
|
<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="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>
|
|
@@ -85,6 +85,7 @@
|
|
|
85
85
|
<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>
|
|
86
86
|
<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>
|
|
87
87
|
<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>
|
|
88
|
+
<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>
|
|
88
89
|
<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>
|
|
89
90
|
<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>
|
|
90
91
|
<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>
|
|
@@ -158,6 +159,7 @@
|
|
|
158
159
|
<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>
|
|
159
160
|
<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>
|
|
160
161
|
<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>
|
|
162
|
+
<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>
|
|
161
163
|
<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>
|
|
162
164
|
<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>
|
|
163
165
|
<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>index | @oracle/oraclejet-webdriver - v15.0
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>index | @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
|
|
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">
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
<div class="tsd-theme-toggle">
|
|
60
60
|
<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>
|
|
61
61
|
<div class="site-menu">
|
|
62
|
-
<nav class="tsd-navigation"><a href="../index.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>@oracle/oraclejet-<wbr/>webdriver -<wbr/> v15.0
|
|
62
|
+
<nav class="tsd-navigation"><a href="../index.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>@oracle/oraclejet-<wbr/>webdriver -<wbr/> v15.1.0</span></a>
|
|
63
63
|
<ul class="tsd-small-nested-navigation">
|
|
64
64
|
<li>
|
|
65
65
|
<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="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>
|
|
@@ -104,6 +104,7 @@
|
|
|
104
104
|
<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>
|
|
105
105
|
<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>
|
|
106
106
|
<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>
|
|
107
|
+
<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>
|
|
107
108
|
<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>
|
|
108
109
|
<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>
|
|
109
110
|
<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>
|
|
@@ -177,6 +178,7 @@
|
|
|
177
178
|
<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>
|
|
178
179
|
<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>
|
|
179
180
|
<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>
|
|
181
|
+
<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>
|
|
180
182
|
<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>
|
|
181
183
|
<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>
|
|
182
184
|
<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>default | @oracle/oraclejet-webdriver - v15.0
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>default | @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
|
|
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">
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
all of the factory functions needed to create the component WebElements, plus,
|
|
22
22
|
additional utilities useful for testing JET-based UIs. This object should be
|
|
23
23
|
imported into tests with</p>
|
|
24
|
-
<pre><code class="language-javascript"><span class="hl-
|
|
24
|
+
<pre><code class="language-javascript"><span class="hl-4">import</span><span class="hl-1"> </span><span class="hl-5">ojwd</span><span class="hl-1"> </span><span class="hl-4">from</span><span class="hl-1"> </span><span class="hl-2">"@oracle/oraclejet-webdriver"</span><span class="hl-1">;</span>
|
|
25
25
|
</code><button>Copy</button></pre>
|
|
26
26
|
</div>
|
|
27
27
|
<div class="tsd-type-declaration">
|
|
@@ -39,17 +39,17 @@ against the identified viewmodel and its path to the target value.</p>
|
|
|
39
39
|
<p>The viewmodel is typically identiied by the DOM node on which Knockout's
|
|
40
40
|
<code>ko.applyBindings</code> was called, but can also be descendants of
|
|
41
41
|
that originial "root" node.</p>
|
|
42
|
-
<pre><code class="language-javascript"><span class="hl-
|
|
42
|
+
<pre><code class="language-javascript"><span class="hl-3">new</span><span class="hl-1"> </span><span class="hl-0">Expectation</span><span class="hl-1">(...)</span>
|
|
43
43
|
</code><button>Copy</button></pre>
|
|
44
44
|
<p>The target value within the viewmodel is identified by a dot-notated path
|
|
45
45
|
and/or expression which yields the value. For instance, a value may be an
|
|
46
46
|
observable, therefore, the expression must include parenthesis to unwrap
|
|
47
47
|
the observable.</p>
|
|
48
|
-
<pre><code class="language-javascript"><span class="hl-
|
|
48
|
+
<pre><code class="language-javascript"><span class="hl-3">new</span><span class="hl-1"> </span><span class="hl-0">Expecation</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">'view-container'</span><span class="hl-1">), </span><span class="hl-2">'firstName()'</span><span class="hl-1">)</span>
|
|
49
49
|
</code><button>Copy</button></pre>
|
|
50
50
|
<p>The expression to which the viewmodel value will be compared is expressed
|
|
51
51
|
as BDD-style chains, such as</p>
|
|
52
|
-
<pre><code class="language-javascript"><span class="hl-
|
|
52
|
+
<pre><code class="language-javascript"><span class="hl-3">const</span><span class="hl-1"> </span><span class="hl-7">fnExpectation</span><span class="hl-1"> = </span><span class="hl-3">new</span><span class="hl-1"> </span><span class="hl-0">Expectation</span><span class="hl-1">(</span><span class="hl-2">'firstName()'</span><span class="hl-1">)</span><br/><span class="hl-1"> .</span><span class="hl-5">to</span><span class="hl-1">.</span><span class="hl-0">equal</span><span class="hl-1">(</span><span class="hl-2">'Joe'</span><span class="hl-1">);</span>
|
|
53
53
|
</code><button>Copy</button></pre>
|
|
54
54
|
<p>If a viewmodel value returns a Promise, the assertion will wait for it to
|
|
55
55
|
resolve before doing the comparison.</p>
|
|
@@ -101,13 +101,13 @@ Browsers must support fetch api.</p>
|
|
|
101
101
|
An options object containing any custom settings that you want to apply to the request.</p>
|
|
102
102
|
</div></li></ul></div>
|
|
103
103
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">MarshaledResponse</span><span class="tsd-signature-symbol">></span></h4><p>A Promise resolving to a MarshaledResponse object</p>
|
|
104
|
-
<a id="md:example-of-read-and-update-operations" class="tsd-anchor"></a><h6><a href="#md:example-of-read-and-update-operations">Example of READ and UPDATE operations</a></h6><pre><code class="language-javascript"><span class="hl-
|
|
104
|
+
<a id="md:example-of-read-and-update-operations" class="tsd-anchor"></a><h6><a href="#md:example-of-read-and-update-operations">Example of READ and UPDATE operations</a></h6><pre><code class="language-javascript"><span class="hl-1"> </span><span class="hl-3">let</span><span class="hl-1"> </span><span class="hl-5">dept</span><span class="hl-1">:</span><span class="hl-6">any</span><span class="hl-1">;</span><br/><span class="hl-1"> </span><span class="hl-4">try</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">res</span><span class="hl-1">:</span><span class="hl-6">MarshaledResponse</span><span class="hl-1"> = </span><span class="hl-4">await</span><span class="hl-1"> </span><span class="hl-5">ojwd</span><span class="hl-1">.</span><span class="hl-0">fetch</span><span class="hl-1">(</span><span class="hl-5">driver</span><span class="hl-1">,</span><span class="hl-5">restServer</span><span class="hl-1"> + </span><span class="hl-2">'Departments/?DepartmentId=20'</span><span class="hl-1">,</span><br/><span class="hl-1"> { </span><span class="hl-2">"responseBodyAs"</span><span class="hl-5">:</span><span class="hl-1"> </span><span class="hl-2">"json"</span><span class="hl-1"> } );</span><br/><span class="hl-1"> </span><span class="hl-0">assert</span><span class="hl-1">(</span><span class="hl-5">res</span><span class="hl-1">.</span><span class="hl-5">status</span><span class="hl-1"> == </span><span class="hl-8">200</span><span class="hl-1">,</span><span class="hl-2">"Status code should be 200, was "</span><span class="hl-1"> + </span><span class="hl-5">res</span><span class="hl-1">.</span><span class="hl-5">status</span><span class="hl-1">);</span><br/><span class="hl-1"> </span><span class="hl-0">assert</span><span class="hl-1">(</span><span class="hl-5">res</span><span class="hl-1">.</span><span class="hl-5">body</span><span class="hl-1">.</span><span class="hl-5">kind</span><span class="hl-1"> == </span><span class="hl-2">"json"</span><span class="hl-1">,</span><span class="hl-2">"Body kind should be 'json', was "</span><span class="hl-1"> + </span><span class="hl-5">res</span><span class="hl-1">.</span><span class="hl-5">body</span><span class="hl-1">.</span><span class="hl-5">kind</span><span class="hl-1">);</span><br/><span class="hl-1"> </span><span class="hl-0">assert</span><span class="hl-1">(</span><span class="hl-5">res</span><span class="hl-1">.</span><span class="hl-5">body</span><span class="hl-1">.</span><span class="hl-5">body</span><span class="hl-1">[</span><span class="hl-8">0</span><span class="hl-1">].</span><span class="hl-5">DepartmentName</span><span class="hl-1"> == </span><span class="hl-2">"Marketing"</span><span class="hl-1">,</span><span class="hl-2">"Dept 20 should be named 'Marketing' not "</span><span class="hl-1"> + </span><span class="hl-5">res</span><span class="hl-1">.</span><span class="hl-5">body</span><span class="hl-1">.</span><span class="hl-5">body</span><span class="hl-1">[</span><span class="hl-8">0</span><span class="hl-1">].</span><span class="hl-5">DepartmentName</span><span class="hl-1">);</span><br/><span class="hl-1"> </span><span class="hl-5">dept</span><span class="hl-1"> = </span><span class="hl-5">res</span><span class="hl-1">.</span><span class="hl-5">body</span><span class="hl-1">.</span><span class="hl-5">body</span><span class="hl-1">[</span><span class="hl-8">0</span><span class="hl-1">];</span><br/><br/><span class="hl-1"> </span><span class="hl-5">dept</span><span class="hl-1">.</span><span class="hl-5">DepartmentName</span><span class="hl-1"> = </span><span class="hl-2">"Product Marketing"</span><span class="hl-1">;</span><br/><span class="hl-1"> </span><span class="hl-5">res</span><span class="hl-1"> = </span><span class="hl-4">await</span><span class="hl-1"> </span><span class="hl-5">ojwd</span><span class="hl-1">.</span><span class="hl-0">fetch</span><span class="hl-1">(</span><span class="hl-5">driver</span><span class="hl-1">,</span><span class="hl-5">restServer</span><span class="hl-1"> + </span><span class="hl-2">'Departments/30'</span><span class="hl-1">, { </span><span class="hl-2">"responseBodyAs"</span><span class="hl-5">:</span><span class="hl-1"> </span><span class="hl-2">"json"</span><span class="hl-1"> }, {</span><br/><span class="hl-1"> </span><span class="hl-5">method:</span><span class="hl-1"> </span><span class="hl-2">'put'</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-5">headers:</span><span class="hl-1"> { </span><span class="hl-2">"Content-Type"</span><span class="hl-5">:</span><span class="hl-1"> </span><span class="hl-2">"application/json"</span><span class="hl-1"> },</span><br/><span class="hl-1"> </span><span class="hl-5">body:</span><span class="hl-1"> {</span><span class="hl-2">"kind"</span><span class="hl-5">:</span><span class="hl-2">"json"</span><span class="hl-1">, </span><span class="hl-2">"body"</span><span class="hl-5">:</span><span class="hl-1"> </span><span class="hl-7">JSON</span><span class="hl-1">.</span><span class="hl-0">stringify</span><span class="hl-1">(</span><span class="hl-5">dept</span><span class="hl-1">)}</span><br/><span class="hl-1"> });</span><br/><span class="hl-1"> </span><span class="hl-0">assert</span><span class="hl-1">(</span><span class="hl-5">res</span><span class="hl-1">.</span><span class="hl-5">status</span><span class="hl-1"> == </span><span class="hl-8">200</span><span class="hl-1">,</span><span class="hl-2">"Status code should be 200, was "</span><span class="hl-1"> + </span><span class="hl-5">res</span><span class="hl-1">.</span><span class="hl-5">status</span><span class="hl-1"> + </span><span class="hl-2">" body = "</span><span class="hl-1"> + </span><span class="hl-7">JSON</span><span class="hl-1">.</span><span class="hl-0">stringify</span><span class="hl-1">(</span><span class="hl-5">res</span><span class="hl-1">.</span><span class="hl-5">body</span><span class="hl-1">,</span><span class="hl-3">null</span><span class="hl-1">,</span><span class="hl-8">2</span><span class="hl-1">));</span><br/><span class="hl-1"> } </span><span class="hl-4">catch</span><span class="hl-1">(</span><span class="hl-5">err</span><span class="hl-1">) {</span><br/><span class="hl-1"> </span><span class="hl-0">assert</span><span class="hl-1">(</span><span class="hl-3">false</span><span class="hl-1">, </span><span class="hl-2">"fetch failed : "</span><span class="hl-1"> + </span><span class="hl-5">err</span><span class="hl-1">);</span><br/><span class="hl-1"> }</span>
|
|
105
105
|
</code><button>Copy</button></pre>
|
|
106
|
-
<a id="md:example-of-create-and-delete-operations" class="tsd-anchor"></a><h6><a href="#md:example-of-create-and-delete-operations">Example of CREATE and DELETE operations</a></h6><pre><code class="language-javascript"><span class="hl-
|
|
106
|
+
<a id="md:example-of-create-and-delete-operations" class="tsd-anchor"></a><h6><a href="#md:example-of-create-and-delete-operations">Example of CREATE and DELETE operations</a></h6><pre><code class="language-javascript"><span class="hl-1"> </span><span class="hl-4">try</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">res</span><span class="hl-1">:</span><span class="hl-6">MarshaledResponse</span><span class="hl-1"> = </span><span class="hl-4">await</span><span class="hl-1"> </span><span class="hl-5">ojwd</span><span class="hl-1">.</span><span class="hl-0">fetch</span><span class="hl-1">(</span><span class="hl-5">driver</span><span class="hl-1">,</span><span class="hl-5">restServer</span><span class="hl-1"> + </span><span class="hl-2">'Departments/'</span><span class="hl-1">,</span><br/><span class="hl-1"> { </span><span class="hl-2">"responseBodyAs"</span><span class="hl-5">:</span><span class="hl-1"> </span><span class="hl-2">"json"</span><span class="hl-1"> },</span><br/><span class="hl-1"> { </span><span class="hl-5">method:</span><span class="hl-1"> </span><span class="hl-2">'post'</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-5">headers:</span><span class="hl-1"> { </span><span class="hl-2">"Content-Type"</span><span class="hl-5">:</span><span class="hl-1"> </span><span class="hl-2">"application/json"</span><span class="hl-1">},</span><br/><span class="hl-1"> </span><span class="hl-5">body:</span><span class="hl-1"> { </span><span class="hl-2">"kind"</span><span class="hl-5">:</span><span class="hl-1"> </span><span class="hl-2">"json"</span><span class="hl-1">, </span><span class="hl-2">"body"</span><span class="hl-5">:</span><span class="hl-1"> </span><span class="hl-7">JSON</span><span class="hl-1">.</span><span class="hl-0">stringify</span><span class="hl-1">(</span><span class="hl-5">newdept</span><span class="hl-1">)} });</span><br/><span class="hl-1"> </span><span class="hl-0">assert</span><span class="hl-1">(</span><span class="hl-5">res</span><span class="hl-1">.</span><span class="hl-5">status</span><span class="hl-1"> == </span><span class="hl-8">201</span><span class="hl-1">,</span><span class="hl-2">"Status code should be 201, was "</span><span class="hl-1"> + </span><span class="hl-5">res</span><span class="hl-1">.</span><span class="hl-5">status</span><span class="hl-1">);</span><br/><br/><span class="hl-1"> </span><span class="hl-5">res</span><span class="hl-1"> = </span><span class="hl-4">await</span><span class="hl-1"> </span><span class="hl-5">ojwd</span><span class="hl-1">.</span><span class="hl-0">fetch</span><span class="hl-1">(</span><span class="hl-5">driver</span><span class="hl-1">,</span><span class="hl-5">restServer</span><span class="hl-1"> + </span><span class="hl-2">'Departments/190'</span><span class="hl-1">,</span><br/><span class="hl-1"> { </span><span class="hl-2">"responseBodyAs"</span><span class="hl-5">:</span><span class="hl-1"> </span><span class="hl-2">"text"</span><span class="hl-1"> },</span><br/><span class="hl-1"> { </span><span class="hl-5">method:</span><span class="hl-1"> </span><span class="hl-2">'delete'</span><span class="hl-1"> });</span><br/><span class="hl-1"> </span><span class="hl-0">assert</span><span class="hl-1">(</span><span class="hl-5">res</span><span class="hl-1">.</span><span class="hl-5">status</span><span class="hl-1"> == </span><span class="hl-8">200</span><span class="hl-1">,</span><span class="hl-2">"Status code should be 200, was "</span><span class="hl-1"> + </span><span class="hl-5">res</span><span class="hl-1">.</span><span class="hl-5">status</span><span class="hl-1">);</span><br/><span class="hl-1"> } </span><span class="hl-4">catch</span><span class="hl-1">(</span><span class="hl-5">err</span><span class="hl-1">) {</span><br/><span class="hl-1"> </span><span class="hl-0">assert</span><span class="hl-1">(</span><span class="hl-3">false</span><span class="hl-1">, </span><span class="hl-2">"fetch failed : "</span><span class="hl-1"> + </span><span class="hl-5">err</span><span class="hl-1">);</span><br/><span class="hl-1"> }</span>
|
|
107
107
|
</code><button>Copy</button></pre>
|
|
108
|
-
<a id="md:example-of-checking-for-row-deleted-operation" class="tsd-anchor"></a><h6><a href="#md:example-of-checking-for-row-deleted-operation">Example of Checking for row deleted operation</a></h6><pre><code class="language-javascript"><span class="hl-
|
|
108
|
+
<a id="md:example-of-checking-for-row-deleted-operation" class="tsd-anchor"></a><h6><a href="#md:example-of-checking-for-row-deleted-operation">Example of Checking for row deleted operation</a></h6><pre><code class="language-javascript"><span class="hl-1"> </span><span class="hl-4">try</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">res</span><span class="hl-1">:</span><span class="hl-6">MarshaledResponse</span><span class="hl-1"> = </span><span class="hl-4">await</span><span class="hl-1"> </span><span class="hl-5">ojwd</span><span class="hl-1">.</span><span class="hl-0">fetch</span><span class="hl-1">(</span><span class="hl-5">driver</span><span class="hl-1">,</span><span class="hl-5">restServer</span><span class="hl-1"> + </span><span class="hl-2">'Departments/400'</span><span class="hl-1">,</span><br/><span class="hl-1"> { </span><span class="hl-2">"responseBodyAs"</span><span class="hl-5">:</span><span class="hl-1"> </span><span class="hl-2">"json"</span><span class="hl-1"> });</span><br/><span class="hl-1"> </span><span class="hl-0">assert</span><span class="hl-1">(</span><span class="hl-5">res</span><span class="hl-1">.</span><span class="hl-5">status</span><span class="hl-1"> == </span><span class="hl-8">404</span><span class="hl-1">,</span><span class="hl-2">"Status code should be 404, was "</span><span class="hl-1"> + </span><span class="hl-5">res</span><span class="hl-1">.</span><span class="hl-5">status</span><span class="hl-1">);</span><br/><span class="hl-1"> } </span><span class="hl-4">catch</span><span class="hl-1">(</span><span class="hl-5">err</span><span class="hl-1">) {</span><br/><span class="hl-1"> </span><span class="hl-0">assert</span><span class="hl-1">(</span><span class="hl-3">false</span><span class="hl-1">, </span><span class="hl-2">"fetch failed : "</span><span class="hl-1"> + </span><span class="hl-5">err</span><span class="hl-1">);</span><br/><span class="hl-1"> }</span>
|
|
109
109
|
</code><button>Copy</button></pre>
|
|
110
|
-
<a id="md:example-of-marshaledresponse-object-for-read-fetch" class="tsd-anchor"></a><h6><a href="#md:example-of-marshaledresponse-object-for-read-fetch">Example of MarshaledResponse object for READ fetch</a></h6><pre><code class="language-javascript"><span class="hl-
|
|
110
|
+
<a id="md:example-of-marshaledresponse-object-for-read-fetch" class="tsd-anchor"></a><h6><a href="#md:example-of-marshaledresponse-object-for-read-fetch">Example of MarshaledResponse object for READ fetch</a></h6><pre><code class="language-javascript"><span class="hl-1">{</span><br/><span class="hl-1"> </span><span class="hl-2">"body"</span><span class="hl-1">: {</span><br/><span class="hl-1"> </span><span class="hl-2">"body"</span><span class="hl-5">:</span><span class="hl-1"> [</span><br/><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-2">"DepartmentId"</span><span class="hl-5">:</span><span class="hl-1"> </span><span class="hl-8">20</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-2">"DepartmentName"</span><span class="hl-5">:</span><span class="hl-1"> </span><span class="hl-2">"Marketing"</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-2">"LocationId"</span><span class="hl-5">:</span><span class="hl-1"> </span><span class="hl-3">null</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-2">"ManagerId"</span><span class="hl-5">:</span><span class="hl-1"> </span><span class="hl-3">null</span><br/><span class="hl-1"> }</span><br/><span class="hl-1"> ],</span><br/><span class="hl-1"> </span><span class="hl-2">"kind"</span><span class="hl-5">:</span><span class="hl-1"> </span><span class="hl-2">"json"</span><br/><span class="hl-1"> },</span><br/><span class="hl-1"> </span><span class="hl-2">"headers"</span><span class="hl-1">: {</span><br/><span class="hl-1"> </span><span class="hl-2">"cache-control"</span><span class="hl-5">:</span><span class="hl-1"> </span><span class="hl-2">"no-cache"</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-2">"content-type"</span><span class="hl-5">:</span><span class="hl-1"> </span><span class="hl-2">"application/json; charset=utf-8"</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-2">"expires"</span><span class="hl-5">:</span><span class="hl-1"> </span><span class="hl-2">"-1"</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-2">"pragma"</span><span class="hl-5">:</span><span class="hl-1"> </span><span class="hl-2">"no-cache"</span><br/><span class="hl-1"> },</span><br/><span class="hl-1"> </span><span class="hl-2">"ok"</span><span class="hl-1">: </span><span class="hl-3">true</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-2">"redirected"</span><span class="hl-1">: </span><span class="hl-3">false</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-2">"status"</span><span class="hl-1">: </span><span class="hl-8">200</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-2">"statusText"</span><span class="hl-1">: </span><span class="hl-2">"OK"</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-2">"type"</span><span class="hl-1">: </span><span class="hl-2">"cors"</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-2">"url"</span><span class="hl-1">: </span><span class="hl-2">"http://localhost:3000/Departments/?DepartmentId=20"</span><br/><span class="hl-1"> }</span>
|
|
111
111
|
</code><button>Copy</button></pre>
|
|
112
112
|
</li></ul></li>
|
|
113
113
|
<li class="tsd-parameter">
|
|
@@ -142,7 +142,7 @@ timing out waiting for RequireJS to become available.</p>
|
|
|
142
142
|
<div class="tsd-comment tsd-typography">
|
|
143
143
|
<h3>Deprecated</h3><p>Wait until the JET page indicates that it's loaded and ready. This function
|
|
144
144
|
returns a Condition that can be used with WebDriver.wait().</p>
|
|
145
|
-
<pre><code class="language-javascript"><span class="hl-
|
|
145
|
+
<pre><code class="language-javascript"><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">wait</span><span class="hl-1">(</span><span class="hl-5">ojwd</span><span class="hl-1">.</span><span class="hl-0">pageReady</span><span class="hl-1">())</span>
|
|
146
146
|
</code><button>Copy</button></pre>
|
|
147
147
|
<p>This function is deprecated. All WebElements interacting with JET pages
|
|
148
148
|
should automatically block until the BusyContext is cleared before performing
|
|
@@ -205,7 +205,7 @@ WebElement. The target element will be searched using this driver.</p>
|
|
|
205
205
|
<ul>
|
|
206
206
|
<li><a href="#md:example-of-marshaledresponse-object-for-read-fetch"><span>Example of <wbr/>Marshaled<wbr/>Response object for READ fetch</span></a></li></ul></li></ul></li></ul></li></ul></li></ul></div></details></div>
|
|
207
207
|
<div class="site-menu">
|
|
208
|
-
<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
|
|
208
|
+
<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>
|
|
209
209
|
<ul class="tsd-small-nested-navigation">
|
|
210
210
|
<li>
|
|
211
211
|
<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>
|
|
@@ -250,6 +250,7 @@ WebElement. The target element will be searched using this driver.</p>
|
|
|
250
250
|
<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>
|
|
251
251
|
<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>
|
|
252
252
|
<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>
|
|
253
|
+
<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>
|
|
253
254
|
<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>
|
|
254
255
|
<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>
|
|
255
256
|
<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>
|
|
@@ -323,6 +324,7 @@ WebElement. The target element will be searched using this driver.</p>
|
|
|
323
324
|
<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>
|
|
324
325
|
<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>
|
|
325
326
|
<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>
|
|
327
|
+
<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>
|
|
326
328
|
<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>
|
|
327
329
|
<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>
|
|
328
330
|
<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>
|