Class: Ferrum::Browser::Firefox
- 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
Method Summary
Methods inherited from Command
Constructor Details
This class inherits a constructor from Ferrum::Browser::Command