How to write VB Script for selecting a particular row in a WebTable?
Answer / pravati
u can find the row id by using Getrowwithcelltext(text) method
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of "Option Explicit"?
What is the extension of the vbscript file?
Explain sga memory structures?
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?
What is the purpose of regexp object in vbscript?
To get data from table which method will be used in QTP
write a vb script create 5 folders test1 test2 test3 test4 test5
what is event handling?
How do i automate a website www.flyashx.com without having any test cases witin a week time.
There are 5 web pages.write a script to click the button on 4th web page.
What are class events?
Could Anybody tell me VBScript for Check if a given number is Prime number-Don't use any Built- in Functions Boolean/int is Prime(int number).. Thanks in advance.