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)
No Answer is Posted For this Question
Be the First to Post Answer
Write VB script to convert from feet to inches(hint 1feet=12 inches)
what is diff between static and dynaic arrys?
How can you destroy an object in vbscript?
how to write basic programs in VB Script like addition, multiplication?
hi, How will write a regular expression of date in VB scripting.
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
how to write validation function for date in vb script
Join the multiple array with out using JOIN function
can anyone tell me the procedure of interview held in applabs
Diff between web table ,datatable and data base (QTP)
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
In html file what is an ideal position to include vbscript?