Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Issue in Descriptive(QTP) while using Https server
#4
Solved: 10 Years, 9 Months ago
If the second browser window opens, QTP gets confused. So in order for QTP to recognize the second browser use CreationTime. CreationTime:=0 referrs to the first browser window and CreationTime:=1 referrs to the second and on and on. For example:
Code:
Browser("CreationTime:=1").Page("micClass:=Page").WebButton("name:=View Directory").click
will click on a View directory button in the second browser window.
Reply


Messages In This Thread
RE: Issue in Descriptive(QTP) while using Https server - by FredMan - 04-23-2008, 01:40 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Dynamic descriptive Programming issue in Terminal Emulator cprasad 1 1,746 04-25-2019, 08:17 PM
Last Post: Ankur
  Exporting QTP runtime datatable to SQL server during SweetyChowdhury 1 3,097 05-10-2013, 03:41 AM
Last Post: sria123
  How to draw a line using QTP descriptive script? brijith04 2 3,502 03-11-2013, 07:01 AM
Last Post: basanth27
  Descriptive programming variable issue pooja7 5 4,449 02-29-2012, 04:08 PM
Last Post: simon_schreiner
  QTP throws error on web elements when Descriptive programing used. nistalaramesh 20 22,788 10-11-2011, 09:53 AM
Last Post: nistalaramesh

Forum Jump:


Users browsing this thread: 1 Guest(s)