How to get the background color of a weblist?
Answer Posted / aparna
try the following statement:
Browser("micclass:=Browser").Page("micclass:=Page").Weblist
("name:=abc").Getroproperty("color")
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
Illustrate briefly about the different types of statement
how to check whether link is disabled in QTP??
Mention what is the technology used by vb script?
Mention the rules for using option explicit statement?
How are values assigned to the variables in the vbscript language?
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?
Explain about adodb.stream class?
How will you reverse a string in vbscript?
Why is the use of exit do or exit for statements within loops discouraged?
Which keyword is used to declare a variable in the vbscript language?
Hi Friends, I have an issue like the describe below: I'm using QTP and I'm testing on SharePoint. As you knoe, SharePoint has a customize function for user, so that, If I add an object Web Table at the first time, that object was recognized by "index" and "html tag", after that, if someone change the display of web part, the "Index" of my object was changed as well and QTP unable to select that Web Table. Can you guide me how to identify or anyway to keep that Web Table object as unique object? Thanks a lot.
give me any information abou vb script books learn quckly
What are string functions in vbscript?
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
Mention how you can call vbscript functions?