Forum Discussion
1 Reply
- tristaanogreEsteemed Contributor
Sometimes, especially for Web application, the "Keys" method does operate slowly. Try replacing "Keys" with "SetText" for those times when this occurs.
In your situation, you're using cursor keys and enter to navigate through an object... this could also probably be achieved with the same result using other methods native to the object. You might want to investigate that as well.