How to delete a cookie using vbscript?
No Answer is Posted For this Question
Be the First to Post Answer
I want to count the total no of links present in yahoo home page. The script like Set fileSysObject=createobject("Scripting.FileSystemObject") Set linksFileName=fileSysObject.opentextfile("D:\samplelinkfile.txt",2,true) Set linkDescObj=description.Create linkDescObj("micclass").value="Link" Set noOfLinks=browser("yahoo").Page("Yahoo!India").ChildObjects(linkDescObj) For i=0 to noOfLinks.count-1 linkName=noOfLinks(i).getROProperty("name") linksFileName.writeline(linkName) Next linksFileName.close Set fileSysObject=nothing But while running the script it is fail (the object not present in the object repository).How to overcome please tell me the detail steps...for QTP9.30
What are the differences between sub procedures and function procedures?
hey please tell me how to retriev data from excel sheet which puts the login name and password in the application? plz send me the code..please help me
can anybody tell vb script code for alphanumeric and special character .which is used in qtp the name text field.
who will create the object?
How to find a latest file from any folder
Explain a few date functions in vbscript
Write VB script to convert from feet to inches(hint 1feet=12 inches)
Which in-built function related to an array joins substrings into one string in the vbscript language?
Description.Create
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
How to get the background color of a weblist?