Sometimes .Keys action doesn't work when input long text
When execute a lot of scripts one by one, the .Keys action not always valid. It works in log but actually not input any text. It never occurs when execution single script.
Text input about 300 characters.
I tried to click the box before input text, but this problem still there.
I also tried to delay 3s or use .Keys() action twice once check the first input not valid. but the second still not valid.
What should I do? Please help me, thanks!
Problem solved but I really don't know failed reason.
1. The failed action always occurs in specific script, although not reproduce when single run the script.
2. So I think maybe the script executing right before the failed script get something wrong.
3. And I find out the last sheet of former script used is next to last in Excel.
4. I reordered the sheet and make it move forward. Problem solved!
Anyway, thank you for your help!