@oracle/oraclejet-core-pack 14.0.6 → 14.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (123) hide show
  1. package/oj-c/Avatar.json +10 -10
  2. package/oj-c/Button.json +30 -19
  3. package/oj-c/Collapsible.json +14 -14
  4. package/oj-c/FilePicker.json +45 -18
  5. package/oj-c/InputNumber.json +53 -53
  6. package/oj-c/InputPassword.json +44 -44
  7. package/oj-c/InputText.json +51 -51
  8. package/oj-c/ListItemLayout.json +16 -16
  9. package/oj-c/MessageToast.json +11 -11
  10. package/oj-c/MeterBar.json +33 -33
  11. package/oj-c/MeterCircle.json +35 -35
  12. package/oj-c/ProgressBar.json +7 -7
  13. package/oj-c/ProgressCircle.json +7 -7
  14. package/oj-c/RatingGauge.json +103 -20
  15. package/oj-c/SelectMultiple.json +41 -41
  16. package/oj-c/SelectSingle.json +55 -55
  17. package/oj-c/SplitMenuButton.json +17 -17
  18. package/oj-c/TextArea.json +46 -46
  19. package/oj-c/avatar/component.json +1 -1
  20. package/oj-c/button/__dev__/button.doc.mdx +32 -0
  21. package/oj-c/button/__webdriver__/test.page.js +8 -0
  22. package/oj-c/button/button.js +1 -1
  23. package/oj-c/button/component.json +7 -2
  24. package/oj-c/collapsible/component.json +1 -1
  25. package/oj-c/component.json +1 -1
  26. package/oj-c/corepackbundle.js +36 -25
  27. package/oj-c/docs/avatar.html +3 -3
  28. package/oj-c/docs/button.html +3 -3
  29. package/oj-c/docs/collapsible.html +3 -3
  30. package/oj-c/docs/file-picker.html +3 -3
  31. package/oj-c/docs/index.html +3 -3
  32. package/oj-c/docs/input-number.html +3 -3
  33. package/oj-c/docs/input-password.html +3 -3
  34. package/oj-c/docs/input-text.html +3 -3
  35. package/oj-c/docs/jsDocMd.json +1 -1
  36. package/oj-c/docs/list-item-layout.html +3 -3
  37. package/oj-c/docs/message-toast.html +3 -3
  38. package/oj-c/docs/meter-bar.html +3 -3
  39. package/oj-c/docs/meter-circle.html +3 -3
  40. package/oj-c/docs/oj-c.Avatar.html +3 -3
  41. package/oj-c/docs/oj-c.Button.html +22 -5
  42. package/oj-c/docs/oj-c.Collapsible.html +3 -3
  43. package/oj-c/docs/oj-c.FilePicker.html +80 -9
  44. package/oj-c/docs/oj-c.InputNumber.html +3 -3
  45. package/oj-c/docs/oj-c.InputPassword.html +3 -3
  46. package/oj-c/docs/oj-c.InputText.html +3 -3
  47. package/oj-c/docs/oj-c.ListItemLayout.html +3 -3
  48. package/oj-c/docs/oj-c.MessageToast.html +3 -3
  49. package/oj-c/docs/oj-c.MeterBar.html +8 -6
  50. package/oj-c/docs/oj-c.MeterCircle.html +8 -6
  51. package/oj-c/docs/oj-c.ProgressBar.html +3 -3
  52. package/oj-c/docs/oj-c.ProgressCircle.html +3 -3
  53. package/oj-c/docs/oj-c.RatingGauge.html +304 -3
  54. package/oj-c/docs/oj-c.SelectMultiple.html +3 -3
  55. package/oj-c/docs/oj-c.SelectSingle.html +3 -3
  56. package/oj-c/docs/oj-c.SplitMenuButton.html +3 -3
  57. package/oj-c/docs/oj-c.TextArea.html +3 -3
  58. package/oj-c/docs/progress-bar.html +3 -3
  59. package/oj-c/docs/progress-circle.html +3 -3
  60. package/oj-c/docs/rating-gauge.html +3 -3
  61. package/oj-c/docs/select-multiple.html +3 -3
  62. package/oj-c/docs/select-single.html +3 -3
  63. package/oj-c/docs/split-menu-button.html +3 -3
  64. package/oj-c/docs/text-area.html +3 -3
  65. package/oj-c/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators.js +4 -2
  66. package/oj-c/file-picker/component.json +33 -4
  67. package/oj-c/input-number/component.json +1 -1
  68. package/oj-c/input-password/component.json +1 -1
  69. package/oj-c/input-text/__webdriver__/test.page.js +8 -0
  70. package/oj-c/input-text/component.json +1 -1
  71. package/oj-c/list-item-layout/component.json +1 -1
  72. package/oj-c/message-toast/component.json +1 -1
  73. package/oj-c/metadata/allComponents.json +155 -40
  74. package/oj-c/meter-bar/component.json +24 -1
  75. package/oj-c/meter-circle/component.json +23 -1
  76. package/oj-c/min/button.js +1 -1
  77. package/oj-c/min/button.js.map +1 -1
  78. package/oj-c/min/corepackbundle.js +5 -5
  79. package/oj-c/min/corepackbundle.js.map +1 -1
  80. package/oj-c/min/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators.d.ts +1 -1
  81. package/oj-c/min/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators.js +4 -2
  82. package/oj-c/min/file-picker.js +1 -1
  83. package/oj-c/min/file-picker.js.map +1 -1
  84. package/oj-c/min/input-number.js +1 -1
  85. package/oj-c/min/input-number.js.map +1 -1
  86. package/oj-c/min/input-password.js +1 -1
  87. package/oj-c/min/input-password.js.map +1 -1
  88. package/oj-c/min/input-text.js +1 -1
  89. package/oj-c/min/input-text.js.map +1 -1
  90. package/oj-c/min/meter-bar.js +1 -1
  91. package/oj-c/min/meter-bar.js.map +1 -1
  92. package/oj-c/min/meter-circle.js +1 -1
  93. package/oj-c/min/meter-circle.js.map +1 -1
  94. package/oj-c/min/rating-gauge.js +1 -1
  95. package/oj-c/min/rating-gauge.js.map +1 -1
  96. package/oj-c/min/select-multiple.js +2 -2
  97. package/oj-c/min/select-multiple.js.map +1 -1
  98. package/oj-c/min/select-single.js +2 -2
  99. package/oj-c/min/select-single.js.map +1 -1
  100. package/oj-c/min/text-area.js +1 -1
  101. package/oj-c/min/text-area.js.map +1 -1
  102. package/oj-c/min/utils/UNSAFE_meterUtils/meterUtils.js +1 -1
  103. package/oj-c/progress-bar/component.json +1 -1
  104. package/oj-c/progress-circle/component.json +1 -1
  105. package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElementBase.js +9 -0
  106. package/oj-c/rating-gauge/component.json +37 -1
  107. package/oj-c/rating-gauge/rating-gauge.js +8 -5
  108. package/oj-c/select-multiple/component.json +1 -1
  109. package/oj-c/select-multiple/useSelectMultiplePreact.js +5 -2
  110. package/oj-c/select-single/component.json +1 -1
  111. package/oj-c/select-single/useSelectSinglePreact.js +5 -2
  112. package/oj-c/split-menu-button/component.json +1 -1
  113. package/oj-c/text-area/component.json +1 -1
  114. package/oj-c/types/button/__webdriver__/test.page.d.ts +3 -0
  115. package/oj-c/types/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators.d.ts +1 -1
  116. package/oj-c/types/input-text/__webdriver__/test.page.d.ts +3 -0
  117. package/oj-c/types/rating-gauge/rating-gauge.d.ts +5 -0
  118. package/oj-c/types/select-multiple/useSelectMultiplePreact.d.ts +1 -1
  119. package/oj-c/types/select-single/useSelectSinglePreact.d.ts +1 -1
  120. package/oj-c/utils/UNSAFE_meterUtils/meterUtils.js +1 -1
  121. package/package.json +3 -3
  122. package/webdriver/docs/assets/search.js +1 -1
  123. package/webdriver/docs/classes/RatingGaugeWebElement.html +6 -3
