cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to set value to textarea in HTML

Anonymous
Not applicable
Hi, I've trying to set value to text area using write stage. the text gets inserted but is not passed to next page after submitting the form. But If I enter the text manually in to the textarea field then it works. The value gets passed to next page after submitting. This is the case only for textarea not inputs. Please help me with this. Thanks VJ
1 REPLY 1

John__Carter
Staff
Staff
The app is expecting human input (ie keyboard) and the Write stage does not use the keyboard. As Peter says, you might be able to trigger any client-side script with a mouse click or keystroke to make the app 'see' what you have written. Alternatively, switching to SendKeys should work.