I have tried the following both the codes, but did't get the solution
selenium.isVisible("xpath=//html/body/header/ul/li[3]/a");
selenium.getAttribute([email protected]);
In my application there are 4 tabs, by default "Home" tab should be selected. Am plan to verify that using the background color.
How to verify the specific tab is selected or not..?
How to verify the background color of an element..?