03-12-2010, 11:36 AM
*********************
Hi,
'Send Keys', are very faster than other scripting logic, so before coming to the sendkeys we have to activate the particular object
For example:
then use the 'Enter' functionality SendKeys afterwards, even though if it's not working, just use the 'Enter' functionality SendKeys one more time, because sendkeys won't wait for screen/page loading, after using sendkeys method please use wait(2)
Note: To use the Fireevent method we have to activate the events before from "WebEvent Configuration Method" under the Tools menu
select the particular object and make enable the events you needed.
Regards,
Dhanavantha G Krishnan
Hi,
'Send Keys', are very faster than other scripting logic, so before coming to the sendkeys we have to activate the particular object
For example:
Code:
Browser(BrName).Page(PgName).Frame(FrName).WebEdit(textboxName).Activate
Note: To use the Fireevent method we have to activate the events before from "WebEvent Configuration Method" under the Tools menu
select the particular object and make enable the events you needed.
Regards,
Dhanavantha G Krishnan