Mention what is 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
Find Out Length of an array without using Ubound?
explain with example primitive data types of vb script.
How can the spaces from the string be removed?
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......
What is string concatenation function in VBScript?
how to increase the values in text box in a given text box increament by two values by clicking on button
Which is the default Data types in VBScript?
How to get path of the file through scripting?
Which function is used in the vbscript language to convert the specified expression into a date type value?
I need help to write a function in vbscript to click on a link. That link looks like a tab. There are 6 tabs. When I click on 1 tab it should show as "on". when I spy the class property is on. But for the one which is not clicked the class property is blank. I have objects created in our custom object repository. Please give me some idea.
In what way program "hello world" you can write in vbscript?