how to get font size of a "WebEdit"
Answers were Sorted based on User's Feedback
Answer / latha
Browser("yahoo").Page("yahoo").Webedit
("name").object.currentstyle.fontsize
| Is This Answer Correct ? | 19 Yes | 0 No |
Answer / 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 |
Answer / saravanaraja
a=Browser("").page("").Webedit("").GetRoProperty("width in
characters")
msgbox a
| Is This Answer Correct ? | 0 Yes | 7 No |
hi friends can anyone tell me where can i find descriptive programming material please send me the link also,from which i can download the material
How we can add actions in the test using QTP?
suppose i can done the project in automation tool with QTP in that time what i can say?
how you have used object libraries? plzzzzz do answer
What is the ur roles and responsibilities as automation testing engineer?
If u r using descriptive programming to identify the object where do u write the script for those objects? do u write it in the expertview? plz do answer its urgent thanks advance.
Recovery Manager means..?
write vb script code to delete the duplicate values in an array.
What is keyword view in qtp?
what is meant by "Parameterization technique"?
Explain the qtp test phases.
What is the exact difference bet function and action in QTP Anybody can explain it in detail..Thanks in advance..