Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to make scripts sync with application
#12
Solved: 11 Years, 4 Months ago
Yes you can use it since it compares the run time property with the property declared.

for example:
Code:
Set brow=description.Create
brow("name").value="DevGuru VBScript Object: File"
Set page1=description.Create
page1("title").value="DevGuru VBScript Object: File"
Set webel=description.Create
webel("innertext").value="OBJECT:  File "
webel("outertext").value="OBJECT:  File "

h=browser(brow).Page(page1).WebElement(webel).WaitProperty ("visible",1)
Reply


Messages In This Thread
RE: How to make scripts sync with application - by sreekanth - 03-14-2008, 07:28 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to make QTP Script to work when system gets locked? ramkumarad 6 12,474 11-02-2017, 03:37 PM
Last Post: Divv
Question Cross Browser Sync Not Working geodude 0 1,958 04-07-2017, 08:43 AM
Last Post: geodude
  How to use sync function 22sumit 2 3,476 06-16-2015, 06:27 PM
Last Post: 22sumit
  Local script to make compatible with QC automation2012 1 2,292 01-28-2015, 02:11 PM
Last Post: automation2012
  Need Excel template for mapping manual scripts to Automation scripts. ACCBAJPA 0 2,957 09-19-2013, 03:02 PM
Last Post: ACCBAJPA

Forum Jump:


Users browsing this thread: 4 Guest(s)