I'm having an issue that SendKeys is too slow. I need to add around 1300 lines to textarea
<textarea id="ctl00_phMainContent_KeywordForm_ControlPanel_txtKeywords" onload="CountLines(this);" onkeypress="CountLines(this);" wrap="off" cols="100" rows="6" name="ctl00$phMainContent$KeywordForm$ControlPanel$txtKeywords"></textarea>
The thing is my login to the website expires and I have to re-login and do that again infinite loop...
Can anyone help me how to appeand the text (lines) Instantly? maybe some Javascript? or Ctrl+c + Ctrl+v? Anyone have a working code?