How to get the background color of a weblist?
Answers were Sorted based on User's Feedback
Answer / prathyusha
It will work for internet explorer.
Browser("Name:=.*").Page("Title:=.*").weblist("name:=somename").object.currentstyle.color
But it displays hex color
For chrome
Browser("Name:=.*").Page("Title:=.*").weblist("name:=somename").object.style.color
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / aparna
try the following statement:
Browser("micclass:=Browser").Page("micclass:=Page").Weblist
("name:=abc").Getroproperty("color")
| Is This Answer Correct ? | 2 Yes | 4 No |
Answer / 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 |
write a vb script to display calculator using case statement?
1. How do declare public variable in vb scripts?
What are string functions in vbscript?
How you can call vbscript functions?
Out of the different type of operators, which are evaluated first and last in the vbscript language?
1.I want to establish connection with excel and also want to fetch the data using SQL queries. 2.the code should be written in such a way that in future if I want to migrate from excel to MS excess database , then there should be minimal changes.
write a program to display the system specifications of client system with the help of vb script.
Explain the constants in vbscript?
Explain about adodb.stream class?
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......
Which operator is used to perform the comparison among 2 operands in the vbscript language?
Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.