@@ -2,7 +2,7 @@
2
2
  <p>The component WebElement for <a href="../../../oj-c/docs/oj.RatingGauge.html">oj-c-rating-gauge</a>.
3
3
  Do not instantiate this class directly, instead, use
4
4
  <a href="../modules.html#findRatingGauge">findRatingGauge</a>.</p>
5
- </div></div></section><section class="tsd-panel tsd-hierarchy"><h3>Hierarchy</h3><ul class="tsd-hierarchy"><li><span class="tsd-signature-type">RatingGaugeWebElementBase</span><ul class="tsd-hierarchy"><li><span class="target">RatingGaugeWebElement</span></li></ul></li></ul></section><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 tsd-is-inherited"><h3>Constructors</h3><ul class="tsd-index-list"><li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#constructor" class="tsd-kind-icon">constructor</a></li></ul></section><section class="tsd-index-section tsd-is-inherited"><h3>Methods</h3><ul class="tsd-index-list"><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#changeChanged" class="tsd-kind-icon">change<wbr/>Changed</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#changeValue" class="tsd-kind-icon">change<wbr/>Value</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#clear" class="tsd-kind-icon">clear</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#click" class="tsd-kind-icon">click</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#findElement" class="tsd-kind-icon">find<wbr/>Element</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#findElements" class="tsd-kind-icon">find<wbr/>Elements</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getAttribute" class="tsd-kind-icon">get<wbr/>Attribute</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getChanged" class="tsd-kind-icon">get<wbr/>Changed</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getColor" class="tsd-kind-icon">get<wbr/>Color</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getCssValue" class="tsd-kind-icon">get<wbr/>Css<wbr/>Value</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getDatatip" class="tsd-kind-icon">get<wbr/>Datatip</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getDescribedBy" class="tsd-kind-icon">get<wbr/>Described<wbr/>By</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getDisabled" class="tsd-kind-icon">get<wbr/>Disabled</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="RatingGaugeWebElement.html#getDriver" class="tsd-kind-icon">get<wbr/>Driver</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="RatingGaugeWebElement.html#getId" class="tsd-kind-icon">get<wbr/>Id</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getLabelledBy" class="tsd-kind-icon">get<wbr/>Labelled<wbr/>By</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getLocation" class="tsd-kind-icon">get<wbr/>Location</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getMax" class="tsd-kind-icon">get<wbr/>Max</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited"><a href="RatingGaugeWebElement.html#getProperty" class="tsd-kind-icon">get<wbr/>Property</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getReadonly" class="tsd-kind-icon">get<wbr/>Readonly</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getRect" class="tsd-kind-icon">get<wbr/>Rect</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="RatingGaugeWebElement.html#getShadowRoot" class="tsd-kind-icon">get<wbr/>Shadow<wbr/>Root</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getSize" class="tsd-kind-icon">get<wbr/>Size</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getSizeProperty" class="tsd-kind-icon">get<wbr/>Size<wbr/>Property</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getStep" class="tsd-kind-icon">get<wbr/>Step</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="RatingGaugeWebElement.html#getTagName" class="tsd-kind-icon">get<wbr/>Tag<wbr/>Name</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getText" class="tsd-kind-icon">get<wbr/>Text</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getTooltip" class="tsd-kind-icon">get<wbr/>Tooltip</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getTransientValue" class="tsd-kind-icon">get<wbr/>Transient<wbr/>Value</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getValue" class="tsd-kind-icon">get<wbr/>Value</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="RatingGaugeWebElement.html#hasSize" class="tsd-kind-icon">has<wbr/>Size</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="RatingGaugeWebElement.html#hasVisibility" class="tsd-kind-icon">has<wbr/>Visibility</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#isDisplayed" class="tsd-kind-icon">is<wbr/>Displayed</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#isEnabled" class="tsd-kind-icon">is<wbr/>Enabled</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#isSelected" class="tsd-kind-icon">is<wbr/>Selected</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#sendKeys" class="tsd-kind-icon">send<wbr/>Keys</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="RatingGaugeWebElement.html#serialize" class="tsd-kind-icon">serialize</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited tsd-is-protected"><a href="RatingGaugeWebElement.html#setProperty" class="tsd-kind-icon">set<wbr/>Property</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#submit" class="tsd-kind-icon">submit</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#takeScreenshot" class="tsd-kind-icon">take<wbr/>Screenshot</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#whenBusyContextReady" class="tsd-kind-icon">when<wbr/>Busy<wbr/>Context<wbr/>Ready</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#whenReady" class="tsd-kind-icon">when<wbr/>Ready</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="RatingGaugeWebElement.html#buildId" class="tsd-kind-icon">build<wbr/>Id</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="RatingGaugeWebElement.html#equals" class="tsd-kind-icon">equals</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="RatingGaugeWebElement.html#extractId" class="tsd-kind-icon">extract<wbr/>Id</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="RatingGaugeWebElement.html#isId" class="tsd-kind-icon">is<wbr/>Id</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group tsd-is-inherited"><h2>Constructors</h2><section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a id="constructor" class="tsd-anchor"></a><h3 class="tsd-anchor-link">constructor<a href="#constructor" 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-constructor tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon">new <wbr/>Rating<wbr/>Gauge<wbr/>Web<wbr/>Element<span class="tsd-signature-symbol">(</span>el<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">WebElement</span>, locators<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">ElementLocators</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="RatingGaugeWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">RatingGaugeWebElement</a></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from RatingGaugeWebElementBase.constructor</p></aside><div class="tsd-comment tsd-typography"><div class="lead">
5
+ </div></div></section><section class="tsd-panel tsd-hierarchy"><h3>Hierarchy</h3><ul class="tsd-hierarchy"><li><span class="tsd-signature-type">RatingGaugeWebElementBase</span><ul class="tsd-hierarchy"><li><span class="target">RatingGaugeWebElement</span></li></ul></li></ul></section><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 tsd-is-inherited"><h3>Constructors</h3><ul class="tsd-index-list"><li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#constructor" class="tsd-kind-icon">constructor</a></li></ul></section><section class="tsd-index-section tsd-is-inherited"><h3>Methods</h3><ul class="tsd-index-list"><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#changeChanged" class="tsd-kind-icon">change<wbr/>Changed</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#changeValue" class="tsd-kind-icon">change<wbr/>Value</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#clear" class="tsd-kind-icon">clear</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#click" class="tsd-kind-icon">click</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#findElement" class="tsd-kind-icon">find<wbr/>Element</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#findElements" class="tsd-kind-icon">find<wbr/>Elements</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getAttribute" class="tsd-kind-icon">get<wbr/>Attribute</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getChanged" class="tsd-kind-icon">get<wbr/>Changed</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getColor" class="tsd-kind-icon">get<wbr/>Color</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getCssValue" class="tsd-kind-icon">get<wbr/>Css<wbr/>Value</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getDatatip" class="tsd-kind-icon">get<wbr/>Datatip</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getDescribedBy" class="tsd-kind-icon">get<wbr/>Described<wbr/>By</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getDisabled" class="tsd-kind-icon">get<wbr/>Disabled</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="RatingGaugeWebElement.html#getDriver" class="tsd-kind-icon">get<wbr/>Driver</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="RatingGaugeWebElement.html#getId" class="tsd-kind-icon">get<wbr/>Id</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getLabelledBy" class="tsd-kind-icon">get<wbr/>Labelled<wbr/>By</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getLocation" class="tsd-kind-icon">get<wbr/>Location</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getMax" class="tsd-kind-icon">get<wbr/>Max</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited"><a href="RatingGaugeWebElement.html#getProperty" class="tsd-kind-icon">get<wbr/>Property</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getReadonly" class="tsd-kind-icon">get<wbr/>Readonly</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getRect" class="tsd-kind-icon">get<wbr/>Rect</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="RatingGaugeWebElement.html#getShadowRoot" class="tsd-kind-icon">get<wbr/>Shadow<wbr/>Root</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getSize" class="tsd-kind-icon">get<wbr/>Size</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getSizeProperty" class="tsd-kind-icon">get<wbr/>Size<wbr/>Property</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getStep" class="tsd-kind-icon">get<wbr/>Step</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="RatingGaugeWebElement.html#getTagName" class="tsd-kind-icon">get<wbr/>Tag<wbr/>Name</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getText" class="tsd-kind-icon">get<wbr/>Text</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getThresholds" class="tsd-kind-icon">get<wbr/>Thresholds</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getTooltip" class="tsd-kind-icon">get<wbr/>Tooltip</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getTransientValue" class="tsd-kind-icon">get<wbr/>Transient<wbr/>Value</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getValue" class="tsd-kind-icon">get<wbr/>Value</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="RatingGaugeWebElement.html#hasSize" class="tsd-kind-icon">has<wbr/>Size</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="RatingGaugeWebElement.html#hasVisibility" class="tsd-kind-icon">has<wbr/>Visibility</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#isDisplayed" class="tsd-kind-icon">is<wbr/>Displayed</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#isEnabled" class="tsd-kind-icon">is<wbr/>Enabled</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#isSelected" class="tsd-kind-icon">is<wbr/>Selected</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#sendKeys" class="tsd-kind-icon">send<wbr/>Keys</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="RatingGaugeWebElement.html#serialize" class="tsd-kind-icon">serialize</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited tsd-is-protected"><a href="RatingGaugeWebElement.html#setProperty" class="tsd-kind-icon">set<wbr/>Property</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#submit" class="tsd-kind-icon">submit</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#takeScreenshot" class="tsd-kind-icon">take<wbr/>Screenshot</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#whenBusyContextReady" class="tsd-kind-icon">when<wbr/>Busy<wbr/>Context<wbr/>Ready</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#whenReady" class="tsd-kind-icon">when<wbr/>Ready</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="RatingGaugeWebElement.html#buildId" class="tsd-kind-icon">build<wbr/>Id</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="RatingGaugeWebElement.html#equals" class="tsd-kind-icon">equals</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="RatingGaugeWebElement.html#extractId" class="tsd-kind-icon">extract<wbr/>Id</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="RatingGaugeWebElement.html#isId" class="tsd-kind-icon">is<wbr/>Id</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group tsd-is-inherited"><h2>Constructors</h2><section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a id="constructor" class="tsd-anchor"></a><h3 class="tsd-anchor-link">constructor<a href="#constructor" 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-constructor tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon">new <wbr/>Rating<wbr/>Gauge<wbr/>Web<wbr/>Element<span class="tsd-signature-symbol">(</span>el<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">WebElement</span>, locators<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">ElementLocators</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="RatingGaugeWebElement.html" class="tsd-signature-type" data-tsd-kind="Class">RatingGaugeWebElement</a></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from RatingGaugeWebElementBase.constructor</p></aside><div class="tsd-comment tsd-typography"><div class="lead">
6
6
  <p>Constructor. Pass an instance of WebDriver&#39;s WebElement that
