# File lib/selenium/webdriver/support/color.rb, line 103 def hex "#%02x%02x%02x" % [red, green, blue] end