class Browser::PhantomJS

def full_version

def full_version
  ua[%r[PhantomJS/([\d.]+)], 1] || "0.0"
end