How to get the background color of a weblist?
Answer Posted / 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 |
Post New Answer View All Answers
What is vbscript?
How to delete a cookie using vbscript?
Mention how to create a cookie using vbscript?
Mention what is the difference between vbscript and vba?
How to assign a numeric value to a variable?
Both Static and dynamic arrays are handled by VB script. Is it true?
What is the purpose of regexp object in vbscript?
Mention what is the technology used by vb script?
What is the use of the date function in the vbscript language?
Explain about filter expression?
A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.
What is the use of the formatdatetime function in the vbscript language?
What is Procedure or Subroutine in VB Script?
1. How do declare public variable in vb scripts?
What are the rules to name variable in vbscript?