I have a webtable and many objects are embedded in side.(like
buttons,checkboxes etc). How to know how many such objects are
there? what is the class of that objects?
Answer Posted / vikas choubey
through childobjects
str=Browser().page().childobjects
msgbox str.count
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain the functionality of vbscript?
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?
Mention what is the main difference between function and sub-procedure?
What is the use of option explicit in vbscript?
Mention what is variant in vbscript?
Which operator can be used to do an xor operation in vbscript?
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
Can anyone send me a vb script function for verifying the functionality of active links on a web page
where can i learn VB scripint ?
I need to get some data from data base and store this
(retrieved) data in a excel sheet using VB script in QTP9.0
I have created connection for data base
I have created as excels sheet by using
Set XL=CreateObject("Excel.Application")
XLworksheet.cells(1,1).value= rs.fields.item("<
How to pass argument by reference to a function in vbscript?
How to Import data from a file (file is on the desktop) to the data table
What is the difference between vb debugger and the script debugger?
Explain the adodb.stream class?
What is select case statement?