I run into this textarea which is not a real textarea but a <p> tag, of which the InnerText is editable. I want the BOT to automatically input some text in it but there is no SetText action for this object captured by the recorder.
Tried GetProperty of InnerText and assign it to a String vairable and then put some text into this String variable but not reflected in the HTML page.
Anybody can help on this? Thanks,