wix/Detox

Retrieve isChecked attribute with getAttributes() method

Offen

#3.165 geöffnet am 05.01.2022

 (9 Kommentare) (1 Reaktion) (0 zugewiesene Personen)JavaScript (1.942 Forks)batch import
bugathonhacktoberfestplatform: androidstatus: triagetype: enhancement ⚡️user: good 1st issueuser: looking for contributors📌 pinned

Repository-Metriken

Stars
 (10.558 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Is your feature request related to a problem? Please describe. This particular case is Android specific. In my tests I rely on such attributes like 'is-checked' for toggle value, another attributes are used for button state - enabled/disabled which currently ommited in the returning object of getAttributes() method. The only way to retrieve this values is parsing error object like it's being described here

Describe the solution you'd like Yield more attribute-value pairs from the element to extend potential checks.

Contributor Guide