You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a radio container with container id "radio-container", trying to get attributes using below code const verificationAttributes = await element( by.id('radio-container') ).getAttributes();
tried getAttributes().enabled as well.
My goal is to read labels in the radio container.
What was the expected behaviour?
const verificationAttributes = await element( by.id('radio-container')).getAttributes();
Receiving verificationAttributes = undefined but expected some elements.
Was it tested on latest Detox?
I have tested this issue on the latest Detox release and it still reproduces.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If you believe the issue is still relevant, please test on the latest Detox and report back.
Thank you for your contributions!
For more information on bots in this repository, read this discussion.
What happened?
I have a radio container with container id "radio-container", trying to get attributes using below code
const verificationAttributes = await element( by.id('radio-container') ).getAttributes();
tried getAttributes().enabled as well.
My goal is to read labels in the radio container.
What was the expected behaviour?
const verificationAttributes = await element( by.id('radio-container')).getAttributes();
Receiving verificationAttributes = undefined but expected some elements.
Was it tested on latest Detox?
Did your test throw out a timeout?
Help us reproduce this issue!
getAttributes() by Id.
In what environment did this happen?
Detox version: 20.13.15
React Native version:
Has Fabric (React Native's new rendering system) enabled: (yes/no)
Node version: >= 16
Device model: Iphone 15
iOS version: 17.2
macOS version:
Xcode version:
Test-runner (select one): jest / other Jest
Detox logs
Detox logs
Device logs
Device logs
More data, please!
No response
The text was updated successfully, but these errors were encountered: