Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
BACK GROUND COLOUR OF A PARTICULAR AREA IN A SEARCH WINDOW
#1
Not Solved
Hi,

In a Search window,have to search for a particular keyword and wants to check the background colour of the result listing Area...

Is there any option in QTP/in VB Script to find the background colour of that particular Area????

Thanks

Remya
Reply
#2
Not Solved Rolleyes 
Hi,

is that windows application or Web application?

regards,
Baba
Reply
#3
Not Solved
Hi
To get background color of objects, we can write as below
Code:
Set check1=Browser("").Page("").WebEdit("name:=xyz").Object.CurrentStyle
msgbox check1.backgroundColor
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to record google search items venkatasuresh06 0 2,766 03-09-2011, 06:31 AM
Last Post: venkatasuresh06
  " " in search text bostonma 10 7,691 03-10-2009, 07:37 PM
Last Post: MVChowdary

Forum Jump:


Users browsing this thread: 1 Guest(s)