Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to handle the dynamic links based on search results…?
#3
Not Solved
Hello niranjan,

I went thru that stuff before posting the query
bit confusing to me and i tried various scenarios from what i understood and couldn't get along .

scenarios which i tried are...( some thing i am missing in the below ones)
scenario 1:-
-----------
Code:
str = Inputbox "enter string for search"
Set lnkSearch = Description.Create. btnSearch(”name“).Value = ""&str
Set brwlink = Description.Create : brwGoogle(”title“).value = "XYZ: Login"
Set pglink = Description.Create : pgGoogle(”title“).value = "abcPage"
Browser(brwlink ).Page(pglink).Link(lnkSearch).Click

scenario2:-
-----------
Code:
str = Inputbox "enter string for search"

Dim obj_desc
Set obj_desc = description.Create
obj_desc("html tag").value= “INPUT”
obj_desc(“name”).value= ""&str


i would be thankful if you can explain me considering my scenario..
the scenario

Thanks
Navya
Reply


Messages In This Thread
RE: How to handle the dynamic links based on search results…? - by navyasatish - 07-24-2008, 11:18 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Can QTP handle slick grid table in a web page qtplearner88 2 4,491 10-01-2019, 10:44 AM
Last Post: shilpi952
  how to select value from google search box dropdown +QTP prajyot 0 2,898 06-28-2017, 06:30 PM
Last Post: prajyot
  I want to click on all the links in the webtable. These links are nothing but some co abhideshpande001 0 2,653 07-22-2015, 09:36 AM
Last Post: abhideshpande001
  How to Handle Modal Dialogs In QTP Jyobtech 0 2,461 07-22-2015, 01:22 AM
Last Post: Jyobtech
  Search and import data from excel under some rules. nwpulele 2 2,909 02-19-2015, 04:10 AM
Last Post: supputuri

Forum Jump:


Users browsing this thread: 1 Guest(s)