# File lib/scrubyt/core/navigation/agents/firewatir.rb, line 63 def self.frame(attribute, value) if @@current_frame @@current_frame.frame(attribute, value) else @@current_frame = @@agent.frame(attribute, value) end end