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
Currently, I am automating the web view. So the problem is that in some of the input text fields, I can input the values, and after filling in the value, I can see the next button to click. But in some scenarios, I can enter the fields but cannot see the next button. In react code, developers are using the default Input text field. But when I enter the values manually, the Next button is visible and able to be clicked.
Currently, I tried, the following function:
typeTaxt()
.tap() and typeText()
.replaceText()
Tap and Typed sequentially
.tap() and .replaceText()
.focus() and typeText()
Tap outside the field and typeText()
webview.runscript() with input and type event
Used wait also
But Nothing works, I can input the values, and after filling in the value, I can see the next button to click. But in some scenarios, I can enter the fields but cannot see the next button. In react code, developers are using the default Input text field. But when I enter the values manually, the Next button is visible and able to be clicked
What was the expected behaviour?
The expected behavior is that the next button should be visible when I populate the input field.
Was it tested on latest Detox?
I have tested this issue on the latest Detox release and it still reproduces.
Help us reproduce this issue!
No response
In what environment did this happen?
Detox version:
React Native version:
Has Fabric (React Native's new rendering system) enabled: (yes/no)
Node version:
Test-runner (select one): jest / other
Detox logs
Detox logs
paste logs here!
Device logs
Device logs
paste logs here!
More data, please!
No response
The text was updated successfully, but these errors were encountered:
What happened?
Currently, I am automating the web view. So the problem is that in some of the input text fields, I can input the values, and after filling in the value, I can see the next button to click. But in some scenarios, I can enter the fields but cannot see the next button. In react code, developers are using the default Input text field. But when I enter the values manually, the Next button is visible and able to be clicked.
Currently, I tried, the following function:
But Nothing works, I can input the values, and after filling in the value, I can see the next button to click. But in some scenarios, I can enter the fields but cannot see the next button. In react code, developers are using the default Input text field. But when I enter the values manually, the Next button is visible and able to be clicked
What was the expected behaviour?
The expected behavior is that the next button should be visible when I populate the input field.
Was it tested on latest Detox?
Help us reproduce this issue!
No response
In what environment did this happen?
Detox version:
React Native version:
Has Fabric (React Native's new rendering system) enabled: (yes/no)
Node version:
Test-runner (select one): jest / other
Detox logs
Detox logs
Device logs
Device logs
More data, please!
No response
The text was updated successfully, but these errors were encountered: