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
There is an existing value in textbox we are trying retrieve the value from the textbox using getattribute method its retrieving properly
but we are clearing the textbox and adding a new value and trying to use getattribute method to get the value . It still provides the old value which was existing in the textbox and not the new value
Expected behavior
New value to be retrieved
Actual behavior
old value is retrieved
Additional context
No response
Environment
version 1.46.0
The text was updated successfully, but these errors were encountered:
Version
1.46.0
Steps to reproduce
There is an existing value in textbox we are trying retrieve the value from the textbox using getattribute method its retrieving properly
but we are clearing the textbox and adding a new value and trying to use getattribute method to get the value . It still provides the old value which was existing in the textbox and not the new value
Expected behavior
New value to be retrieved
Actual behavior
old value is retrieved
Additional context
No response
Environment
The text was updated successfully, but these errors were encountered: