Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Hitting enter key aftrer seting value in webedit
#8
Not Solved Cool 
*********************
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
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
Reply


Messages In This Thread
RE: Hitting enter key aftrer seting value in webedit - by DhanavanthaG - 03-12-2010, 11:36 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Unable to pass "Enter" Key through Sendkeys Lavanya N 1 3,938 07-24-2015, 02:17 PM
Last Post: Lavanya N
  How to enter values into excel which is already open using QTP Narayanan 1 4,220 12-11-2013, 07:30 AM
Last Post: basanth27
  QTP key issue fix kprasadbio 1 3,063 05-04-2013, 10:47 AM
Last Post: Saket
Wink How to Enter A Value on Web Element pgcsc 2 3,606 02-14-2012, 02:08 AM
Last Post: pgcsc
Toungue Enter new value from datatable in web edit sonali shinde 4 7,072 01-21-2012, 11:04 AM
Last Post: sonali shinde

Forum Jump:


Users browsing this thread: 1 Guest(s)