7
7
  represents the DOM node on which we&quot;ll perform operations.</p>
8
8
  </div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>el: <span class="tsd-signature-type">WebElement</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
@@ -71,7 +71,10 @@ Specifies the size of the rating gauge items.</p>
71
71
  <p>Schedules a command to query for the tag/node name of this element.</p>
72
72
  </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></h4><div><p>A promise that will be
73
73
  resolved with the element&#39;s tag name.</p>
74
- </div></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="getText" class="tsd-anchor"></a><h3 class="tsd-anchor-link">get<wbr/>Text<a href="#getText" 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-method tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon">get<wbr/>Text<span class="tsd-signature-symbol">(</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">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from RatingGaugeWebElementBase.getText</p></aside><div class="tsd-comment tsd-typography"><dl class="tsd-comment-tags"><dt>inheritdoc</dt><dd></dd></dl></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="getTooltip" class="tsd-anchor"></a><h3 class="tsd-anchor-link">get<wbr/>Tooltip<a href="#getTooltip" 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-method tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon">get<wbr/>Tooltip<span class="tsd-signature-symbol">(</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">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from RatingGaugeWebElementBase.getTooltip</p></aside><div class="tsd-comment tsd-typography"><div class="lead">
74
+ </div></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="getText" class="tsd-anchor"></a><h3 class="tsd-anchor-link">get<wbr/>Text<a href="#getText" 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-method tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon">get<wbr/>Text<span class="tsd-signature-symbol">(</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">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from RatingGaugeWebElementBase.getText</p></aside><div class="tsd-comment tsd-typography"><dl class="tsd-comment-tags"><dt>inheritdoc</dt><dd></dd></dl></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="getThresholds" class="tsd-anchor"></a><h3 class="tsd-anchor-link">get<wbr/>Thresholds<a href="#getThresholds" 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-method tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon">get<wbr/>Thresholds<span class="tsd-signature-symbol">(</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">&lt;</span><span class="tsd-signature-type">Thresholds</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from RatingGaugeWebElementBase.getThresholds</p></aside><div class="tsd-comment tsd-typography"><div class="lead">
75
+ <p>Gets the value of <code>thresholds</code> property.</p>
76
+ </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Thresholds</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4><div><p>The value of <code>thresholds</code> property.</p>
77
+ </div></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="getTooltip" class="tsd-anchor"></a><h3 class="tsd-anchor-link">get<wbr/>Tooltip<a href="#getTooltip" 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-method tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon">get<wbr/>Tooltip<span class="tsd-signature-symbol">(</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">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from RatingGaugeWebElementBase.getTooltip</p></aside><div class="tsd-comment tsd-typography"><div class="lead">
75
78
  <p>Gets the value of <code>tooltip</code> property.</p>
