added rgb as a property

This commit is contained in:
Tanvir Ul. Islam
2017-07-12 17:22:30 -04:00
parent 0b87b465f4
commit 7727e83f29
+1
View File
@@ -37,6 +37,7 @@ declare namespace WebdriverIO {
interface ParsedCssProperty {
hex: string;
alpha: number;
rgb: string;
rgba: string;
type: string;
string: string;