class Selenium::WebDriver::Credential

def encode(byte_array)

def encode(byte_array)
  Base64.urlsafe_encode64(byte_array&.pack('C*'))
end