how to automatically update the sql server2005 database
records when insert in vb6?
No Answer is Posted For this Question
Be the First to Post Answer
Write a Fucntion to close all Opened browser expect desired one?
write a vb script to display first 5 odd numbers from 1 to 100
how to genarate a random numbers in vb?
Set srchobj=Description.Create() srchobj("type").value="text" srchobj("name").value="q" srchobj("html tag").value="input" browser("micclass:=google").Page("micclass:=google").webedit (srchobj).Set "qtp" what's wrong in my code pls tell me ? the above code working fine and i got my result pass,now i am trying to run the program it shows general run time error why?pls help me i am in learning stage ?
How to select a value from a list box by using Selenium web-driver?
how to set one column as primary key in QTP and fetch values accordingly
By default in vbscript the arguments passed to functions and subroutines are by reference or by value?
what is the features of visual basic?
How to insert snapshot during manual scripting in 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
what is used of Property........End Property loop ? how to write the script for it?
In what way program "hello world" you can write in vbscript?