class Selenium::WebDriver::Firefox::Options
def process_profile(profile)
def process_profile(profile) @profile = case profile when nil nil when Profile profile else Profile.from_name(profile) end end
def process_profile(profile) @profile = case profile when nil nil when Profile profile else Profile.from_name(profile) end end