Class: Ferrum::Browser::Firefox

Inherits:
Command
  • Object
show all
Defined in:
lib/ferrum/browser/firefox.rb

Constant Summary collapse

DEFAULT_OPTIONS =
{
  "headless" => nil,
}.freeze
MAC_BIN_PATH =
[
  "/Applications/Firefox.app/Contents/MacOS/firefox-bin"
].freeze
LINUX_BIN_PATH =
%w[firefox].freeze

Constants inherited from Command

Command::BROWSER_HOST, Command::BROWSER_PORT, Command::NOT_FOUND

Instance Attribute Summary

Attributes inherited from Command

#flags, #options, #path

Method Summary

Methods inherited from Command

build, #initialize, #to_a

Constructor Details

This class inherits a constructor from Ferrum::Browser::Command