How to retrieve CSS properties of an element? The values of the css properties can be retrieved using a get() method: Syntax: driver.findElement(By.id("id")).getCssValue("name of css attribute"); driver.findElement(By.id("id")).getCssValue("font-size"); The post HOW TO RETRIEVE CSS PROPERTIES OF AN ELEMENT? appeared first on Pro-Tek Blog.