Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Automate Typeahead objects in Web application with QTP 10
#5
Not Solved
Hi,

Please try this:

Code:
Set WshShell = CreateObject("WScript.Shell")
wait (1)
WshShell.SendKeys "<your search sting>"
wait(1)
Set WshShell = Nothing
wait 4
Browser("").Page("").Frame("").WebElement("innertext:=test","index:=1").Click
wait 2
Reply


Messages In This Thread
RE: Automate Typeahead objects in Web application with QTP 10 - by sshukla12 - 03-02-2012, 03:01 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Web page not loading for EBS application when open UFT satyagadam 1 1,631 09-18-2019, 02:30 AM
Last Post: satyagadam
  Can we automate installation testing using QTP uma.kasarla@gmail.com 0 818 06-21-2019, 09:45 PM
Last Post: uma.kasarla@gmail.com
  Facing a problem while identifying Angular JS objects in a web page vangasantosh 0 1,117 12-20-2017, 01:26 PM
Last Post: vangasantosh
  QTP 11 could not identify web application manik 1 1,815 01-09-2015, 05:14 PM
Last Post: supputuri
  UFT 12 unable to recognize the objects of a java based application (jre - 1.7.0_65) Sushant Dasgupta 2 8,979 09-17-2014, 03:47 PM
Last Post: Sushant Dasgupta

Forum Jump:


Users browsing this thread: 1 Guest(s)