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 types of bugs will we find out in banking projects for automation testing?
What are the disadvantages of vbscript?
Can u describe what kind of testing are for OTC derivates by banks.
what is the difference between modular and data and keyword driven framework
I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?
Why to use option explicit in vb script?
How can you fetch the value of a cookie?
What is vbscript?
filter the array values without using filter function?
Compare java script and vb script?
Explain the scope of the variables using dim, public, and private keywords respectively.
Illustrate briefly about the different types of statement
Why is error handling required?
Explain the operator precedence in vb script?
How will you get the exponent of the given number in vbscript?