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
How will you check that a variable is an array in vbscript?
Mention how to access array data?
Why to use option explicit in vb script?
Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.
What are the naming conventions while declaring a variable in the vbscript language?
What is the use of the recordset object and which statement is used to create such an object?
How will you get a subset of a array in vbscript?
How to pass argument by reference to a function in vbscript?
how to increasing the numbers in a given text box please write a vb script
How to Import data from a file (file is on the desktop) to the data table
Can someone please tell me what poor design in a relational database (not the layout or style) is and how it can be avoided? PLEASE...im desperate.
Illustrate briefly about the different types of statement
How are values assigned to string type and numeric type variables?
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
What is the use of the formatdatetime function in the vbscript language?