class Appium::Driver

def dynamic_code_to_string code, value=false

Other tags:
    Private: -
def dynamic_code_to_string code, value=false
  result = @@map[code].first
  return result unless value
  result.split('(').first + "( \"#{value}\" )"
end