How to get the background color of a weblist?
Answer Posted / venkata rajkumar b
a = Browser("title:=.*").Page("title:=.*").Weblist
("name:=abc").GetRoProperty("background color")
Msgbox a
' It Will Display background color Property Value
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Explain about filter expression?
How can you create a file object to work with the files in the vbscript language?
What is difference between vbscript and vba?
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
how to acces the remote mechine using vb cript(QTP)
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
How to open excel in vb script?
Which operator is used to concatenate the 2 values in the vbscript language?
What is the technology used by vb script?
What is byref and byval parameters in vbscript?
How to write functions and sub in vb script?
Explain about the functionality of vb script?
How are values assigned to string type and numeric type variables?
Mention when to use function procedures and what are its characteristics?
How to assign a date value to a variable?