@mablhq/mabl-cli 1.12.20 → 1.12.24

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.
@@ -196,7 +196,7 @@ class PlaywrightElementHandle extends PlaywrightJsHandle {
196
196
  await this.hideHighlight();
197
197
  }
198
198
  async getValue() {
199
- return utils_1.mapIfNotNull(await this.element.getAttribute('value'), value => value);
199
+ return this.element.inputValue();
200
200
  }
201
201
  async fadeInOutHighlight(highlightConfig, highlightDurationMillis, highlightPhases) {
202
202
  var _a;