Class: BlackStack::Bots::SeleniumBot

Inherits:
Bot
  • Object
show all
Defined in:
lib/base.rb

Overview

MechanizeBot

Direct Known Subclasses

Indeed

Instance Attribute Summary collapse

Attributes inherited from Bot

#ip, #password, #port_index, #ports, #user

Instance Method Summary collapse

Methods inherited from Bot

#proxy?

Constructor Details

#initialize(h) ⇒ SeleniumBot

Returns a new instance of SeleniumBot.



38
39
40
# File 'lib/base.rb', line 38

def initialize(h)
    super(h)
end

Instance Attribute Details

#driverObject

selenium driver



37
38
39
# File 'lib/base.rb', line 37

def driver
  @driver
end