| What is the WebElement method used to get the BackGround Color of an Element displayed in the WebPage.
Choose the correct option from below list
(1)getCssText(“background-color”)
(2)getCssValue(“background-color”)
(3)getCss(“color”)
(4)getCssValue(“bg-color”)
Answer:-(2)getCssValue(“background-color”) | | |