Module: FerrumCommon

Defined in:
lib/ferrum_common.rb

Defined Under Namespace

Modules: Common

Class Method Summary collapse

Class Method Details

.new(**_) ⇒ Object



56
57
58
# File 'lib/ferrum_common.rb', line 56

def self.new **_
  Ferrum::Browser.new(**_).tap(&:reposition)
end