Could you be a little more specific about the steps you're taking? It's tough to know what the process is that you're using now, especially when you're using send keys...
As I'm sure you might already know, most people recommend avoiding using send keys at all costs because they're so volatile. It would probably be best to completely rewrite your code from the beginning while avoiding send keys all together.
|