SeleniumBasic icon indicating copy to clipboard operation
SeleniumBasic copied to clipboard

Send key takes longer time when there is a long string

Open dileepachathuranga opened this issue 3 years ago • 1 comments

When there is a long string value need to paste, it takes lot of time. Instead of send keys to input data to a text field, can we use like element.value = "sss"?

dileepachathuranga avatar Nov 26 '21 20:11 dileepachathuranga

How long is that taking? Should be fast enough. There are a few workarounds though but not recommended in some cases. You can modify element attributes using the javascript executor. driver.ExecuteScript()

Gby3 avatar Dec 10 '21 09:12 Gby3