76
79
  </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></h4><div><p>The value of <code>tooltip</code> property.</p>
77
80
  </div></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="getTransientValue" class="tsd-anchor"></a><h3 class="tsd-anchor-link">get<wbr/>Transient<wbr/>Value<a href="#getTransientValue" 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-method tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon">get<wbr/>Transient<wbr/>Value<span class="tsd-signature-symbol">(</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">&lt;</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from RatingGaugeWebElementBase.getTransientValue</p></aside><div class="tsd-comment tsd-typography"><div class="lead">
@@ -144,4 +147,4 @@ are met.</p>
144
147
  </div></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a id="isId" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagStatic">Static</span> is<wbr/>Id<a href="#isId" 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-method tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><li class="tsd-signature tsd-kind-icon">is<wbr/>Id<span class="tsd-signature-symbol">(</span>obj<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IWebElementId</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from RatingGaugeWebElementBase.isId</p></aside><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>obj: <span class="tsd-signature-type">IWebElementId</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
145
148
  <p>the object to test.</p>
146
149
  </div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><div><p>whether the object is a valid encoded WebElement ID.</p>
147
- </div></li></ul></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Exports</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="current tsd-kind-class"><a href="RatingGaugeWebElement.html" class="tsd-kind-icon">Rating<wbr/>Gauge<wbr/>Web<wbr/>Element</a><ul><li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#constructor" class="tsd-kind-icon">constructor</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#changeChanged" class="tsd-kind-icon">change<wbr/>Changed</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#changeValue" class="tsd-kind-icon">change<wbr/>Value</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#clear" class="tsd-kind-icon">clear</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#click" class="tsd-kind-icon">click</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#findElement" class="tsd-kind-icon">find<wbr/>Element</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#findElements" class="tsd-kind-icon">find<wbr/>Elements</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getAttribute" class="tsd-kind-icon">get<wbr/>Attribute</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getChanged" class="tsd-kind-icon">get<wbr/>Changed</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getColor" class="tsd-kind-icon">get<wbr/>Color</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getCssValue" class="tsd-kind-icon">get<wbr/>Css<wbr/>Value</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getDatatip" class="tsd-kind-icon">get<wbr/>Datatip</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getDescribedBy" class="tsd-kind-icon">get<wbr/>Described<wbr/>By</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getDisabled" class="tsd-kind-icon">get<wbr/>Disabled</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="RatingGaugeWebElement.html#getDriver" class="tsd-kind-icon">get<wbr/>Driver</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="RatingGaugeWebElement.html#getId" class="tsd-kind-icon">get<wbr/>Id</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getLabelledBy" class="tsd-kind-icon">get<wbr/>Labelled<wbr/>By</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getLocation" class="tsd-kind-icon">get<wbr/>Location</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getMax" class="tsd-kind-icon">get<wbr/>Max</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited"><a href="RatingGaugeWebElement.html#getProperty" class="tsd-kind-icon">get<wbr/>Property</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getReadonly" class="tsd-kind-icon">get<wbr/>Readonly</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getRect" class="tsd-kind-icon">get<wbr/>Rect</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="RatingGaugeWebElement.html#getShadowRoot" class="tsd-kind-icon">get<wbr/>Shadow<wbr/>Root</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getSize" class="tsd-kind-icon">get<wbr/>Size</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getSizeProperty" class="tsd-kind-icon">get<wbr/>Size<wbr/>Property</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getStep" class="tsd-kind-icon">get<wbr/>Step</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="RatingGaugeWebElement.html#getTagName" class="tsd-kind-icon">get<wbr/>Tag<wbr/>Name</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getText" class="tsd-kind-icon">get<wbr/>Text</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getTooltip" class="tsd-kind-icon">get<wbr/>Tooltip</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getTransientValue" class="tsd-kind-icon">get<wbr/>Transient<wbr/>Value</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getValue" class="tsd-kind-icon">get<wbr/>Value</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="RatingGaugeWebElement.html#hasSize" class="tsd-kind-icon">has<wbr/>Size</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="RatingGaugeWebElement.html#hasVisibility" class="tsd-kind-icon">has<wbr/>Visibility</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#isDisplayed" class="tsd-kind-icon">is<wbr/>Displayed</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#isEnabled" class="tsd-kind-icon">is<wbr/>Enabled</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#isSelected" class="tsd-kind-icon">is<wbr/>Selected</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#sendKeys" class="tsd-kind-icon">send<wbr/>Keys</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="RatingGaugeWebElement.html#serialize" class="tsd-kind-icon">serialize</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited tsd-is-protected"><a href="RatingGaugeWebElement.html#setProperty" class="tsd-kind-icon">set<wbr/>Property</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#submit" class="tsd-kind-icon">submit</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#takeScreenshot" class="tsd-kind-icon">take<wbr/>Screenshot</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#whenBusyContextReady" class="tsd-kind-icon">when<wbr/>Busy<wbr/>Context<wbr/>Ready</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#whenReady" class="tsd-kind-icon">when<wbr/>Ready</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="RatingGaugeWebElement.html#buildId" class="tsd-kind-icon">build<wbr/>Id</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="RatingGaugeWebElement.html#equals" class="tsd-kind-icon">equals</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="RatingGaugeWebElement.html#extractId" class="tsd-kind-icon">extract<wbr/>Id</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="RatingGaugeWebElement.html#isId" class="tsd-kind-icon">is<wbr/>Id</a></li></ul></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>
150
+ </div></li></ul></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Exports</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="current tsd-kind-class"><a href="RatingGaugeWebElement.html" class="tsd-kind-icon">Rating<wbr/>Gauge<wbr/>Web<wbr/>Element</a><ul><li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#constructor" class="tsd-kind-icon">constructor</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#changeChanged" class="tsd-kind-icon">change<wbr/>Changed</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#changeValue" class="tsd-kind-icon">change<wbr/>Value</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#clear" class="tsd-kind-icon">clear</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#click" class="tsd-kind-icon">click</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#findElement" class="tsd-kind-icon">find<wbr/>Element</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#findElements" class="tsd-kind-icon">find<wbr/>Elements</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getAttribute" class="tsd-kind-icon">get<wbr/>Attribute</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getChanged" class="tsd-kind-icon">get<wbr/>Changed</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getColor" class="tsd-kind-icon">get<wbr/>Color</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getCssValue" class="tsd-kind-icon">get<wbr/>Css<wbr/>Value</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getDatatip" class="tsd-kind-icon">get<wbr/>Datatip</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getDescribedBy" class="tsd-kind-icon">get<wbr/>Described<wbr/>By</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getDisabled" class="tsd-kind-icon">get<wbr/>Disabled</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="RatingGaugeWebElement.html#getDriver" class="tsd-kind-icon">get<wbr/>Driver</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="RatingGaugeWebElement.html#getId" class="tsd-kind-icon">get<wbr/>Id</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getLabelledBy" class="tsd-kind-icon">get<wbr/>Labelled<wbr/>By</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getLocation" class="tsd-kind-icon">get<wbr/>Location</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getMax" class="tsd-kind-icon">get<wbr/>Max</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited"><a href="RatingGaugeWebElement.html#getProperty" class="tsd-kind-icon">get<wbr/>Property</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getReadonly" class="tsd-kind-icon">get<wbr/>Readonly</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getRect" class="tsd-kind-icon">get<wbr/>Rect</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="RatingGaugeWebElement.html#getShadowRoot" class="tsd-kind-icon">get<wbr/>Shadow<wbr/>Root</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getSize" class="tsd-kind-icon">get<wbr/>Size</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getSizeProperty" class="tsd-kind-icon">get<wbr/>Size<wbr/>Property</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getStep" class="tsd-kind-icon">get<wbr/>Step</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="RatingGaugeWebElement.html#getTagName" class="tsd-kind-icon">get<wbr/>Tag<wbr/>Name</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getText" class="tsd-kind-icon">get<wbr/>Text</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getThresholds" class="tsd-kind-icon">get<wbr/>Thresholds</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getTooltip" class="tsd-kind-icon">get<wbr/>Tooltip</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getTransientValue" class="tsd-kind-icon">get<wbr/>Transient<wbr/>Value</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#getValue" class="tsd-kind-icon">get<wbr/>Value</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="RatingGaugeWebElement.html#hasSize" class="tsd-kind-icon">has<wbr/>Size</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="RatingGaugeWebElement.html#hasVisibility" class="tsd-kind-icon">has<wbr/>Visibility</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#isDisplayed" class="tsd-kind-icon">is<wbr/>Displayed</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#isEnabled" class="tsd-kind-icon">is<wbr/>Enabled</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#isSelected" class="tsd-kind-icon">is<wbr/>Selected</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#sendKeys" class="tsd-kind-icon">send<wbr/>Keys</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="RatingGaugeWebElement.html#serialize" class="tsd-kind-icon">serialize</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited tsd-is-protected"><a href="RatingGaugeWebElement.html#setProperty" class="tsd-kind-icon">set<wbr/>Property</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#submit" class="tsd-kind-icon">submit</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#takeScreenshot" class="tsd-kind-icon">take<wbr/>Screenshot</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#whenBusyContextReady" class="tsd-kind-icon">when<wbr/>Busy<wbr/>Context<wbr/>Ready</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="RatingGaugeWebElement.html#whenReady" class="tsd-kind-icon">when<wbr/>Ready</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="RatingGaugeWebElement.html#buildId" class="tsd-kind-icon">build<wbr/>Id</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="RatingGaugeWebElement.html#equals" class="tsd-kind-icon">equals</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="RatingGaugeWebElement.html#extractId" class="tsd-kind-icon">extract<wbr/>Id</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-external"><a href="RatingGaugeWebElement.html#isId" class="tsd-kind-icon">is<wbr/>Id</a></li></ul></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>