also it is sometimes valid that actually it is needed to enter value into another textbox. suggest to check by try to enter text into “el[0]” then el[1] untill last.
With send_keys, I sometimes have problems entering text similar to the text fields you’ve illustrated. In these cases, I’ve fallen back to using my own methods referencing execute_script.
Furthermore, You can within your test change the sendKeysStrategy inline to help with this.
Take a look at this github post. I’m hoping it points you straight.
Cheers!
Eric