How to write VB Script for selecting a particular row in a WebTable?



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

Post New Answer

More VB Script Interview Questions

How will you get the largest subscript of an array in vbscript?

0 Answers  


how to increase the values in text box in a given text box increament by two values by clicking on button

0 Answers  


How to write Descriptive programming in .VBS file i wrote this code but it is giving error.. Dim qtApp set qtApp=createobject("QuickTest.Application") qtApp.Launch qtApp.Visible=True Set objIE = CreateObject("InternetExplorer.Application") objIE.visible = True objIE.Navigate "www.gmail.com" browser("title:=gmail").title("title:=gmail")

2 Answers  


What is the main difference between function and sub-procedure?

0 Answers  


write a qtp script to count the number of minimized windows

1 Answers  






Explain the operator precedence in vb script?

0 Answers  


How to find arry size in qtp vb script

2 Answers   Cap Gemini,


How to Enter Values on the Command promt using VB script

0 Answers  


How to create MSAcess table foriegn key

1 Answers  


write a text script to display * as below ********** **** **** *** *** ** ** * * * * ** ** *** *** **** **** **********

1 Answers  


We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?

0 Answers  


int a=4857 i need output as 7584.without using any inbuild function?

6 Answers   Aspire,


Categories