Class: Firefox

Inherits:
Browser show all
Defined in:
lib/zfben_hanoi/browsers/firefox.rb

Instance Method Summary collapse

Methods inherited from Browser

#escaped_name, #host, #installed?, #linux?, #macos?, #path, #runnable?, #setup, #supported?, #to_s, #visit, #windows?

Instance Method Details

#nameObject



2
3
4
# File 'lib/zfben_hanoi/browsers/firefox.rb', line 2

def name
  'firefox'
end

#teardownObject



6
7
8
9
10
# File 'lib/zfben_hanoi/browsers/firefox.rb', line 6

def teardown
  if macos?
    system('killall ' + self.name)
  end
end