Skip to content

Commit 8461416

Browse files
author
AutomatedTester
committed
Adding rebeccapurple to the python Color object
1 parent 840a86f commit 8461416

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: py/selenium/webdriver/support/color.py

+1
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ def __str__(self):
278278
"PLUM": Color(221, 160, 221),
279279
"POWDERBLUE": Color(176, 224, 230),
280280
"PURPLE": Color(128, 0, 128),
281+
"REBECCAPURPLE": Color(128, 51, 153),
281282
"RED": Color(255, 0, 0),
282283
"ROSYBROWN": Color(188, 143, 143),
283284
"ROYALBLUE": Color(65, 105, 225),

0 commit comments

Comments
 (0)