How can you create an object in vbscript?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the arrays in vb script?
who will create the object?
how to comvert 120 into one hunderd twenty rupees only and vice varsa
1)How to test whether items in a weblist are in alphabetical order or not?
Suppose by navigation I went from 1 st page to 5 page ,so Write a generic script for coming from any page to the 1st page and by executing where the page may be it will come to 1st page
How to get path of the file through scripting?
Is VB Script Case sensitive or Case insensitive?
How will you compare two strings in vbscript?
Develop a parameterized action that accomplishes the following a. Launch a browser of users choice ( example : IE, chrome etc) b. Open up a search engine (Google, Bing etc) c. Perform a search d. Click a particular link depending on the user’s choice ( 1st , 2nd or third link)
write a vbscript for traffic signal
Hello All, In QTP 9.2 for Mozilla Firefox, there is webelement in my application, I tried to click on that using decsriptive programming, but it does not work. and for this i tried this code too: Set obj = CreateObject ("Mercury.DeviceReplay") absx = Browser("").Page("").WebElement(".").GetROProperty ("abs_x") absy = Browser("").Page("").WebElement(".").GetROProperty ("abs_y") obj.MouseMove absx, absy obj.MouseClick absx, absy, 0 But it is not clicked. Can anyone help me out for this problem. Thnx in Advance
Which operator is used to perform the comparison among 2 operands in the vbscript language?