admin管理员组文章数量:1022705
I was checking performance of app using Firebase Test lab. In Robo directives (optional).. i have selected Resource action 'Enter Text' and in resource name given 'mobilenumber'. After executing(Starting) Test, In result it is giving Unused text input: no resource name matched the regex "mobilenumber"'. I checked property of same field using appium inspector its showing the resource id as "mobilenumber"
<TextInput
style={styles.mobile_no_text_input}
placeholderTextColor={Colors.gray}
keyboardType="number-pad"
id="mobilenumber"
testID="mobilenumber"
returnKeyType="done"
/>
This is Code used by developer.
I was checking performance of app using Firebase Test lab. In Robo directives (optional).. i have selected Resource action 'Enter Text' and in resource name given 'mobilenumber'. After executing(Starting) Test, In result it is giving Unused text input: no resource name matched the regex "mobilenumber"'. I checked property of same field using appium inspector its showing the resource id as "mobilenumber"
<TextInput
style={styles.mobile_no_text_input}
placeholderTextColor={Colors.gray}
keyboardType="number-pad"
id="mobilenumber"
testID="mobilenumber"
returnKeyType="done"
/>
This is Code used by developer.
本文标签:
版权声明:本文标题:android - While using TestLab getting 'Unused text input: no resource name matched the regex "mobilenumber& 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1745574829a2156954.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论