I am trying to change the input value for Exp Year field and I cannot make it work. I select its element correctly and display its current value, but when I try to assign a new value it doesn’t work.
Any idea about what is happening?
Thank you all!
[
{
"Selector": "NM",
"browser": "chrome",
"frame": "-1",
"url": "hidden..."
},
{
"cssselector": "input[name=\"expYear\"]"
}
]
Notes:
- Is working property for Exp Month field, only isn’t working for Exp Year, this is why is getting me crazy
.
- The website has been developed in react.
Workflow:
Test Year Expiration.json (27.0 KB)