@oracle/oraclejet-core-pack 14.0.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/oj-c/Avatar.json +458 -0
- package/oj-c/Button.json +536 -0
- package/oj-c/Collapsible.json +396 -0
- package/oj-c/FilePicker.json +555 -0
- package/oj-c/InputNumber.json +1321 -0
- package/oj-c/InputPassword.json +1164 -0
- package/oj-c/InputText.json +1411 -0
- package/oj-c/ListItemLayout.json +313 -0
- package/oj-c/MessageToast.json +334 -0
- package/oj-c/MeterBar.json +735 -0
- package/oj-c/MeterCircle.json +797 -0
- package/oj-c/ProgressBar.json +212 -0
- package/oj-c/ProgressCircle.json +223 -0
- package/oj-c/RatingGauge.json +495 -0
- package/oj-c/SelectMultiple.json +1143 -0
- package/oj-c/SelectSingle.json +1450 -0
- package/oj-c/SplitMenuButton.json +495 -0
- package/oj-c/TextArea.json +1283 -0
- package/oj-c/avatar/__webdriver__/AvatarWebElement.js +32 -0
- package/oj-c/avatar/__webdriver__/AvatarWebElementBase.js +87 -0
- package/oj-c/avatar/__webdriver__/index.js +74 -0
- package/oj-c/avatar/avatar-styles.css +10 -0
- package/oj-c/avatar/avatar.js +27 -0
- package/oj-c/avatar/component.json +227 -0
- package/oj-c/avatar/index.js +6 -0
- package/oj-c/avatar.js +6 -0
- package/oj-c/button/__tests__/button.test.js +20 -0
- package/oj-c/button/__webdriver__/ButtonWebElement.js +96 -0
- package/oj-c/button/__webdriver__/ButtonWebElementBase.js +96 -0
- package/oj-c/button/__webdriver__/index.js +74 -0
- package/oj-c/button/button-styles.css +11 -0
- package/oj-c/button/button.js +71 -0
- package/oj-c/button/component.json +243 -0
- package/oj-c/button/index.js +6 -0
- package/oj-c/button.js +6 -0
- package/oj-c/collapsible/__webdriver__/CollapsibleWebElement.js +116 -0
- package/oj-c/collapsible/__webdriver__/CollapsibleWebElementBase.js +60 -0
- package/oj-c/collapsible/__webdriver__/index.js +74 -0
- package/oj-c/collapsible/collapsible-styles.css +11 -0
- package/oj-c/collapsible/collapsible.js +69 -0
- package/oj-c/collapsible/component.json +184 -0
- package/oj-c/collapsible/index.js +6 -0
- package/oj-c/collapsible.js +6 -0
- package/oj-c/component.json +104 -0
- package/oj-c/corepackbundle.js +4049 -0
- package/oj-c/docs/avatar.html +149 -0
- package/oj-c/docs/button.html +149 -0
- package/oj-c/docs/collapsible.html +149 -0
- package/oj-c/docs/file-picker.html +149 -0
- package/oj-c/docs/index.html +168 -0
- package/oj-c/docs/input-number.html +149 -0
- package/oj-c/docs/input-password.html +149 -0
- package/oj-c/docs/input-text.html +149 -0
- package/oj-c/docs/jsDocMd.json +1 -0
- package/oj-c/docs/list-item-layout.html +149 -0
- package/oj-c/docs/message-toast.html +149 -0
- package/oj-c/docs/meter-bar.html +149 -0
- package/oj-c/docs/meter-circle.html +149 -0
- package/oj-c/docs/oj-c.Avatar.html +1778 -0
- package/oj-c/docs/oj-c.Button.html +2065 -0
- package/oj-c/docs/oj-c.Collapsible.html +1990 -0
- package/oj-c/docs/oj-c.FilePicker.html +2380 -0
- package/oj-c/docs/oj-c.InputNumber.html +5850 -0
- package/oj-c/docs/oj-c.InputPassword.html +4891 -0
- package/oj-c/docs/oj-c.InputText.html +5772 -0
- package/oj-c/docs/oj-c.ListItemLayout.html +1549 -0
- package/oj-c/docs/oj-c.MessageToast.html +1574 -0
- package/oj-c/docs/oj-c.MeterBar.html +3193 -0
- package/oj-c/docs/oj-c.MeterCircle.html +3502 -0
- package/oj-c/docs/oj-c.ProgressBar.html +1122 -0
- package/oj-c/docs/oj-c.ProgressCircle.html +1138 -0
- package/oj-c/docs/oj-c.RatingGauge.html +2320 -0
- package/oj-c/docs/oj-c.SelectMultiple.html +4720 -0
- package/oj-c/docs/oj-c.SelectSingle.html +5920 -0
- package/oj-c/docs/oj-c.SplitMenuButton.html +1891 -0
- package/oj-c/docs/oj-c.TextArea.html +5447 -0
- package/oj-c/docs/progress-bar.html +149 -0
- package/oj-c/docs/progress-circle.html +149 -0
- package/oj-c/docs/rating-gauge.html +149 -0
- package/oj-c/docs/scripts/deprecated.js +268 -0
- package/oj-c/docs/scripts/prettify/Apache-License-2.0.txt +202 -0
- package/oj-c/docs/scripts/prettify/lang-css.js +9 -0
- package/oj-c/docs/scripts/prettify/prettify.js +35 -0
- package/oj-c/docs/select-multiple.html +149 -0
- package/oj-c/docs/select-single.html +149 -0
- package/oj-c/docs/split-menu-button.html +149 -0
- package/oj-c/docs/styles/images/bookmark.png +0 -0
- package/oj-c/docs/styles/images/linesarrowup.png +0 -0
- package/oj-c/docs/styles/images/linesarrowup_blue.png +0 -0
- package/oj-c/docs/styles/images/linesarrowup_hov.png +0 -0
- package/oj-c/docs/styles/images/linesarrowup_white.png +0 -0
- package/oj-c/docs/styles/images/oracle_logo_sm.png +0 -0
- package/oj-c/docs/styles/jsdoc-default.css +851 -0
- package/oj-c/docs/styles/prettify-jsdoc.css +111 -0
- package/oj-c/docs/styles/prettify-tomorrow.css +132 -0
- package/oj-c/docs/text-area.html +149 -0
- package/oj-c/editable-value/UNSAFE_useAssistiveText/useAssistiveText.js +57 -0
- package/oj-c/editable-value/UNSAFE_useComponentMessaging/useComponentMessaging.js +80 -0
- package/oj-c/editable-value/UNSAFE_useConverter/useConverter.js +56 -0
- package/oj-c/editable-value/UNSAFE_useConverterLifecycle/useConverterLifecycle.js +26 -0
- package/oj-c/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators.js +22 -0
- package/oj-c/editable-value/UNSAFE_useEditableValue/useEditableValue.js +154 -0
- package/oj-c/editable-value/UNSAFE_useStaleIdentity/useStaleIdentity.js +17 -0
- package/oj-c/editable-value/UNSAFE_useValidationLifecycle/useValidationLifecycle.js +118 -0
- package/oj-c/editable-value/UNSAFE_useValidators/useValidators.js +153 -0
- package/oj-c/editable-value/UNSAFE_useValue/useValue.js +42 -0
- package/oj-c/editable-value/UNSAFE_useValueLifecycle/useValueLifecycle.js +27 -0
- package/oj-c/editable-value/component.json +9 -0
- package/oj-c/editable-value/utils/utils.js +31 -0
- package/oj-c/file-picker/__webdriver__/FilePickerWebElement.js +32 -0
- package/oj-c/file-picker/__webdriver__/FilePickerWebElementBase.js +87 -0
- package/oj-c/file-picker/__webdriver__/index.js +74 -0
- package/oj-c/file-picker/component.json +209 -0
- package/oj-c/file-picker/file-picker-styles.css +17 -0
- package/oj-c/file-picker/file-picker.js +59 -0
- package/oj-c/file-picker/index.js +6 -0
- package/oj-c/file-picker.js +6 -0
- package/oj-c/hooks/UNSAFE_useDataProvider/DataProviderHandler.js +89 -0
- package/oj-c/hooks/UNSAFE_useDataProvider/useDataProvider.js +25 -0
- package/oj-c/hooks/UNSAFE_useDataProvider/utils.js +202 -0
- package/oj-c/hooks/UNSAFE_useListData/__tests__/useListData.test.js +124 -0
- package/oj-c/hooks/UNSAFE_useListData/useListData.js +297 -0
- package/oj-c/hooks/UNSAFE_useTreeData/__tests__/useTreeData.test.js +62 -0
- package/oj-c/hooks/UNSAFE_useTreeData/useTreeData.js +130 -0
- package/oj-c/hooks/component.json +9 -0
- package/oj-c/input-number/__dev__/input-number.doc.mdx +31 -0
- package/oj-c/input-number/__webdriver__/InputNumberWebElement.js +32 -0
- package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.js +339 -0
- package/oj-c/input-number/__webdriver__/index.js +74 -0
- package/oj-c/input-number/component.json +536 -0
- package/oj-c/input-number/index.js +6 -0
- package/oj-c/input-number/input-number-styles.css +13 -0
- package/oj-c/input-number/input-number.js +119 -0
- package/oj-c/input-number/stepBasisUtils.js +76 -0
- package/oj-c/input-number/useImplicitNumberConverter.js +12 -0
- package/oj-c/input-number/useImplicitNumberRangeValidator.js +28 -0
- package/oj-c/input-number/useNumberInputTextPreact.js +153 -0
- package/oj-c/input-number.js +6 -0
- package/oj-c/input-password/__webdriver__/InputPasswordWebElement.js +32 -0
- package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js +258 -0
- package/oj-c/input-password/__webdriver__/index.js +74 -0
- package/oj-c/input-password/component.json +488 -0
- package/oj-c/input-password/index.js +6 -0
- package/oj-c/input-password/input-password-styles.css +13 -0
- package/oj-c/input-password/input-password.js +112 -0
- package/oj-c/input-password/useInputPasswordPreact.js +46 -0
- package/oj-c/input-password.js +6 -0
- package/oj-c/input-text/__dev__/input-text.doc.mdx +30 -0
- package/oj-c/input-text/__tests__/input-text.test.js +70 -0
- package/oj-c/input-text/__webdriver__/InputTextWebElement.js +32 -0
- package/oj-c/input-text/__webdriver__/InputTextWebElementBase.js +294 -0
- package/oj-c/input-text/__webdriver__/index.js +74 -0
- package/oj-c/input-text/component.json +580 -0
- package/oj-c/input-text/index.js +6 -0
- package/oj-c/input-text/input-text-styles.css +13 -0
- package/oj-c/input-text/input-text.js +118 -0
- package/oj-c/input-text/useInputTextPreact.js +46 -0
- package/oj-c/input-text.js +6 -0
- package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElement.js +32 -0
- package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElementBase.js +42 -0
- package/oj-c/list-item-layout/__webdriver__/index.js +74 -0
- package/oj-c/list-item-layout/component.json +139 -0
- package/oj-c/list-item-layout/index.js +6 -0
- package/oj-c/list-item-layout/list-item-layout-styles.css +12 -0
- package/oj-c/list-item-layout/list-item-layout.js +30 -0
- package/oj-c/list-item-layout.js +6 -0
- package/oj-c/message-toast/__webdriver__/MessageToastWebElement.js +32 -0
- package/oj-c/message-toast/__webdriver__/MessageToastWebElementBase.js +78 -0
- package/oj-c/message-toast/__webdriver__/index.js +74 -0
- package/oj-c/message-toast/component.json +244 -0
- package/oj-c/message-toast/index.js +6 -0
- package/oj-c/message-toast/message-toast-styles.css +8 -0
- package/oj-c/message-toast/message-toast.js +35 -0
- package/oj-c/message-toast.js +6 -0
- package/oj-c/metadata/allComponents.json +5552 -0
- package/oj-c/meter-bar/__webdriver__/MeterBarWebElement.js +32 -0
- package/oj-c/meter-bar/__webdriver__/MeterBarWebElementBase.js +195 -0
- package/oj-c/meter-bar/__webdriver__/index.js +74 -0
- package/oj-c/meter-bar/component.json +246 -0
- package/oj-c/meter-bar/index.js +6 -0
- package/oj-c/meter-bar/meter-bar-styles.css +21 -0
- package/oj-c/meter-bar/meter-bar.js +44 -0
- package/oj-c/meter-bar.js +6 -0
- package/oj-c/meter-circle/__webdriver__/MeterCircleWebElement.js +32 -0
- package/oj-c/meter-circle/__webdriver__/MeterCircleWebElementBase.js +213 -0
- package/oj-c/meter-circle/__webdriver__/index.js +74 -0
- package/oj-c/meter-circle/component.json +289 -0
- package/oj-c/meter-circle/index.js +6 -0
- package/oj-c/meter-circle/meter-circle-styles.css +14 -0
- package/oj-c/meter-circle/meter-circle.js +47 -0
- package/oj-c/meter-circle.js +6 -0
- package/oj-c/min/avatar/avatar-styles.css +10 -0
- package/oj-c/min/avatar.js +2 -0
- package/oj-c/min/avatar.js.map +1 -0
- package/oj-c/min/button/button-styles.css +11 -0
- package/oj-c/min/button.js +2 -0
- package/oj-c/min/button.js.map +1 -0
- package/oj-c/min/collapsible/collapsible-styles.css +11 -0
- package/oj-c/min/collapsible.js +2 -0
- package/oj-c/min/collapsible.js.map +1 -0
- package/oj-c/min/corepackbundle.css +226 -0
- package/oj-c/min/corepackbundle.js +6 -0
- package/oj-c/min/corepackbundle.js.map +1 -0
- package/oj-c/min/editable-value/UNSAFE_useAssistiveText/useAssistiveText.d.ts +32 -0
- package/oj-c/min/editable-value/UNSAFE_useAssistiveText/useAssistiveText.js +57 -0
- package/oj-c/min/editable-value/UNSAFE_useComponentMessaging/useComponentMessaging.d.ts +24 -0
- package/oj-c/min/editable-value/UNSAFE_useComponentMessaging/useComponentMessaging.js +80 -0
- package/oj-c/min/editable-value/UNSAFE_useConverter/useConverter.d.ts +14 -0
- package/oj-c/min/editable-value/UNSAFE_useConverter/useConverter.js +56 -0
- package/oj-c/min/editable-value/UNSAFE_useConverterLifecycle/useConverterLifecycle.d.ts +11 -0
- package/oj-c/min/editable-value/UNSAFE_useConverterLifecycle/useConverterLifecycle.js +26 -0
- package/oj-c/min/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators.d.ts +8 -0
- package/oj-c/min/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators.js +22 -0
- package/oj-c/min/editable-value/UNSAFE_useEditableValue/useEditableValue.d.ts +47 -0
- package/oj-c/min/editable-value/UNSAFE_useEditableValue/useEditableValue.js +154 -0
- package/oj-c/min/editable-value/UNSAFE_useStaleIdentity/useStaleIdentity.d.ts +5 -0
- package/oj-c/min/editable-value/UNSAFE_useStaleIdentity/useStaleIdentity.js +17 -0
- package/oj-c/min/editable-value/UNSAFE_useValidationLifecycle/useValidationLifecycle.d.ts +15 -0
- package/oj-c/min/editable-value/UNSAFE_useValidationLifecycle/useValidationLifecycle.js +118 -0
- package/oj-c/min/editable-value/UNSAFE_useValidators/useValidators.d.ts +35 -0
- package/oj-c/min/editable-value/UNSAFE_useValidators/useValidators.js +153 -0
- package/oj-c/min/editable-value/UNSAFE_useValue/useValue.d.ts +23 -0
- package/oj-c/min/editable-value/UNSAFE_useValue/useValue.js +42 -0
- package/oj-c/min/editable-value/UNSAFE_useValueLifecycle/useValueLifecycle.d.ts +9 -0
- package/oj-c/min/editable-value/UNSAFE_useValueLifecycle/useValueLifecycle.js +27 -0
- package/oj-c/min/editable-value/component.json +9 -0
- package/oj-c/min/editable-value/utils/utils.d.ts +6 -0
- package/oj-c/min/editable-value/utils/utils.js +31 -0
- package/oj-c/min/file-picker/file-picker-styles.css +17 -0
- package/oj-c/min/file-picker.js +2 -0
- package/oj-c/min/file-picker.js.map +1 -0
- package/oj-c/min/hooks/UNSAFE_useDataProvider/DataProviderHandler.d.ts +18 -0
- package/oj-c/min/hooks/UNSAFE_useDataProvider/DataProviderHandler.js +89 -0
- package/oj-c/min/hooks/UNSAFE_useDataProvider/useDataProvider.d.ts +10 -0
- package/oj-c/min/hooks/UNSAFE_useDataProvider/useDataProvider.js +25 -0
- package/oj-c/min/hooks/UNSAFE_useDataProvider/utils.d.ts +3 -0
- package/oj-c/min/hooks/UNSAFE_useDataProvider/utils.js +202 -0
- package/oj-c/min/hooks/UNSAFE_useListData/__tests__/useListData.test.d.ts +1 -0
- package/oj-c/min/hooks/UNSAFE_useListData/__tests__/useListData.test.js +124 -0
- package/oj-c/min/hooks/UNSAFE_useListData/useListData.d.ts +21 -0
- package/oj-c/min/hooks/UNSAFE_useListData/useListData.js +297 -0
- package/oj-c/min/hooks/UNSAFE_useTreeData/__tests__/useTreeData.test.d.ts +1 -0
- package/oj-c/min/hooks/UNSAFE_useTreeData/__tests__/useTreeData.test.js +62 -0
- package/oj-c/min/hooks/UNSAFE_useTreeData/useTreeData.d.ts +27 -0
- package/oj-c/min/hooks/UNSAFE_useTreeData/useTreeData.js +130 -0
- package/oj-c/min/hooks/component.json +9 -0
- package/oj-c/min/input-number/input-number-styles.css +13 -0
- package/oj-c/min/input-number.js +2 -0
- package/oj-c/min/input-number.js.map +1 -0
- package/oj-c/min/input-password/input-password-styles.css +13 -0
- package/oj-c/min/input-password.js +2 -0
- package/oj-c/min/input-password.js.map +1 -0
- package/oj-c/min/input-text/input-text-styles.css +13 -0
- package/oj-c/min/input-text.js +2 -0
- package/oj-c/min/input-text.js.map +1 -0
- package/oj-c/min/list-item-layout/list-item-layout-styles.css +12 -0
- package/oj-c/min/list-item-layout.js +2 -0
- package/oj-c/min/list-item-layout.js.map +1 -0
- package/oj-c/min/message-toast/message-toast-styles.css +8 -0
- package/oj-c/min/message-toast.js +2 -0
- package/oj-c/min/message-toast.js.map +1 -0
- package/oj-c/min/meter-bar/meter-bar-styles.css +21 -0
- package/oj-c/min/meter-bar.js +2 -0
- package/oj-c/min/meter-bar.js.map +1 -0
- package/oj-c/min/meter-circle/meter-circle-styles.css +14 -0
- package/oj-c/min/meter-circle.js +2 -0
- package/oj-c/min/meter-circle.js.map +1 -0
- package/oj-c/min/progress-bar/progress-bar-styles.css +11 -0
- package/oj-c/min/progress-bar.js +2 -0
- package/oj-c/min/progress-bar.js.map +1 -0
- package/oj-c/min/progress-circle/progress-circle-styles.css +14 -0
- package/oj-c/min/progress-circle.js +2 -0
- package/oj-c/min/progress-circle.js.map +1 -0
- package/oj-c/min/rating-gauge/rating-gauge-styles.css +12 -0
- package/oj-c/min/rating-gauge.js +2 -0
- package/oj-c/min/rating-gauge.js.map +1 -0
- package/oj-c/min/select-common/UNSAFE_useDataProviderListeners/index.d.ts +2 -0
- package/oj-c/min/select-common/UNSAFE_useDataProviderListeners/index.js +6 -0
- package/oj-c/min/select-common/UNSAFE_useDataProviderListeners/useDataProviderListeners.d.ts +13 -0
- package/oj-c/min/select-common/UNSAFE_useDataProviderListeners/useDataProviderListeners.js +96 -0
- package/oj-c/min/select-common/UNSAFE_useWrapDataProvider/index.d.ts +1 -0
- package/oj-c/min/select-common/UNSAFE_useWrapDataProvider/index.js +6 -0
- package/oj-c/min/select-common/UNSAFE_useWrapDataProvider/useWrapDataProvider.d.ts +3 -0
- package/oj-c/min/select-common/UNSAFE_useWrapDataProvider/useWrapDataProvider.js +16 -0
- package/oj-c/min/select-common/UNSAFE_useWrapValueState/index.d.ts +1 -0
- package/oj-c/min/select-common/UNSAFE_useWrapValueState/index.js +6 -0
- package/oj-c/min/select-common/UNSAFE_useWrapValueState/useWrapValueState.d.ts +23 -0
- package/oj-c/min/select-common/UNSAFE_useWrapValueState/useWrapValueState.js +23 -0
- package/oj-c/min/select-common/component.json +9 -0
- package/oj-c/min/select-common/utils/utils.d.ts +10 -0
- package/oj-c/min/select-common/utils/utils.js +19 -0
- package/oj-c/min/select-multiple/select-multiple-styles.css +13 -0
- package/oj-c/min/select-multiple.js +3 -0
- package/oj-c/min/select-multiple.js.map +1 -0
- package/oj-c/min/select-single/select-single-styles.css +22 -0
- package/oj-c/min/select-single.js +3 -0
- package/oj-c/min/select-single.js.map +1 -0
- package/oj-c/min/split-menu-button/split-menu-button-styles.css +11 -0
- package/oj-c/min/split-menu-button.js +2 -0
- package/oj-c/min/split-menu-button.js.map +1 -0
- package/oj-c/min/text-area/text-area-styles.css +13 -0
- package/oj-c/min/text-area.js +2 -0
- package/oj-c/min/text-area.js.map +1 -0
- package/oj-c/min/utils/UNSAFE_focusTabUtils/focusUtils.d.ts +2 -0
- package/oj-c/min/utils/UNSAFE_focusTabUtils/focusUtils.js +23 -0
- package/oj-c/min/utils/UNSAFE_focusTabUtils/index.d.ts +1 -0
- package/oj-c/min/utils/UNSAFE_focusTabUtils/index.js +6 -0
- package/oj-c/min/utils/UNSAFE_keyUtils/index.d.ts +1 -0
- package/oj-c/min/utils/UNSAFE_keyUtils/index.js +19 -0
- package/oj-c/min/utils/UNSAFE_keyUtils/keySetUtils.d.ts +4 -0
- package/oj-c/min/utils/UNSAFE_keyUtils/keySetUtils.js +33 -0
- package/oj-c/min/utils/UNSAFE_meterUtils/index.d.ts +1 -0
- package/oj-c/min/utils/UNSAFE_meterUtils/index.js +6 -0
- package/oj-c/min/utils/UNSAFE_meterUtils/meterUtils.d.ts +2 -0
- package/oj-c/min/utils/UNSAFE_meterUtils/meterUtils.js +12 -0
- package/oj-c/min/utils/component.json +9 -0
- package/oj-c/progress-bar/__webdriver__/ProgressBarWebElement.js +32 -0
- package/oj-c/progress-bar/__webdriver__/ProgressBarWebElementBase.js +60 -0
- package/oj-c/progress-bar/__webdriver__/index.js +74 -0
- package/oj-c/progress-bar/component.json +123 -0
- package/oj-c/progress-bar/index.js +6 -0
- package/oj-c/progress-bar/progress-bar-styles.css +11 -0
- package/oj-c/progress-bar/progress-bar.js +26 -0
- package/oj-c/progress-bar.js +6 -0
- package/oj-c/progress-circle/__webdriver__/ProgressCircleWebElement.js +32 -0
- package/oj-c/progress-circle/__webdriver__/ProgressCircleWebElementBase.js +60 -0
- package/oj-c/progress-circle/__webdriver__/index.js +74 -0
- package/oj-c/progress-circle/component.json +128 -0
- package/oj-c/progress-circle/index.js +6 -0
- package/oj-c/progress-circle/progress-circle-styles.css +14 -0
- package/oj-c/progress-circle/progress-circle.js +26 -0
- package/oj-c/progress-circle.js +6 -0
- package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElement.js +32 -0
- package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElementBase.js +168 -0
- package/oj-c/rating-gauge/__webdriver__/index.js +74 -0
- package/oj-c/rating-gauge/component.json +188 -0
- package/oj-c/rating-gauge/index.js +6 -0
- package/oj-c/rating-gauge/rating-gauge-styles.css +12 -0
- package/oj-c/rating-gauge/rating-gauge.js +44 -0
- package/oj-c/rating-gauge.js +6 -0
- package/oj-c/select-common/UNSAFE_useDataProviderListeners/index.js +6 -0
- package/oj-c/select-common/UNSAFE_useDataProviderListeners/useDataProviderListeners.js +96 -0
- package/oj-c/select-common/UNSAFE_useWrapDataProvider/index.js +6 -0
- package/oj-c/select-common/UNSAFE_useWrapDataProvider/useWrapDataProvider.js +16 -0
- package/oj-c/select-common/UNSAFE_useWrapValueState/index.js +6 -0
- package/oj-c/select-common/UNSAFE_useWrapValueState/useWrapValueState.js +23 -0
- package/oj-c/select-common/component.json +9 -0
- package/oj-c/select-common/utils/utils.js +19 -0
- package/oj-c/select-multiple/__dev__/select-multiple.doc.mdx +30 -0
- package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElement.js +32 -0
- package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElementBase.js +258 -0
- package/oj-c/select-multiple/__webdriver__/index.js +74 -0
- package/oj-c/select-multiple/component.json +475 -0
- package/oj-c/select-multiple/index.js +6 -0
- package/oj-c/select-multiple/select-multiple-styles.css +13 -0
- package/oj-c/select-multiple/select-multiple.js +108 -0
- package/oj-c/select-multiple/useSelectMultiplePreact.js +123 -0
- package/oj-c/select-multiple/useSyncValueAndValueItems.js +125 -0
- package/oj-c/select-multiple/useValueItems.js +22 -0
- package/oj-c/select-multiple.js +6 -0
- package/oj-c/select-single/__dev__/select-single.doc.mdx +30 -0
- package/oj-c/select-single/__webdriver__/SelectSingleWebElement.js +32 -0
- package/oj-c/select-single/__webdriver__/SelectSingleWebElementBase.js +258 -0
- package/oj-c/select-single/__webdriver__/index.js +74 -0
- package/oj-c/select-single/component.json +545 -0
- package/oj-c/select-single/index.js +6 -0
- package/oj-c/select-single/select-single-styles.css +22 -0
- package/oj-c/select-single/select-single.js +108 -0
- package/oj-c/select-single/useSelectSinglePreact.js +157 -0
- package/oj-c/select-single/useSyncValueAndValueItem.js +110 -0
- package/oj-c/select-single/useValueItem.js +18 -0
- package/oj-c/select-single.js +6 -0
- package/oj-c/split-menu-button/__dev__/split-menu-button.doc.mdx +32 -0
- package/oj-c/split-menu-button/__tests__/split-menu-button.test.js +17 -0
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js +32 -0
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.js +87 -0
- package/oj-c/split-menu-button/__webdriver__/index.js +74 -0
- package/oj-c/split-menu-button/component.json +205 -0
- package/oj-c/split-menu-button/index.js +6 -0
- package/oj-c/split-menu-button/split-menu-button-styles.css +11 -0
- package/oj-c/split-menu-button/split-menu-button.js +76 -0
- package/oj-c/split-menu-button.js +6 -0
- package/oj-c/text-area/__webdriver__/TextAreaWebElement.js +32 -0
- package/oj-c/text-area/__webdriver__/TextAreaWebElementBase.js +285 -0
- package/oj-c/text-area/__webdriver__/index.js +74 -0
- package/oj-c/text-area/component.json +497 -0
- package/oj-c/text-area/index.js +6 -0
- package/oj-c/text-area/text-area-styles.css +13 -0
- package/oj-c/text-area/text-area.js +138 -0
- package/oj-c/text-area/useTextAreaAutosizePreact.js +44 -0
- package/oj-c/text-area/useTextAreaPreact.js +46 -0
- package/oj-c/text-area.js +6 -0
- package/oj-c/types/avatar/avatar.d.ts +68 -0
- package/oj-c/types/avatar/index.d.ts +2 -0
- package/oj-c/types/button/__tests__/button.test.d.ts +1 -0
- package/oj-c/types/button/button.d.ts +91 -0
- package/oj-c/types/button/index.d.ts +2 -0
- package/oj-c/types/collapsible/collapsible.d.ts +88 -0
- package/oj-c/types/collapsible/index.d.ts +2 -0
- package/oj-c/types/editable-value/UNSAFE_useAssistiveText/useAssistiveText.d.ts +32 -0
- package/oj-c/types/editable-value/UNSAFE_useComponentMessaging/useComponentMessaging.d.ts +24 -0
- package/oj-c/types/editable-value/UNSAFE_useConverter/useConverter.d.ts +14 -0
- package/oj-c/types/editable-value/UNSAFE_useConverterLifecycle/useConverterLifecycle.d.ts +11 -0
- package/oj-c/types/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators.d.ts +8 -0
- package/oj-c/types/editable-value/UNSAFE_useEditableValue/useEditableValue.d.ts +47 -0
- package/oj-c/types/editable-value/UNSAFE_useStaleIdentity/useStaleIdentity.d.ts +5 -0
- package/oj-c/types/editable-value/UNSAFE_useValidationLifecycle/useValidationLifecycle.d.ts +15 -0
- package/oj-c/types/editable-value/UNSAFE_useValidators/useValidators.d.ts +35 -0
- package/oj-c/types/editable-value/UNSAFE_useValue/useValue.d.ts +23 -0
- package/oj-c/types/editable-value/UNSAFE_useValueLifecycle/useValueLifecycle.d.ts +9 -0
- package/oj-c/types/editable-value/utils/utils.d.ts +6 -0
- package/oj-c/types/file-picker/file-picker.d.ts +103 -0
- package/oj-c/types/file-picker/index.d.ts +2 -0
- package/oj-c/types/hooks/UNSAFE_useDataProvider/DataProviderHandler.d.ts +18 -0
- package/oj-c/types/hooks/UNSAFE_useDataProvider/useDataProvider.d.ts +10 -0
- package/oj-c/types/hooks/UNSAFE_useDataProvider/utils.d.ts +3 -0
- package/oj-c/types/hooks/UNSAFE_useListData/__tests__/useListData.test.d.ts +1 -0
- package/oj-c/types/hooks/UNSAFE_useListData/useListData.d.ts +21 -0
- package/oj-c/types/hooks/UNSAFE_useTreeData/__tests__/useTreeData.test.d.ts +1 -0
- package/oj-c/types/hooks/UNSAFE_useTreeData/useTreeData.d.ts +27 -0
- package/oj-c/types/input-number/index.d.ts +2 -0
- package/oj-c/types/input-number/input-number.d.ts +231 -0
- package/oj-c/types/input-number/stepBasisUtils.d.ts +1 -0
- package/oj-c/types/input-number/useImplicitNumberConverter.d.ts +10 -0
- package/oj-c/types/input-number/useImplicitNumberRangeValidator.d.ts +17 -0
- package/oj-c/types/input-number/useNumberInputTextPreact.d.ts +54 -0
- package/oj-c/types/input-password/index.d.ts +2 -0
- package/oj-c/types/input-password/input-password.d.ts +183 -0
- package/oj-c/types/input-password/useInputPasswordPreact.d.ts +40 -0
- package/oj-c/types/input-text/__tests__/input-text.test.d.ts +1 -0
- package/oj-c/types/input-text/index.d.ts +2 -0
- package/oj-c/types/input-text/input-text.d.ts +212 -0
- package/oj-c/types/input-text/useInputTextPreact.d.ts +47 -0
- package/oj-c/types/list-item-layout/index.d.ts +2 -0
- package/oj-c/types/list-item-layout/list-item-layout.d.ts +53 -0
- package/oj-c/types/message-toast/index.d.ts +2 -0
- package/oj-c/types/message-toast/message-toast.d.ts +83 -0
- package/oj-c/types/meter-bar/index.d.ts +2 -0
- package/oj-c/types/meter-bar/meter-bar.d.ts +133 -0
- package/oj-c/types/meter-circle/index.d.ts +2 -0
- package/oj-c/types/meter-circle/meter-circle.d.ts +148 -0
- package/oj-c/types/progress-bar/index.d.ts +2 -0
- package/oj-c/types/progress-bar/progress-bar.d.ts +53 -0
- package/oj-c/types/progress-circle/index.d.ts +2 -0
- package/oj-c/types/progress-circle/progress-circle.d.ts +53 -0
- package/oj-c/types/rating-gauge/index.d.ts +2 -0
- package/oj-c/types/rating-gauge/rating-gauge.d.ts +109 -0
- package/oj-c/types/select-common/UNSAFE_useDataProviderListeners/index.d.ts +2 -0
- package/oj-c/types/select-common/UNSAFE_useDataProviderListeners/useDataProviderListeners.d.ts +13 -0
- package/oj-c/types/select-common/UNSAFE_useWrapDataProvider/index.d.ts +1 -0
- package/oj-c/types/select-common/UNSAFE_useWrapDataProvider/useWrapDataProvider.d.ts +3 -0
- package/oj-c/types/select-common/UNSAFE_useWrapValueState/index.d.ts +1 -0
- package/oj-c/types/select-common/UNSAFE_useWrapValueState/useWrapValueState.d.ts +23 -0
- package/oj-c/types/select-common/utils/utils.d.ts +10 -0
- package/oj-c/types/select-multiple/index.d.ts +2 -0
- package/oj-c/types/select-multiple/select-multiple.d.ts +176 -0
- package/oj-c/types/select-multiple/useSelectMultiplePreact.d.ts +42 -0
- package/oj-c/types/select-multiple/useSyncValueAndValueItems.d.ts +17 -0
- package/oj-c/types/select-multiple/useValueItems.d.ts +6 -0
- package/oj-c/types/select-single/index.d.ts +2 -0
- package/oj-c/types/select-single/select-single.d.ts +186 -0
- package/oj-c/types/select-single/useSelectSinglePreact.d.ts +42 -0
- package/oj-c/types/select-single/useSyncValueAndValueItem.d.ts +17 -0
- package/oj-c/types/select-single/useValueItem.d.ts +5 -0
- package/oj-c/types/split-menu-button/__tests__/split-menu-button.test.d.ts +1 -0
- package/oj-c/types/split-menu-button/index.d.ts +2 -0
- package/oj-c/types/split-menu-button/split-menu-button.d.ts +93 -0
- package/oj-c/types/text-area/index.d.ts +2 -0
- package/oj-c/types/text-area/text-area.d.ts +209 -0
- package/oj-c/types/text-area/useTextAreaAutosizePreact.d.ts +44 -0
- package/oj-c/types/text-area/useTextAreaPreact.d.ts +44 -0
- package/oj-c/types/utils/UNSAFE_focusTabUtils/focusUtils.d.ts +2 -0
- package/oj-c/types/utils/UNSAFE_focusTabUtils/index.d.ts +1 -0
- package/oj-c/types/utils/UNSAFE_keyUtils/index.d.ts +1 -0
- package/oj-c/types/utils/UNSAFE_keyUtils/keySetUtils.d.ts +4 -0
- package/oj-c/types/utils/UNSAFE_meterUtils/index.d.ts +1 -0
- package/oj-c/types/utils/UNSAFE_meterUtils/meterUtils.d.ts +2 -0
- package/oj-c/utils/UNSAFE_focusTabUtils/focusUtils.js +23 -0
- package/oj-c/utils/UNSAFE_focusTabUtils/index.js +6 -0
- package/oj-c/utils/UNSAFE_keyUtils/index.js +19 -0
- package/oj-c/utils/UNSAFE_keyUtils/keySetUtils.js +33 -0
- package/oj-c/utils/UNSAFE_meterUtils/index.js +6 -0
- package/oj-c/utils/UNSAFE_meterUtils/meterUtils.js +12 -0
- package/oj-c/utils/component.json +9 -0
- package/package.json +22 -0
- package/webdriver/docs/.nojekyll +1 -0
- package/webdriver/docs/assets/highlight.css +78 -0
- package/webdriver/docs/assets/icons.css +1043 -0
- package/webdriver/docs/assets/icons.png +0 -0
- package/webdriver/docs/assets/icons@2x.png +0 -0
- package/webdriver/docs/assets/main.js +52 -0
- package/webdriver/docs/assets/search.js +1 -0
- package/webdriver/docs/assets/style.css +1414 -0
- package/webdriver/docs/assets/widgets.png +0 -0
- package/webdriver/docs/assets/widgets@2x.png +0 -0
- package/webdriver/docs/classes/AvatarWebElement.html +117 -0
- package/webdriver/docs/classes/ButtonWebElement.html +163 -0
- package/webdriver/docs/classes/CollapsibleWebElement.html +111 -0
- package/webdriver/docs/classes/FilePickerWebElement.html +117 -0
- package/webdriver/docs/classes/InputNumberWebElement.html +231 -0
- package/webdriver/docs/classes/InputPasswordWebElement.html +195 -0
- package/webdriver/docs/classes/InputTextWebElement.html +211 -0
- package/webdriver/docs/classes/ListItemLayoutWebElement.html +97 -0
- package/webdriver/docs/classes/MessageToastWebElement.html +113 -0
- package/webdriver/docs/classes/MeterBarWebElement.html +153 -0
- package/webdriver/docs/classes/MeterCircleWebElement.html +159 -0
- package/webdriver/docs/classes/ProgressBarWebElement.html +105 -0
- package/webdriver/docs/classes/ProgressCircleWebElement.html +105 -0
- package/webdriver/docs/classes/RatingGaugeWebElement.html +147 -0
- package/webdriver/docs/classes/SelectMultipleWebElement.html +196 -0
- package/webdriver/docs/classes/SelectSingleWebElement.html +196 -0
- package/webdriver/docs/classes/SplitMenuButtonWebElement.html +117 -0
- package/webdriver/docs/classes/TextAreaWebElement.html +207 -0
- package/webdriver/docs/index.html +16 -0
- package/webdriver/docs/modules.html +181 -0
- package/webdriver/index.js +34 -0
- package/webdriver/index.ts +18 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="default"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>@oracle/oraclejet-core-pack</title><meta name="description" content="Documentation for @oracle/oraclejet-core-pack"/><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 async src="assets/search.js" id="search-script"></script></head><body><script>document.body.classList.add(localStorage.getItem("tsd-theme") || "os")</script><header><div class="tsd-page-toolbar"><div class="container"><div class="table-wrap"><div class="table-cell" id="tsd-search" data-base="."><div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption">Search</label><input type="text" id="tsd-search-field"/></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="index.html" class="title">@oracle/oraclejet-core-pack</a></div><div class="table-cell" id="tsd-widgets"><div id="tsd-filter"><a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a><div class="tsd-filter-group"><div class="tsd-select" id="tsd-filter-visibility"><span class="tsd-select-label">All</span><ul class="tsd-select-list"><li data-value="public">Public</li><li data-value="protected">Public/Protected</li><li data-value="private" class="selected">All</li></ul></div> <input type="checkbox" id="tsd-filter-inherited" checked/><label class="tsd-widget" for="tsd-filter-inherited">Inherited</label><input type="checkbox" id="tsd-filter-externals" checked/><label class="tsd-widget" for="tsd-filter-externals">Externals</label></div></div><a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a></div></div></div></div><div class="tsd-page-title"><div class="container"><h1>@oracle/oraclejet-core-pack </h1></div></div></header><div class="container container-main"><div class="row"><div class="col-8 col-content"><div class="tsd-panel tsd-typography">
|
|
2
|
+
<a href="#webdriver-webelements-for-core-pack-components" id="webdriver-webelements-for-core-pack-components" style="color: inherit; text-decoration: none;">
|
|
3
|
+
<h1>WebDriver WebElements for Core Pack Components</h1>
|
|
4
|
+
</a>
|
|
5
|
+
<p>These WebElements build upon <a href="https://www.npmjs.com/package/@oracle/oraclejet-webdriver">@oracle/oraclejet-webdriver</a>
|
|
6
|
+
to provide test APIs for JET's Core Pack components. Be sure to read that project's
|
|
7
|
+
documentation for how to use the library in a WebDriver test.</p>
|
|
8
|
+
|
|
9
|
+
<a href="#usage" id="usage" style="color: inherit; text-decoration: none;">
|
|
10
|
+
<h2>Usage</h2>
|
|
11
|
+
</a>
|
|
12
|
+
<p>Import the <code>find</code> methods corresponding to the Core Pack component the test is
|
|
13
|
+
targeting.</p>
|
|
14
|
+
<pre><code class="language-javascript"><span class="hl-0">import</span><span class="hl-1"> { </span><span class="hl-2">By</span><span class="hl-1">, </span><span class="hl-2">WebDriver</span><span class="hl-1"> } </span><span class="hl-0">from</span><span class="hl-1"> </span><span class="hl-3">'selenium-webdriver'</span><span class="hl-1">;</span><br/><span class="hl-0">import</span><span class="hl-1"> { </span><span class="hl-2">findInputText</span><span class="hl-1"> } </span><span class="hl-0">from</span><span class="hl-1"> </span><span class="hl-3">'@oracle/oraclejet-core-pack/webdriver'</span><span class="hl-1">;</span><br/><br/><span class="hl-6">describe</span><span class="hl-1">(</span><span class="hl-3">'My app'</span><span class="hl-1">, () </span><span class="hl-4">=></span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-4">let</span><span class="hl-1"> </span><span class="hl-2">driver</span><span class="hl-1">: </span><span class="hl-7">WebDriver</span><span class="hl-1">;</span><br/><br/><span class="hl-1"> </span><span class="hl-6">before</span><span class="hl-1">(() </span><span class="hl-4">=></span><span class="hl-1"> ... );</span><br/><br/><span class="hl-1"> </span><span class="hl-6">it</span><span class="hl-1">(</span><span class="hl-3">'changes an input value'</span><span class="hl-1">, </span><span class="hl-4">async</span><span class="hl-1"> () </span><span class="hl-4">=></span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-4">const</span><span class="hl-1"> </span><span class="hl-5">input</span><span class="hl-1"> = </span><span class="hl-0">await</span><span class="hl-1"> </span><span class="hl-6">findInputText</span><span class="hl-1">(</span><span class="hl-2">driver</span><span class="hl-1">, </span><span class="hl-2">By</span><span class="hl-1">.</span><span class="hl-6">id</span><span class="hl-1">(</span><span class="hl-3">'my-input-1'</span><span class="hl-1">));</span><br/><span class="hl-1"> </span><span class="hl-0">await</span><span class="hl-1"> </span><span class="hl-2">input</span><span class="hl-1">.</span><span class="hl-6">changeValue</span><span class="hl-1">(</span><span class="hl-3">'Hello, world!'</span><span class="hl-1">);</span><br/><span class="hl-1"> });</span><br/><span class="hl-1">});</span>
|
|
15
|
+
</code></pre>
|
|
16
|
+
</div></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class="current"><a href="modules.html">Exports</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="tsd-kind-class"><a href="classes/AvatarWebElement.html" class="tsd-kind-icon">Avatar<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/ButtonWebElement.html" class="tsd-kind-icon">Button<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/CollapsibleWebElement.html" class="tsd-kind-icon">Collapsible<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/FilePickerWebElement.html" class="tsd-kind-icon">File<wbr/>Picker<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/InputNumberWebElement.html" class="tsd-kind-icon">Input<wbr/>Number<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/InputPasswordWebElement.html" class="tsd-kind-icon">Input<wbr/>Password<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/InputTextWebElement.html" class="tsd-kind-icon">Input<wbr/>Text<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/ListItemLayoutWebElement.html" class="tsd-kind-icon">List<wbr/>Item<wbr/>Layout<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/MessageToastWebElement.html" class="tsd-kind-icon">Message<wbr/>Toast<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/MeterBarWebElement.html" class="tsd-kind-icon">Meter<wbr/>Bar<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/MeterCircleWebElement.html" class="tsd-kind-icon">Meter<wbr/>Circle<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/ProgressBarWebElement.html" class="tsd-kind-icon">Progress<wbr/>Bar<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/ProgressCircleWebElement.html" class="tsd-kind-icon">Progress<wbr/>Circle<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/RatingGaugeWebElement.html" class="tsd-kind-icon">Rating<wbr/>Gauge<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/SelectMultipleWebElement.html" class="tsd-kind-icon">Select<wbr/>Multiple<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/SelectSingleWebElement.html" class="tsd-kind-icon">Select<wbr/>Single<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/SplitMenuButtonWebElement.html" class="tsd-kind-icon">Split<wbr/>Menu<wbr/>Button<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/TextAreaWebElement.html" class="tsd-kind-icon">Text<wbr/>Area<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-function"><a href="modules.html#findAvatar" class="tsd-kind-icon">find<wbr/>Avatar</a></li><li class="tsd-kind-function"><a href="modules.html#findButton" class="tsd-kind-icon">find<wbr/>Button</a></li><li class="tsd-kind-function"><a href="modules.html#findCollapsible" class="tsd-kind-icon">find<wbr/>Collapsible</a></li><li class="tsd-kind-function"><a href="modules.html#findFilePicker" class="tsd-kind-icon">find<wbr/>File<wbr/>Picker</a></li><li class="tsd-kind-function"><a href="modules.html#findInputNumber" class="tsd-kind-icon">find<wbr/>Input<wbr/>Number</a></li><li class="tsd-kind-function"><a href="modules.html#findInputPassword" class="tsd-kind-icon">find<wbr/>Input<wbr/>Password</a></li><li class="tsd-kind-function"><a href="modules.html#findInputText" class="tsd-kind-icon">find<wbr/>Input<wbr/>Text</a></li><li class="tsd-kind-function"><a href="modules.html#findListItemLayout" class="tsd-kind-icon">find<wbr/>List<wbr/>Item<wbr/>Layout</a></li><li class="tsd-kind-function"><a href="modules.html#findMessageToast" class="tsd-kind-icon">find<wbr/>Message<wbr/>Toast</a></li><li class="tsd-kind-function"><a href="modules.html#findMeterBar" class="tsd-kind-icon">find<wbr/>Meter<wbr/>Bar</a></li><li class="tsd-kind-function"><a href="modules.html#findMeterCircle" class="tsd-kind-icon">find<wbr/>Meter<wbr/>Circle</a></li><li class="tsd-kind-function"><a href="modules.html#findProgressBar" class="tsd-kind-icon">find<wbr/>Progress<wbr/>Bar</a></li><li class="tsd-kind-function"><a href="modules.html#findProgressCircle" class="tsd-kind-icon">find<wbr/>Progress<wbr/>Circle</a></li><li class="tsd-kind-function"><a href="modules.html#findRatingGauge" class="tsd-kind-icon">find<wbr/>Rating<wbr/>Gauge</a></li><li class="tsd-kind-function"><a href="modules.html#findSelectMultiple" class="tsd-kind-icon">find<wbr/>Select<wbr/>Multiple</a></li><li class="tsd-kind-function"><a href="modules.html#findSelectSingle" class="tsd-kind-icon">find<wbr/>Select<wbr/>Single</a></li><li class="tsd-kind-function"><a href="modules.html#findSplitMenuButton" class="tsd-kind-icon">find<wbr/>Split<wbr/>Menu<wbr/>Button</a></li><li class="tsd-kind-function"><a href="modules.html#findTextArea" class="tsd-kind-icon">find<wbr/>Text<wbr/>Area</a></li></ul></nav></div></div></div><footer class="with-border-bottom"><div class="container"><h2>Legend</h2><div class="tsd-legend-group"><ul class="tsd-legend"><li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="assets/main.js"></script></body></html>
|
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="default"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>@oracle/oraclejet-core-pack</title><meta name="description" content="Documentation for @oracle/oraclejet-core-pack"/><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 async src="assets/search.js" id="search-script"></script></head><body><script>document.body.classList.add(localStorage.getItem("tsd-theme") || "os")</script><header><div class="tsd-page-toolbar"><div class="container"><div class="table-wrap"><div class="table-cell" id="tsd-search" data-base="."><div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption">Search</label><input type="text" id="tsd-search-field"/></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="index.html" class="title">@oracle/oraclejet-core-pack</a></div><div class="table-cell" id="tsd-widgets"><div id="tsd-filter"><a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a><div class="tsd-filter-group"><div class="tsd-select" id="tsd-filter-visibility"><span class="tsd-select-label">All</span><ul class="tsd-select-list"><li data-value="public">Public</li><li data-value="protected">Public/Protected</li><li data-value="private" class="selected">All</li></ul></div> <input type="checkbox" id="tsd-filter-inherited" checked/><label class="tsd-widget" for="tsd-filter-inherited">Inherited</label><input type="checkbox" id="tsd-filter-externals" checked/><label class="tsd-widget" for="tsd-filter-externals">Externals</label></div></div><a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a></div></div></div></div><div class="tsd-page-title"><div class="container"><h1>@oracle/oraclejet-core-pack </h1></div></div></header><div class="container container-main"><div class="row"><div class="col-8 col-content"><section class="tsd-panel-group tsd-index-group"><h2>Index</h2><section class="tsd-panel tsd-index-panel"><div class="tsd-index-content"><section class="tsd-index-section "><h3>Classes</h3><ul class="tsd-index-list"><li class="tsd-kind-class"><a href="classes/AvatarWebElement.html" class="tsd-kind-icon">Avatar<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/ButtonWebElement.html" class="tsd-kind-icon">Button<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/CollapsibleWebElement.html" class="tsd-kind-icon">Collapsible<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/FilePickerWebElement.html" class="tsd-kind-icon">File<wbr/>Picker<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/InputNumberWebElement.html" class="tsd-kind-icon">Input<wbr/>Number<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/InputPasswordWebElement.html" class="tsd-kind-icon">Input<wbr/>Password<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/InputTextWebElement.html" class="tsd-kind-icon">Input<wbr/>Text<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/ListItemLayoutWebElement.html" class="tsd-kind-icon">List<wbr/>Item<wbr/>Layout<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/MessageToastWebElement.html" class="tsd-kind-icon">Message<wbr/>Toast<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/MeterBarWebElement.html" class="tsd-kind-icon">Meter<wbr/>Bar<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/MeterCircleWebElement.html" class="tsd-kind-icon">Meter<wbr/>Circle<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/ProgressBarWebElement.html" class="tsd-kind-icon">Progress<wbr/>Bar<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/ProgressCircleWebElement.html" class="tsd-kind-icon">Progress<wbr/>Circle<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/RatingGaugeWebElement.html" class="tsd-kind-icon">Rating<wbr/>Gauge<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/SelectMultipleWebElement.html" class="tsd-kind-icon">Select<wbr/>Multiple<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/SelectSingleWebElement.html" class="tsd-kind-icon">Select<wbr/>Single<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/SplitMenuButtonWebElement.html" class="tsd-kind-icon">Split<wbr/>Menu<wbr/>Button<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/TextAreaWebElement.html" class="tsd-kind-icon">Text<wbr/>Area<wbr/>Web<wbr/>Element</a></li></ul></section><section class="tsd-index-section "><h3>Functions</h3><ul class="tsd-index-list"><li class="tsd-kind-function"><a href="modules.html#findAvatar" class="tsd-kind-icon">find<wbr/>Avatar</a></li><li class="tsd-kind-function"><a href="modules.html#findButton" class="tsd-kind-icon">find<wbr/>Button</a></li><li class="tsd-kind-function"><a href="modules.html#findCollapsible" class="tsd-kind-icon">find<wbr/>Collapsible</a></li><li class="tsd-kind-function"><a href="modules.html#findFilePicker" class="tsd-kind-icon">find<wbr/>File<wbr/>Picker</a></li><li class="tsd-kind-function"><a href="modules.html#findInputNumber" class="tsd-kind-icon">find<wbr/>Input<wbr/>Number</a></li><li class="tsd-kind-function"><a href="modules.html#findInputPassword" class="tsd-kind-icon">find<wbr/>Input<wbr/>Password</a></li><li class="tsd-kind-function"><a href="modules.html#findInputText" class="tsd-kind-icon">find<wbr/>Input<wbr/>Text</a></li><li class="tsd-kind-function"><a href="modules.html#findListItemLayout" class="tsd-kind-icon">find<wbr/>List<wbr/>Item<wbr/>Layout</a></li><li class="tsd-kind-function"><a href="modules.html#findMessageToast" class="tsd-kind-icon">find<wbr/>Message<wbr/>Toast</a></li><li class="tsd-kind-function"><a href="modules.html#findMeterBar" class="tsd-kind-icon">find<wbr/>Meter<wbr/>Bar</a></li><li class="tsd-kind-function"><a href="modules.html#findMeterCircle" class="tsd-kind-icon">find<wbr/>Meter<wbr/>Circle</a></li><li class="tsd-kind-function"><a href="modules.html#findProgressBar" class="tsd-kind-icon">find<wbr/>Progress<wbr/>Bar</a></li><li class="tsd-kind-function"><a href="modules.html#findProgressCircle" class="tsd-kind-icon">find<wbr/>Progress<wbr/>Circle</a></li><li class="tsd-kind-function"><a href="modules.html#findRatingGauge" class="tsd-kind-icon">find<wbr/>Rating<wbr/>Gauge</a></li><li class="tsd-kind-function"><a href="modules.html#findSelectMultiple" class="tsd-kind-icon">find<wbr/>Select<wbr/>Multiple</a></li><li class="tsd-kind-function"><a href="modules.html#findSelectSingle" class="tsd-kind-icon">find<wbr/>Select<wbr/>Single</a></li><li class="tsd-kind-function"><a href="modules.html#findSplitMenuButton" class="tsd-kind-icon">find<wbr/>Split<wbr/>Menu<wbr/>Button</a></li><li class="tsd-kind-function"><a href="modules.html#findTextArea" class="tsd-kind-icon">find<wbr/>Text<wbr/>Area</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Functions</h2><section class="tsd-panel tsd-member tsd-kind-function"><a id="findAvatar" class="tsd-anchor"></a><h3 class="tsd-anchor-link">find<wbr/>Avatar<a href="#findAvatar" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-function"><li class="tsd-signature tsd-kind-icon">find<wbr/>Avatar<span class="tsd-signature-symbol">(</span>driver<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">DriverLike</span>, by<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">By</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="classes/AvatarWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">AvatarWebElement</a><span class="tsd-signature-symbol">></span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><div class="tsd-comment tsd-typography"><div class="lead">
|
|
2
|
+
<p>Retrieve an instance of <a href="classes/AvatarWebElement.html">AvatarWebElement</a>.</p>
|
|
3
|
+
</div><dl class="tsd-comment-tags"><dt>example</dt><dd><pre><code class="language-javascript"><span class="hl-0">import</span><span class="hl-1"> { </span><span class="hl-2">findAvatar</span><span class="hl-1"> } </span><span class="hl-0">from</span><span class="hl-1"> </span><span class="hl-3">'@oracle/oraclejet-core-pack/webdriver'</span><span class="hl-1">;</span><br/><span class="hl-4">const</span><span class="hl-1"> </span><span class="hl-5">el</span><span class="hl-1"> = </span><span class="hl-0">await</span><span class="hl-1"> </span><span class="hl-6">findAvatar</span><span class="hl-1">(</span><span class="hl-2">driver</span><span class="hl-1">, </span><span class="hl-2">By</span><span class="hl-1">.</span><span class="hl-6">id</span><span class="hl-1">(</span><span class="hl-3">'my-oj-c-avatar'</span><span class="hl-1">));</span>
|
|
4
|
+
</code></pre>
|
|
5
|
+
</dd></dl></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>driver: <span class="tsd-signature-type">DriverLike</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
6
|
+
<p>A WebDriver/WebElement instance from where the element will be
|
|
7
|
+
searched. If WebDriver is passed, the element will be searched globally in the
|
|
8
|
+
document. If WebElement is passed, the search will be relative to this element.</p>
|
|
9
|
+
</div></div></li><li><h5>by: <span class="tsd-signature-type">By</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
10
|
+
<p>The locator with which to find the element</p>
|
|
11
|
+
</div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="classes/AvatarWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">AvatarWebElement</a><span class="tsd-signature-symbol">></span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-function"><a id="findButton" class="tsd-anchor"></a><h3 class="tsd-anchor-link">find<wbr/>Button<a href="#findButton" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-function"><li class="tsd-signature tsd-kind-icon">find<wbr/>Button<span class="tsd-signature-symbol">(</span>driver<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">DriverLike</span>, by<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">By</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="classes/ButtonWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">ButtonWebElement</a><span class="tsd-signature-symbol">></span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><div class="tsd-comment tsd-typography"><div class="lead">
|
|
12
|
+
<p>Retrieve an instance of <a href="classes/ButtonWebElement.html">ButtonWebElement</a>.</p>
|
|
13
|
+
</div><dl class="tsd-comment-tags"><dt>example</dt><dd><pre><code class="language-javascript"><span class="hl-0">import</span><span class="hl-1"> { </span><span class="hl-2">findButton</span><span class="hl-1"> } </span><span class="hl-0">from</span><span class="hl-1"> </span><span class="hl-3">'@oracle/oraclejet-core-pack/webdriver'</span><span class="hl-1">;</span><br/><span class="hl-4">const</span><span class="hl-1"> </span><span class="hl-5">el</span><span class="hl-1"> = </span><span class="hl-0">await</span><span class="hl-1"> </span><span class="hl-6">findButton</span><span class="hl-1">(</span><span class="hl-2">driver</span><span class="hl-1">, </span><span class="hl-2">By</span><span class="hl-1">.</span><span class="hl-6">id</span><span class="hl-1">(</span><span class="hl-3">'my-oj-c-button'</span><span class="hl-1">));</span>
|
|
14
|
+
</code></pre>
|
|
15
|
+
</dd></dl></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>driver: <span class="tsd-signature-type">DriverLike</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
16
|
+
<p>A WebDriver/WebElement instance from where the element will be
|
|
17
|
+
searched. If WebDriver is passed, the element will be searched globally in the
|
|
18
|
+
document. If WebElement is passed, the search will be relative to this element.</p>
|
|
19
|
+
</div></div></li><li><h5>by: <span class="tsd-signature-type">By</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
20
|
+
<p>The locator with which to find the element</p>
|
|
21
|
+
</div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="classes/ButtonWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">ButtonWebElement</a><span class="tsd-signature-symbol">></span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-function"><a id="findCollapsible" class="tsd-anchor"></a><h3 class="tsd-anchor-link">find<wbr/>Collapsible<a href="#findCollapsible" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-function"><li class="tsd-signature tsd-kind-icon">find<wbr/>Collapsible<span class="tsd-signature-symbol">(</span>driver<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">DriverLike</span>, by<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">By</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="classes/CollapsibleWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">CollapsibleWebElement</a><span class="tsd-signature-symbol">></span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><div class="tsd-comment tsd-typography"><div class="lead">
|
|
22
|
+
<p>Retrieve an instance of <a href="classes/CollapsibleWebElement.html">CollapsibleWebElement</a>.</p>
|
|
23
|
+
</div><dl class="tsd-comment-tags"><dt>example</dt><dd><pre><code class="language-javascript"><span class="hl-0">import</span><span class="hl-1"> { </span><span class="hl-2">findCollapsible</span><span class="hl-1"> } </span><span class="hl-0">from</span><span class="hl-1"> </span><span class="hl-3">'@oracle/oraclejet-core-pack/webdriver'</span><span class="hl-1">;</span><br/><span class="hl-4">const</span><span class="hl-1"> </span><span class="hl-5">el</span><span class="hl-1"> = </span><span class="hl-0">await</span><span class="hl-1"> </span><span class="hl-6">findCollapsible</span><span class="hl-1">(</span><span class="hl-2">driver</span><span class="hl-1">, </span><span class="hl-2">By</span><span class="hl-1">.</span><span class="hl-6">id</span><span class="hl-1">(</span><span class="hl-3">'my-oj-c-collapsible'</span><span class="hl-1">));</span>
|
|
24
|
+
</code></pre>
|
|
25
|
+
</dd></dl></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>driver: <span class="tsd-signature-type">DriverLike</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
26
|
+
<p>A WebDriver/WebElement instance from where the element will be
|
|
27
|
+
searched. If WebDriver is passed, the element will be searched globally in the
|
|
28
|
+
document. If WebElement is passed, the search will be relative to this element.</p>
|
|
29
|
+
</div></div></li><li><h5>by: <span class="tsd-signature-type">By</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
30
|
+
<p>The locator with which to find the element</p>
|
|
31
|
+
</div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="classes/CollapsibleWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">CollapsibleWebElement</a><span class="tsd-signature-symbol">></span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-function"><a id="findFilePicker" class="tsd-anchor"></a><h3 class="tsd-anchor-link">find<wbr/>File<wbr/>Picker<a href="#findFilePicker" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-function"><li class="tsd-signature tsd-kind-icon">find<wbr/>File<wbr/>Picker<span class="tsd-signature-symbol">(</span>driver<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">DriverLike</span>, by<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">By</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="classes/FilePickerWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">FilePickerWebElement</a><span class="tsd-signature-symbol">></span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><div class="tsd-comment tsd-typography"><div class="lead">
|
|
32
|
+
<p>Retrieve an instance of <a href="classes/FilePickerWebElement.html">FilePickerWebElement</a>.</p>
|
|
33
|
+
</div><dl class="tsd-comment-tags"><dt>example</dt><dd><pre><code class="language-javascript"><span class="hl-0">import</span><span class="hl-1"> { </span><span class="hl-2">findFilePicker</span><span class="hl-1"> } </span><span class="hl-0">from</span><span class="hl-1"> </span><span class="hl-3">'@oracle/oraclejet-core-pack/webdriver'</span><span class="hl-1">;</span><br/><span class="hl-4">const</span><span class="hl-1"> </span><span class="hl-5">el</span><span class="hl-1"> = </span><span class="hl-0">await</span><span class="hl-1"> </span><span class="hl-6">findFilePicker</span><span class="hl-1">(</span><span class="hl-2">driver</span><span class="hl-1">, </span><span class="hl-2">By</span><span class="hl-1">.</span><span class="hl-6">id</span><span class="hl-1">(</span><span class="hl-3">'my-oj-c-file-picker'</span><span class="hl-1">));</span>
|
|
34
|
+
</code></pre>
|
|
35
|
+
</dd></dl></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>driver: <span class="tsd-signature-type">DriverLike</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
36
|
+
<p>A WebDriver/WebElement instance from where the element will be
|
|
37
|
+
searched. If WebDriver is passed, the element will be searched globally in the
|
|
38
|
+
document. If WebElement is passed, the search will be relative to this element.</p>
|
|
39
|
+
</div></div></li><li><h5>by: <span class="tsd-signature-type">By</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
40
|
+
<p>The locator with which to find the element</p>
|
|
41
|
+
</div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="classes/FilePickerWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">FilePickerWebElement</a><span class="tsd-signature-symbol">></span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-function"><a id="findInputNumber" class="tsd-anchor"></a><h3 class="tsd-anchor-link">find<wbr/>Input<wbr/>Number<a href="#findInputNumber" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-function"><li class="tsd-signature tsd-kind-icon">find<wbr/>Input<wbr/>Number<span class="tsd-signature-symbol">(</span>driver<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">DriverLike</span>, by<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">By</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="classes/InputNumberWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">InputNumberWebElement</a><span class="tsd-signature-symbol">></span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><div class="tsd-comment tsd-typography"><div class="lead">
|
|
42
|
+
<p>Retrieve an instance of <a href="classes/InputNumberWebElement.html">InputNumberWebElement</a>.</p>
|
|
43
|
+
</div><dl class="tsd-comment-tags"><dt>example</dt><dd><pre><code class="language-javascript"><span class="hl-0">import</span><span class="hl-1"> { </span><span class="hl-2">findInputNumber</span><span class="hl-1"> } </span><span class="hl-0">from</span><span class="hl-1"> </span><span class="hl-3">'@oracle/oraclejet-core-pack/webdriver'</span><span class="hl-1">;</span><br/><span class="hl-4">const</span><span class="hl-1"> </span><span class="hl-5">el</span><span class="hl-1"> = </span><span class="hl-0">await</span><span class="hl-1"> </span><span class="hl-6">findInputNumber</span><span class="hl-1">(</span><span class="hl-2">driver</span><span class="hl-1">, </span><span class="hl-2">By</span><span class="hl-1">.</span><span class="hl-6">id</span><span class="hl-1">(</span><span class="hl-3">'my-oj-c-input-number'</span><span class="hl-1">));</span>
|
|
44
|
+
</code></pre>
|
|
45
|
+
</dd></dl></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>driver: <span class="tsd-signature-type">DriverLike</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
46
|
+
<p>A WebDriver/WebElement instance from where the element will be
|
|
47
|
+
searched. If WebDriver is passed, the element will be searched globally in the
|
|
48
|
+
document. If WebElement is passed, the search will be relative to this element.</p>
|
|
49
|
+
</div></div></li><li><h5>by: <span class="tsd-signature-type">By</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
50
|
+
<p>The locator with which to find the element</p>
|
|
51
|
+
</div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="classes/InputNumberWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">InputNumberWebElement</a><span class="tsd-signature-symbol">></span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-function"><a id="findInputPassword" class="tsd-anchor"></a><h3 class="tsd-anchor-link">find<wbr/>Input<wbr/>Password<a href="#findInputPassword" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-function"><li class="tsd-signature tsd-kind-icon">find<wbr/>Input<wbr/>Password<span class="tsd-signature-symbol">(</span>driver<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">DriverLike</span>, by<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">By</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="classes/InputPasswordWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">InputPasswordWebElement</a><span class="tsd-signature-symbol">></span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><div class="tsd-comment tsd-typography"><div class="lead">
|
|
52
|
+
<p>Retrieve an instance of <a href="classes/InputPasswordWebElement.html">InputPasswordWebElement</a>.</p>
|
|
53
|
+
</div><dl class="tsd-comment-tags"><dt>example</dt><dd><pre><code class="language-javascript"><span class="hl-0">import</span><span class="hl-1"> { </span><span class="hl-2">findInputPassword</span><span class="hl-1"> } </span><span class="hl-0">from</span><span class="hl-1"> </span><span class="hl-3">'@oracle/oraclejet-core-pack/webdriver'</span><span class="hl-1">;</span><br/><span class="hl-4">const</span><span class="hl-1"> </span><span class="hl-5">el</span><span class="hl-1"> = </span><span class="hl-0">await</span><span class="hl-1"> </span><span class="hl-6">findInputPassword</span><span class="hl-1">(</span><span class="hl-2">driver</span><span class="hl-1">, </span><span class="hl-2">By</span><span class="hl-1">.</span><span class="hl-6">id</span><span class="hl-1">(</span><span class="hl-3">'my-oj-c-input-password'</span><span class="hl-1">));</span>
|
|
54
|
+
</code></pre>
|
|
55
|
+
</dd></dl></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>driver: <span class="tsd-signature-type">DriverLike</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
56
|
+
<p>A WebDriver/WebElement instance from where the element will be
|
|
57
|
+
searched. If WebDriver is passed, the element will be searched globally in the
|
|
58
|
+
document. If WebElement is passed, the search will be relative to this element.</p>
|
|
59
|
+
</div></div></li><li><h5>by: <span class="tsd-signature-type">By</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
60
|
+
<p>The locator with which to find the element</p>
|
|
61
|
+
</div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="classes/InputPasswordWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">InputPasswordWebElement</a><span class="tsd-signature-symbol">></span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-function"><a id="findInputText" class="tsd-anchor"></a><h3 class="tsd-anchor-link">find<wbr/>Input<wbr/>Text<a href="#findInputText" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-function"><li class="tsd-signature tsd-kind-icon">find<wbr/>Input<wbr/>Text<span class="tsd-signature-symbol">(</span>driver<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">DriverLike</span>, by<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">By</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="classes/InputTextWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">InputTextWebElement</a><span class="tsd-signature-symbol">></span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><div class="tsd-comment tsd-typography"><div class="lead">
|
|
62
|
+
<p>Retrieve an instance of <a href="classes/InputTextWebElement.html">InputTextWebElement</a>.</p>
|
|
63
|
+
</div><dl class="tsd-comment-tags"><dt>example</dt><dd><pre><code class="language-javascript"><span class="hl-0">import</span><span class="hl-1"> { </span><span class="hl-2">findInputText</span><span class="hl-1"> } </span><span class="hl-0">from</span><span class="hl-1"> </span><span class="hl-3">'@oracle/oraclejet-core-pack/webdriver'</span><span class="hl-1">;</span><br/><span class="hl-4">const</span><span class="hl-1"> </span><span class="hl-5">el</span><span class="hl-1"> = </span><span class="hl-0">await</span><span class="hl-1"> </span><span class="hl-6">findInputText</span><span class="hl-1">(</span><span class="hl-2">driver</span><span class="hl-1">, </span><span class="hl-2">By</span><span class="hl-1">.</span><span class="hl-6">id</span><span class="hl-1">(</span><span class="hl-3">'my-oj-c-input-text'</span><span class="hl-1">));</span>
|
|
64
|
+
</code></pre>
|
|
65
|
+
</dd></dl></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>driver: <span class="tsd-signature-type">DriverLike</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
66
|
+
<p>A WebDriver/WebElement instance from where the element will be
|
|
67
|
+
searched. If WebDriver is passed, the element will be searched globally in the
|
|
68
|
+
document. If WebElement is passed, the search will be relative to this element.</p>
|
|
69
|
+
</div></div></li><li><h5>by: <span class="tsd-signature-type">By</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
70
|
+
<p>The locator with which to find the element</p>
|
|
71
|
+
</div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="classes/InputTextWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">InputTextWebElement</a><span class="tsd-signature-symbol">></span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-function"><a id="findListItemLayout" class="tsd-anchor"></a><h3 class="tsd-anchor-link">find<wbr/>List<wbr/>Item<wbr/>Layout<a href="#findListItemLayout" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-function"><li class="tsd-signature tsd-kind-icon">find<wbr/>List<wbr/>Item<wbr/>Layout<span class="tsd-signature-symbol">(</span>driver<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">DriverLike</span>, by<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">By</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="classes/ListItemLayoutWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">ListItemLayoutWebElement</a><span class="tsd-signature-symbol">></span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><div class="tsd-comment tsd-typography"><div class="lead">
|
|
72
|
+
<p>Retrieve an instance of <a href="classes/ListItemLayoutWebElement.html">ListItemLayoutWebElement</a>.</p>
|
|
73
|
+
</div><dl class="tsd-comment-tags"><dt>example</dt><dd><pre><code class="language-javascript"><span class="hl-0">import</span><span class="hl-1"> { </span><span class="hl-2">findListItemLayout</span><span class="hl-1"> } </span><span class="hl-0">from</span><span class="hl-1"> </span><span class="hl-3">'@oracle/oraclejet-core-pack/webdriver'</span><span class="hl-1">;</span><br/><span class="hl-4">const</span><span class="hl-1"> </span><span class="hl-5">el</span><span class="hl-1"> = </span><span class="hl-0">await</span><span class="hl-1"> </span><span class="hl-6">findListItemLayout</span><span class="hl-1">(</span><span class="hl-2">driver</span><span class="hl-1">, </span><span class="hl-2">By</span><span class="hl-1">.</span><span class="hl-6">id</span><span class="hl-1">(</span><span class="hl-3">'my-oj-c-list-item-layout'</span><span class="hl-1">));</span>
|
|
74
|
+
</code></pre>
|
|
75
|
+
</dd></dl></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>driver: <span class="tsd-signature-type">DriverLike</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
76
|
+
<p>A WebDriver/WebElement instance from where the element will be
|
|
77
|
+
searched. If WebDriver is passed, the element will be searched globally in the
|
|
78
|
+
document. If WebElement is passed, the search will be relative to this element.</p>
|
|
79
|
+
</div></div></li><li><h5>by: <span class="tsd-signature-type">By</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
80
|
+
<p>The locator with which to find the element</p>
|
|
81
|
+
</div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="classes/ListItemLayoutWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">ListItemLayoutWebElement</a><span class="tsd-signature-symbol">></span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-function"><a id="findMessageToast" class="tsd-anchor"></a><h3 class="tsd-anchor-link">find<wbr/>Message<wbr/>Toast<a href="#findMessageToast" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-function"><li class="tsd-signature tsd-kind-icon">find<wbr/>Message<wbr/>Toast<span class="tsd-signature-symbol">(</span>driver<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">DriverLike</span>, by<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">By</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="classes/MessageToastWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">MessageToastWebElement</a><span class="tsd-signature-symbol">></span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><div class="tsd-comment tsd-typography"><div class="lead">
|
|
82
|
+
<p>Retrieve an instance of <a href="classes/MessageToastWebElement.html">MessageToastWebElement</a>.</p>
|
|
83
|
+
</div><dl class="tsd-comment-tags"><dt>example</dt><dd><pre><code class="language-javascript"><span class="hl-0">import</span><span class="hl-1"> { </span><span class="hl-2">findMessageToast</span><span class="hl-1"> } </span><span class="hl-0">from</span><span class="hl-1"> </span><span class="hl-3">'@oracle/oraclejet-core-pack/webdriver'</span><span class="hl-1">;</span><br/><span class="hl-4">const</span><span class="hl-1"> </span><span class="hl-5">el</span><span class="hl-1"> = </span><span class="hl-0">await</span><span class="hl-1"> </span><span class="hl-6">findMessageToast</span><span class="hl-1">(</span><span class="hl-2">driver</span><span class="hl-1">, </span><span class="hl-2">By</span><span class="hl-1">.</span><span class="hl-6">id</span><span class="hl-1">(</span><span class="hl-3">'my-oj-c-message-toast'</span><span class="hl-1">));</span>
|
|
84
|
+
</code></pre>
|
|
85
|
+
</dd></dl></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>driver: <span class="tsd-signature-type">DriverLike</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
86
|
+
<p>A WebDriver/WebElement instance from where the element will be
|
|
87
|
+
searched. If WebDriver is passed, the element will be searched globally in the
|
|
88
|
+
document. If WebElement is passed, the search will be relative to this element.</p>
|
|
89
|
+
</div></div></li><li><h5>by: <span class="tsd-signature-type">By</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
90
|
+
<p>The locator with which to find the element</p>
|
|
91
|
+
</div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="classes/MessageToastWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">MessageToastWebElement</a><span class="tsd-signature-symbol">></span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-function"><a id="findMeterBar" class="tsd-anchor"></a><h3 class="tsd-anchor-link">find<wbr/>Meter<wbr/>Bar<a href="#findMeterBar" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-function"><li class="tsd-signature tsd-kind-icon">find<wbr/>Meter<wbr/>Bar<span class="tsd-signature-symbol">(</span>driver<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">DriverLike</span>, by<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">By</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="classes/MeterBarWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">MeterBarWebElement</a><span class="tsd-signature-symbol">></span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><div class="tsd-comment tsd-typography"><div class="lead">
|
|
92
|
+
<p>Retrieve an instance of <a href="classes/MeterBarWebElement.html">MeterBarWebElement</a>.</p>
|
|
93
|
+
</div><dl class="tsd-comment-tags"><dt>example</dt><dd><pre><code class="language-javascript"><span class="hl-0">import</span><span class="hl-1"> { </span><span class="hl-2">findMeterBar</span><span class="hl-1"> } </span><span class="hl-0">from</span><span class="hl-1"> </span><span class="hl-3">'@oracle/oraclejet-core-pack/webdriver'</span><span class="hl-1">;</span><br/><span class="hl-4">const</span><span class="hl-1"> </span><span class="hl-5">el</span><span class="hl-1"> = </span><span class="hl-0">await</span><span class="hl-1"> </span><span class="hl-6">findMeterBar</span><span class="hl-1">(</span><span class="hl-2">driver</span><span class="hl-1">, </span><span class="hl-2">By</span><span class="hl-1">.</span><span class="hl-6">id</span><span class="hl-1">(</span><span class="hl-3">'my-oj-c-meter-bar'</span><span class="hl-1">));</span>
|
|
94
|
+
</code></pre>
|
|
95
|
+
</dd></dl></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>driver: <span class="tsd-signature-type">DriverLike</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
96
|
+
<p>A WebDriver/WebElement instance from where the element will be
|
|
97
|
+
searched. If WebDriver is passed, the element will be searched globally in the
|
|
98
|
+
document. If WebElement is passed, the search will be relative to this element.</p>
|
|
99
|
+
</div></div></li><li><h5>by: <span class="tsd-signature-type">By</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
100
|
+
<p>The locator with which to find the element</p>
|
|
101
|
+
</div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="classes/MeterBarWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">MeterBarWebElement</a><span class="tsd-signature-symbol">></span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-function"><a id="findMeterCircle" class="tsd-anchor"></a><h3 class="tsd-anchor-link">find<wbr/>Meter<wbr/>Circle<a href="#findMeterCircle" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-function"><li class="tsd-signature tsd-kind-icon">find<wbr/>Meter<wbr/>Circle<span class="tsd-signature-symbol">(</span>driver<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">DriverLike</span>, by<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">By</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="classes/MeterCircleWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">MeterCircleWebElement</a><span class="tsd-signature-symbol">></span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><div class="tsd-comment tsd-typography"><div class="lead">
|
|
102
|
+
<p>Retrieve an instance of <a href="classes/MeterCircleWebElement.html">MeterCircleWebElement</a>.</p>
|
|
103
|
+
</div><dl class="tsd-comment-tags"><dt>example</dt><dd><pre><code class="language-javascript"><span class="hl-0">import</span><span class="hl-1"> { </span><span class="hl-2">findMeterCircle</span><span class="hl-1"> } </span><span class="hl-0">from</span><span class="hl-1"> </span><span class="hl-3">'@oracle/oraclejet-core-pack/webdriver'</span><span class="hl-1">;</span><br/><span class="hl-4">const</span><span class="hl-1"> </span><span class="hl-5">el</span><span class="hl-1"> = </span><span class="hl-0">await</span><span class="hl-1"> </span><span class="hl-6">findMeterCircle</span><span class="hl-1">(</span><span class="hl-2">driver</span><span class="hl-1">, </span><span class="hl-2">By</span><span class="hl-1">.</span><span class="hl-6">id</span><span class="hl-1">(</span><span class="hl-3">'my-oj-c-meter-circle'</span><span class="hl-1">));</span>
|
|
104
|
+
</code></pre>
|
|
105
|
+
</dd></dl></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>driver: <span class="tsd-signature-type">DriverLike</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
106
|
+
<p>A WebDriver/WebElement instance from where the element will be
|
|
107
|
+
searched. If WebDriver is passed, the element will be searched globally in the
|
|
108
|
+
document. If WebElement is passed, the search will be relative to this element.</p>
|
|
109
|
+
</div></div></li><li><h5>by: <span class="tsd-signature-type">By</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
110
|
+
<p>The locator with which to find the element</p>
|
|
111
|
+
</div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="classes/MeterCircleWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">MeterCircleWebElement</a><span class="tsd-signature-symbol">></span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-function"><a id="findProgressBar" class="tsd-anchor"></a><h3 class="tsd-anchor-link">find<wbr/>Progress<wbr/>Bar<a href="#findProgressBar" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-function"><li class="tsd-signature tsd-kind-icon">find<wbr/>Progress<wbr/>Bar<span class="tsd-signature-symbol">(</span>driver<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">DriverLike</span>, by<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">By</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="classes/ProgressBarWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">ProgressBarWebElement</a><span class="tsd-signature-symbol">></span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><div class="tsd-comment tsd-typography"><div class="lead">
|
|
112
|
+
<p>Retrieve an instance of <a href="classes/ProgressBarWebElement.html">ProgressBarWebElement</a>.</p>
|
|
113
|
+
</div><dl class="tsd-comment-tags"><dt>example</dt><dd><pre><code class="language-javascript"><span class="hl-0">import</span><span class="hl-1"> { </span><span class="hl-2">findProgressBar</span><span class="hl-1"> } </span><span class="hl-0">from</span><span class="hl-1"> </span><span class="hl-3">'@oracle/oraclejet-core-pack/webdriver'</span><span class="hl-1">;</span><br/><span class="hl-4">const</span><span class="hl-1"> </span><span class="hl-5">el</span><span class="hl-1"> = </span><span class="hl-0">await</span><span class="hl-1"> </span><span class="hl-6">findProgressBar</span><span class="hl-1">(</span><span class="hl-2">driver</span><span class="hl-1">, </span><span class="hl-2">By</span><span class="hl-1">.</span><span class="hl-6">id</span><span class="hl-1">(</span><span class="hl-3">'my-oj-c-progress-bar'</span><span class="hl-1">));</span>
|
|
114
|
+
</code></pre>
|
|
115
|
+
</dd></dl></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>driver: <span class="tsd-signature-type">DriverLike</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
116
|
+
<p>A WebDriver/WebElement instance from where the element will be
|
|
117
|
+
searched. If WebDriver is passed, the element will be searched globally in the
|
|
118
|
+
document. If WebElement is passed, the search will be relative to this element.</p>
|
|
119
|
+
</div></div></li><li><h5>by: <span class="tsd-signature-type">By</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
120
|
+
<p>The locator with which to find the element</p>
|
|
121
|
+
</div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="classes/ProgressBarWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">ProgressBarWebElement</a><span class="tsd-signature-symbol">></span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-function"><a id="findProgressCircle" class="tsd-anchor"></a><h3 class="tsd-anchor-link">find<wbr/>Progress<wbr/>Circle<a href="#findProgressCircle" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-function"><li class="tsd-signature tsd-kind-icon">find<wbr/>Progress<wbr/>Circle<span class="tsd-signature-symbol">(</span>driver<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">DriverLike</span>, by<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">By</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="classes/ProgressCircleWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">ProgressCircleWebElement</a><span class="tsd-signature-symbol">></span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><div class="tsd-comment tsd-typography"><div class="lead">
|
|
122
|
+
<p>Retrieve an instance of <a href="classes/ProgressCircleWebElement.html">ProgressCircleWebElement</a>.</p>
|
|
123
|
+
</div><dl class="tsd-comment-tags"><dt>example</dt><dd><pre><code class="language-javascript"><span class="hl-0">import</span><span class="hl-1"> { </span><span class="hl-2">findProgressCircle</span><span class="hl-1"> } </span><span class="hl-0">from</span><span class="hl-1"> </span><span class="hl-3">'@oracle/oraclejet-core-pack/webdriver'</span><span class="hl-1">;</span><br/><span class="hl-4">const</span><span class="hl-1"> </span><span class="hl-5">el</span><span class="hl-1"> = </span><span class="hl-0">await</span><span class="hl-1"> </span><span class="hl-6">findProgressCircle</span><span class="hl-1">(</span><span class="hl-2">driver</span><span class="hl-1">, </span><span class="hl-2">By</span><span class="hl-1">.</span><span class="hl-6">id</span><span class="hl-1">(</span><span class="hl-3">'my-oj-c-progress-circle'</span><span class="hl-1">));</span>
|
|
124
|
+
</code></pre>
|
|
125
|
+
</dd></dl></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>driver: <span class="tsd-signature-type">DriverLike</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
126
|
+
<p>A WebDriver/WebElement instance from where the element will be
|
|
127
|
+
searched. If WebDriver is passed, the element will be searched globally in the
|
|
128
|
+
document. If WebElement is passed, the search will be relative to this element.</p>
|
|
129
|
+
</div></div></li><li><h5>by: <span class="tsd-signature-type">By</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
130
|
+
<p>The locator with which to find the element</p>
|
|
131
|
+
</div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="classes/ProgressCircleWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">ProgressCircleWebElement</a><span class="tsd-signature-symbol">></span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-function"><a id="findRatingGauge" class="tsd-anchor"></a><h3 class="tsd-anchor-link">find<wbr/>Rating<wbr/>Gauge<a href="#findRatingGauge" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-function"><li class="tsd-signature tsd-kind-icon">find<wbr/>Rating<wbr/>Gauge<span class="tsd-signature-symbol">(</span>driver<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">DriverLike</span>, by<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">By</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="classes/RatingGaugeWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">RatingGaugeWebElement</a><span class="tsd-signature-symbol">></span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><div class="tsd-comment tsd-typography"><div class="lead">
|
|
132
|
+
<p>Retrieve an instance of <a href="classes/RatingGaugeWebElement.html">RatingGaugeWebElement</a>.</p>
|
|
133
|
+
</div><dl class="tsd-comment-tags"><dt>example</dt><dd><pre><code class="language-javascript"><span class="hl-0">import</span><span class="hl-1"> { </span><span class="hl-2">findRatingGauge</span><span class="hl-1"> } </span><span class="hl-0">from</span><span class="hl-1"> </span><span class="hl-3">'@oracle/oraclejet-core-pack/webdriver'</span><span class="hl-1">;</span><br/><span class="hl-4">const</span><span class="hl-1"> </span><span class="hl-5">el</span><span class="hl-1"> = </span><span class="hl-0">await</span><span class="hl-1"> </span><span class="hl-6">findRatingGauge</span><span class="hl-1">(</span><span class="hl-2">driver</span><span class="hl-1">, </span><span class="hl-2">By</span><span class="hl-1">.</span><span class="hl-6">id</span><span class="hl-1">(</span><span class="hl-3">'my-oj-c-rating-gauge'</span><span class="hl-1">));</span>
|
|
134
|
+
</code></pre>
|
|
135
|
+
</dd></dl></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>driver: <span class="tsd-signature-type">DriverLike</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
136
|
+
<p>A WebDriver/WebElement instance from where the element will be
|
|
137
|
+
searched. If WebDriver is passed, the element will be searched globally in the
|
|
138
|
+
document. If WebElement is passed, the search will be relative to this element.</p>
|
|
139
|
+
</div></div></li><li><h5>by: <span class="tsd-signature-type">By</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
140
|
+
<p>The locator with which to find the element</p>
|
|
141
|
+
</div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="classes/RatingGaugeWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">RatingGaugeWebElement</a><span class="tsd-signature-symbol">></span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-function"><a id="findSelectMultiple" class="tsd-anchor"></a><h3 class="tsd-anchor-link">find<wbr/>Select<wbr/>Multiple<a href="#findSelectMultiple" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-function"><li class="tsd-signature tsd-kind-icon">find<wbr/>Select<wbr/>Multiple<span class="tsd-signature-symbol">(</span>driver<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">DriverLike</span>, by<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">By</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="classes/SelectMultipleWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">SelectMultipleWebElement</a><span class="tsd-signature-symbol">></span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><div class="tsd-comment tsd-typography"><div class="lead">
|
|
142
|
+
<p>Retrieve an instance of <a href="classes/SelectMultipleWebElement.html">SelectMultipleWebElement</a>.</p>
|
|
143
|
+
</div><dl class="tsd-comment-tags"><dt>example</dt><dd><pre><code class="language-javascript"><span class="hl-0">import</span><span class="hl-1"> { </span><span class="hl-2">findSelectMultiple</span><span class="hl-1"> } </span><span class="hl-0">from</span><span class="hl-1"> </span><span class="hl-3">'@oracle/oraclejet-core-pack/webdriver'</span><span class="hl-1">;</span><br/><span class="hl-4">const</span><span class="hl-1"> </span><span class="hl-5">el</span><span class="hl-1"> = </span><span class="hl-0">await</span><span class="hl-1"> </span><span class="hl-6">findSelectMultiple</span><span class="hl-1">(</span><span class="hl-2">driver</span><span class="hl-1">, </span><span class="hl-2">By</span><span class="hl-1">.</span><span class="hl-6">id</span><span class="hl-1">(</span><span class="hl-3">'my-oj-c-select-multiple'</span><span class="hl-1">));</span>
|
|
144
|
+
</code></pre>
|
|
145
|
+
</dd></dl></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>driver: <span class="tsd-signature-type">DriverLike</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
146
|
+
<p>A WebDriver/WebElement instance from where the element will be
|
|
147
|
+
searched. If WebDriver is passed, the element will be searched globally in the
|
|
148
|
+
document. If WebElement is passed, the search will be relative to this element.</p>
|
|
149
|
+
</div></div></li><li><h5>by: <span class="tsd-signature-type">By</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
150
|
+
<p>The locator with which to find the element</p>
|
|
151
|
+
</div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="classes/SelectMultipleWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">SelectMultipleWebElement</a><span class="tsd-signature-symbol">></span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-function"><a id="findSelectSingle" class="tsd-anchor"></a><h3 class="tsd-anchor-link">find<wbr/>Select<wbr/>Single<a href="#findSelectSingle" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-function"><li class="tsd-signature tsd-kind-icon">find<wbr/>Select<wbr/>Single<span class="tsd-signature-symbol">(</span>driver<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">DriverLike</span>, by<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">By</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="classes/SelectSingleWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">SelectSingleWebElement</a><span class="tsd-signature-symbol">></span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><div class="tsd-comment tsd-typography"><div class="lead">
|
|
152
|
+
<p>Retrieve an instance of <a href="classes/SelectSingleWebElement.html">SelectSingleWebElement</a>.</p>
|
|
153
|
+
</div><dl class="tsd-comment-tags"><dt>example</dt><dd><pre><code class="language-javascript"><span class="hl-0">import</span><span class="hl-1"> { </span><span class="hl-2">findSelectSingle</span><span class="hl-1"> } </span><span class="hl-0">from</span><span class="hl-1"> </span><span class="hl-3">'@oracle/oraclejet-core-pack/webdriver'</span><span class="hl-1">;</span><br/><span class="hl-4">const</span><span class="hl-1"> </span><span class="hl-5">el</span><span class="hl-1"> = </span><span class="hl-0">await</span><span class="hl-1"> </span><span class="hl-6">findSelectSingle</span><span class="hl-1">(</span><span class="hl-2">driver</span><span class="hl-1">, </span><span class="hl-2">By</span><span class="hl-1">.</span><span class="hl-6">id</span><span class="hl-1">(</span><span class="hl-3">'my-oj-c-select-single'</span><span class="hl-1">));</span>
|
|
154
|
+
</code></pre>
|
|
155
|
+
</dd></dl></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>driver: <span class="tsd-signature-type">DriverLike</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
156
|
+
<p>A WebDriver/WebElement instance from where the element will be
|
|
157
|
+
searched. If WebDriver is passed, the element will be searched globally in the
|
|
158
|
+
document. If WebElement is passed, the search will be relative to this element.</p>
|
|
159
|
+
</div></div></li><li><h5>by: <span class="tsd-signature-type">By</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
160
|
+
<p>The locator with which to find the element</p>
|
|
161
|
+
</div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="classes/SelectSingleWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">SelectSingleWebElement</a><span class="tsd-signature-symbol">></span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-function"><a id="findSplitMenuButton" class="tsd-anchor"></a><h3 class="tsd-anchor-link">find<wbr/>Split<wbr/>Menu<wbr/>Button<a href="#findSplitMenuButton" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-function"><li class="tsd-signature tsd-kind-icon">find<wbr/>Split<wbr/>Menu<wbr/>Button<span class="tsd-signature-symbol">(</span>driver<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">DriverLike</span>, by<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">By</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="classes/SplitMenuButtonWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">SplitMenuButtonWebElement</a><span class="tsd-signature-symbol">></span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><div class="tsd-comment tsd-typography"><div class="lead">
|
|
162
|
+
<p>Retrieve an instance of <a href="classes/SplitMenuButtonWebElement.html">SplitMenuButtonWebElement</a>.</p>
|
|
163
|
+
</div><dl class="tsd-comment-tags"><dt>example</dt><dd><pre><code class="language-javascript"><span class="hl-0">import</span><span class="hl-1"> { </span><span class="hl-2">findSplitMenuButton</span><span class="hl-1"> } </span><span class="hl-0">from</span><span class="hl-1"> </span><span class="hl-3">'@oracle/oraclejet-core-pack/webdriver'</span><span class="hl-1">;</span><br/><span class="hl-4">const</span><span class="hl-1"> </span><span class="hl-5">el</span><span class="hl-1"> = </span><span class="hl-0">await</span><span class="hl-1"> </span><span class="hl-6">findSplitMenuButton</span><span class="hl-1">(</span><span class="hl-2">driver</span><span class="hl-1">, </span><span class="hl-2">By</span><span class="hl-1">.</span><span class="hl-6">id</span><span class="hl-1">(</span><span class="hl-3">'my-oj-c-split-menu-button'</span><span class="hl-1">));</span>
|
|
164
|
+
</code></pre>
|
|
165
|
+
</dd></dl></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>driver: <span class="tsd-signature-type">DriverLike</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
166
|
+
<p>A WebDriver/WebElement instance from where the element will be
|
|
167
|
+
searched. If WebDriver is passed, the element will be searched globally in the
|
|
168
|
+
document. If WebElement is passed, the search will be relative to this element.</p>
|
|
169
|
+
</div></div></li><li><h5>by: <span class="tsd-signature-type">By</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
170
|
+
<p>The locator with which to find the element</p>
|
|
171
|
+
</div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="classes/SplitMenuButtonWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">SplitMenuButtonWebElement</a><span class="tsd-signature-symbol">></span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-function"><a id="findTextArea" class="tsd-anchor"></a><h3 class="tsd-anchor-link">find<wbr/>Text<wbr/>Area<a href="#findTextArea" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-function"><li class="tsd-signature tsd-kind-icon">find<wbr/>Text<wbr/>Area<span class="tsd-signature-symbol">(</span>driver<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">DriverLike</span>, by<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">By</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="classes/TextAreaWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">TextAreaWebElement</a><span class="tsd-signature-symbol">></span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><div class="tsd-comment tsd-typography"><div class="lead">
|
|
172
|
+
<p>Retrieve an instance of <a href="classes/TextAreaWebElement.html">TextAreaWebElement</a>.</p>
|
|
173
|
+
</div><dl class="tsd-comment-tags"><dt>example</dt><dd><pre><code class="language-javascript"><span class="hl-0">import</span><span class="hl-1"> { </span><span class="hl-2">findTextArea</span><span class="hl-1"> } </span><span class="hl-0">from</span><span class="hl-1"> </span><span class="hl-3">'@oracle/oraclejet-core-pack/webdriver'</span><span class="hl-1">;</span><br/><span class="hl-4">const</span><span class="hl-1"> </span><span class="hl-5">el</span><span class="hl-1"> = </span><span class="hl-0">await</span><span class="hl-1"> </span><span class="hl-6">findTextArea</span><span class="hl-1">(</span><span class="hl-2">driver</span><span class="hl-1">, </span><span class="hl-2">By</span><span class="hl-1">.</span><span class="hl-6">id</span><span class="hl-1">(</span><span class="hl-3">'my-oj-c-text-area'</span><span class="hl-1">));</span>
|
|
174
|
+
</code></pre>
|
|
175
|
+
</dd></dl></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>driver: <span class="tsd-signature-type">DriverLike</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
176
|
+
<p>A WebDriver/WebElement instance from where the element will be
|
|
177
|
+
searched. If WebDriver is passed, the element will be searched globally in the
|
|
178
|
+
document. If WebElement is passed, the search will be relative to this element.</p>
|
|
179
|
+
</div></div></li><li><h5>by: <span class="tsd-signature-type">By</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
180
|
+
<p>The locator with which to find the element</p>
|
|
181
|
+
</div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="classes/TextAreaWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">TextAreaWebElement</a><span class="tsd-signature-symbol">></span></h4></li></ul></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class="current"><a href="modules.html">Exports</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="tsd-kind-class"><a href="classes/AvatarWebElement.html" class="tsd-kind-icon">Avatar<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/ButtonWebElement.html" class="tsd-kind-icon">Button<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/CollapsibleWebElement.html" class="tsd-kind-icon">Collapsible<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/FilePickerWebElement.html" class="tsd-kind-icon">File<wbr/>Picker<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/InputNumberWebElement.html" class="tsd-kind-icon">Input<wbr/>Number<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/InputPasswordWebElement.html" class="tsd-kind-icon">Input<wbr/>Password<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/InputTextWebElement.html" class="tsd-kind-icon">Input<wbr/>Text<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/ListItemLayoutWebElement.html" class="tsd-kind-icon">List<wbr/>Item<wbr/>Layout<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/MessageToastWebElement.html" class="tsd-kind-icon">Message<wbr/>Toast<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/MeterBarWebElement.html" class="tsd-kind-icon">Meter<wbr/>Bar<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/MeterCircleWebElement.html" class="tsd-kind-icon">Meter<wbr/>Circle<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/ProgressBarWebElement.html" class="tsd-kind-icon">Progress<wbr/>Bar<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/ProgressCircleWebElement.html" class="tsd-kind-icon">Progress<wbr/>Circle<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/RatingGaugeWebElement.html" class="tsd-kind-icon">Rating<wbr/>Gauge<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/SelectMultipleWebElement.html" class="tsd-kind-icon">Select<wbr/>Multiple<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/SelectSingleWebElement.html" class="tsd-kind-icon">Select<wbr/>Single<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/SplitMenuButtonWebElement.html" class="tsd-kind-icon">Split<wbr/>Menu<wbr/>Button<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-class"><a href="classes/TextAreaWebElement.html" class="tsd-kind-icon">Text<wbr/>Area<wbr/>Web<wbr/>Element</a></li><li class="tsd-kind-function"><a href="modules.html#findAvatar" class="tsd-kind-icon">find<wbr/>Avatar</a></li><li class="tsd-kind-function"><a href="modules.html#findButton" class="tsd-kind-icon">find<wbr/>Button</a></li><li class="tsd-kind-function"><a href="modules.html#findCollapsible" class="tsd-kind-icon">find<wbr/>Collapsible</a></li><li class="tsd-kind-function"><a href="modules.html#findFilePicker" class="tsd-kind-icon">find<wbr/>File<wbr/>Picker</a></li><li class="tsd-kind-function"><a href="modules.html#findInputNumber" class="tsd-kind-icon">find<wbr/>Input<wbr/>Number</a></li><li class="tsd-kind-function"><a href="modules.html#findInputPassword" class="tsd-kind-icon">find<wbr/>Input<wbr/>Password</a></li><li class="tsd-kind-function"><a href="modules.html#findInputText" class="tsd-kind-icon">find<wbr/>Input<wbr/>Text</a></li><li class="tsd-kind-function"><a href="modules.html#findListItemLayout" class="tsd-kind-icon">find<wbr/>List<wbr/>Item<wbr/>Layout</a></li><li class="tsd-kind-function"><a href="modules.html#findMessageToast" class="tsd-kind-icon">find<wbr/>Message<wbr/>Toast</a></li><li class="tsd-kind-function"><a href="modules.html#findMeterBar" class="tsd-kind-icon">find<wbr/>Meter<wbr/>Bar</a></li><li class="tsd-kind-function"><a href="modules.html#findMeterCircle" class="tsd-kind-icon">find<wbr/>Meter<wbr/>Circle</a></li><li class="tsd-kind-function"><a href="modules.html#findProgressBar" class="tsd-kind-icon">find<wbr/>Progress<wbr/>Bar</a></li><li class="tsd-kind-function"><a href="modules.html#findProgressCircle" class="tsd-kind-icon">find<wbr/>Progress<wbr/>Circle</a></li><li class="tsd-kind-function"><a href="modules.html#findRatingGauge" class="tsd-kind-icon">find<wbr/>Rating<wbr/>Gauge</a></li><li class="tsd-kind-function"><a href="modules.html#findSelectMultiple" class="tsd-kind-icon">find<wbr/>Select<wbr/>Multiple</a></li><li class="tsd-kind-function"><a href="modules.html#findSelectSingle" class="tsd-kind-icon">find<wbr/>Select<wbr/>Single</a></li><li class="tsd-kind-function"><a href="modules.html#findSplitMenuButton" class="tsd-kind-icon">find<wbr/>Split<wbr/>Menu<wbr/>Button</a></li><li class="tsd-kind-function"><a href="modules.html#findTextArea" class="tsd-kind-icon">find<wbr/>Text<wbr/>Area</a></li></ul></nav></div></div></div><footer class="with-border-bottom"><div class="container"><h2>Legend</h2><div class="tsd-legend-group"><ul class="tsd-legend"><li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="assets/main.js"></script></body></html>
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
exports.__esModule = true;
|
|
17
|
+
__exportStar(require("../oj-c/avatar/__webdriver__/"), exports);
|
|
18
|
+
__exportStar(require("../oj-c/button/__webdriver__/"), exports);
|
|
19
|
+
__exportStar(require("../oj-c/collapsible/__webdriver__/"), exports);
|
|
20
|
+
__exportStar(require("../oj-c/file-picker/__webdriver__/"), exports);
|
|
21
|
+
__exportStar(require("../oj-c/input-number/__webdriver__/"), exports);
|
|
22
|
+
__exportStar(require("../oj-c/input-password/__webdriver__/"), exports);
|
|
23
|
+
__exportStar(require("../oj-c/input-text/__webdriver__/"), exports);
|
|
24
|
+
__exportStar(require("../oj-c/list-item-layout/__webdriver__/"), exports);
|
|
25
|
+
__exportStar(require("../oj-c/message-toast/__webdriver__/"), exports);
|
|
26
|
+
__exportStar(require("../oj-c/meter-bar/__webdriver__/"), exports);
|
|
27
|
+
__exportStar(require("../oj-c/meter-circle/__webdriver__/"), exports);
|
|
28
|
+
__exportStar(require("../oj-c/progress-bar/__webdriver__/"), exports);
|
|
29
|
+
__exportStar(require("../oj-c/progress-circle/__webdriver__/"), exports);
|
|
30
|
+
__exportStar(require("../oj-c/rating-gauge/__webdriver__/"), exports);
|
|
31
|
+
__exportStar(require("../oj-c/select-multiple/__webdriver__/"), exports);
|
|
32
|
+
__exportStar(require("../oj-c/select-single/__webdriver__/"), exports);
|
|
33
|
+
__exportStar(require("../oj-c/split-menu-button/__webdriver__/"), exports);
|
|
34
|
+
__exportStar(require("../oj-c/text-area/__webdriver__/"), exports);
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export * from '../oj-c/avatar/__webdriver__/';
|
|
2
|
+
export * from '../oj-c/button/__webdriver__/';
|
|
3
|
+
export * from '../oj-c/collapsible/__webdriver__/';
|
|
4
|
+
export * from '../oj-c/file-picker/__webdriver__/';
|
|
5
|
+
export * from '../oj-c/input-number/__webdriver__/';
|
|
6
|
+
export * from '../oj-c/input-password/__webdriver__/';
|
|
7
|
+
export * from '../oj-c/input-text/__webdriver__/';
|
|
8
|
+
export * from '../oj-c/list-item-layout/__webdriver__/';
|
|
9
|
+
export * from '../oj-c/message-toast/__webdriver__/';
|
|
10
|
+
export * from '../oj-c/meter-bar/__webdriver__/';
|
|
11
|
+
export * from '../oj-c/meter-circle/__webdriver__/';
|
|
12
|
+
export * from '../oj-c/progress-bar/__webdriver__/';
|
|
13
|
+
export * from '../oj-c/progress-circle/__webdriver__/';
|
|
14
|
+
export * from '../oj-c/rating-gauge/__webdriver__/';
|
|
15
|
+
export * from '../oj-c/select-multiple/__webdriver__/';
|
|
16
|
+
export * from '../oj-c/select-single/__webdriver__/';
|
|
17
|
+
export * from '../oj-c/split-menu-button/__webdriver__/';
|
|
18
|
+
export * from '../oj-c/text-area/__webdriver__/';
|