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 |
How can you write the scripts that operate on different objects depending on run-time information?
how can i replace any text from the qtp script with some anothere text
What is our exact stage involvement with QTP?
who is the best faculty in Hyderabad for QTP?
What is log file? what is the use of Log fine. How to create? what are the contents and the main advantages of log files. plz do help me in this concepts as i have an interivew on qtp in a couple of days. plz do help me.. thanks in Advance.
How to create a standard checkpoint ?
How you can make an action as re-usable action?
How to extract the data in the below scenario and dump it in the excel? Link1 Link2 Link3 Link4 numberlink1 text text text numberlink2 text text text numberlink3 text text text numberlink4 text text text So, Here is my question? -- It is a matrix but is not a web table(QTP does not recognize it as a web table) -- Link1, link2 and link3 are links under which text is available -- numberlink1 to numberlink4 are again LINKS -- All the others displayed are text only I want to extract the data in the above scenario and dump it into an excel in the same scenario as it is displayed above. Kindly help.. Thank you
If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?
i this is balaji from chennai i have 4 yrs exp in testing and my qualification is bsc computers i completed in correspondace in which companiies accept the correspondace plz let me know
How To write script in QTP For Field Validation Example: password Field is accepting A range 8-20 characters only.How to write script?
What is Environment Variable and when we apply this in QTP?