10-17-2013, 09:21 PM
Hi,
Thanks for your email. Even I tried Sendkeys method to handle this but no luck, neither displayed error message nor any action by QTP.
The below code which tried:
Appreciate your help. Thanks much.
Thanks for your email. Even I tried Sendkeys method to handle this but no luck, neither displayed error message nor any action by QTP.
The below code which tried:
Code:
Dim strInputKey
strInputKey = "{TAB}"
Set objWsh = CreateObject("WScript.Shell")
objWsh.AppActivate "Payment"
Browser("Payment").Page("Payment").WebEdit("payTranSenderCorrRefLi").Set "Address1"
Browser("Payment").Page("Payment").WebEdit("payTranSenderCorrRefLi").Click
objWsh.SendKeys strInputKey
Appreciate your help. Thanks much.