maumrm
5 years agoContributor
Inserting Text instead of Keying
I need to be able to verify the maximum characters allowed can be saved into various forms on an online web application. The objects are considered "textarea" are do not allow the SetText method, but the Keying method does work. Some of the fields allow 4,000 characters, when using the Key method for those it takes a long time for the test to Key in 4,000 characters. Is there a faster way of inserting/pasting/setting the text contained in the variable into these fields w/o the automated test keying in 4,000 characters?
I saw this post which implied that the text from a variable could be inserted, but did not really state how to do that.