module Selenium::WebDriver::Firefox::Features

def context=(context)

def context=(context)
  execute :set_context, {}, {context: context}
end