how to get font size of a "WebEdit"

Answer Posted / ragupathi from syntel

'We will use OUTERHTML Property and use split concept we
will get font size

Example
Outerhtml=<input size=12 .....>

dim a,i
a= Window("yahoo").page("yahoo").Webedit
("name").getroproperty("outerhtml")
i=split(a,"=")

msgbox i(0)

thats just for example only

Is This Answer Correct ?    1 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is QTP’s model for test creation?

683


What is qtpro? What is a quick test professional?

587


Did QTP prove efficient for your project? Yes or No, explain?

6119


What are the features of quick test pro(qtp)?

538


What is throw Object?

1564






Hi friends did any budy attend accenture system test for qtp? if any budy pls drop questions.not only accenture any other mnc company which you attended system test(QTP)?it may helpful to others also

1869


what is the difference between IE & Netscape in web testing on a log in page

1798


Should have experience in framework means?

1419


can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?

1625


Is it possible to call from one action to another action in qtp?

566


What Folder Structure following in Keyword Driven Frame work?

2289


How can you give wait up to 10 seconds in qtp?

588


What is the syntax to call one action in another?

557


Sql questions to find second max salary and how to use joins

967


How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?

700