Add @frame_handles for iframe support

This commit is contained in:
John Bintz 2015-02-23 14:26:00 -05:00
parent 21a622ace0
commit b217fef4ee
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ module PersistentSelenium
class Browser < Capybara::Selenium::Driver class Browser < Capybara::Selenium::Driver
def initialize(browser_type) def initialize(browser_type)
@browser_type = browser_type.to_s.to_sym @browser_type = browser_type.to_s.to_sym
@frame_handles = {}
@__found_elements__ = [] @__found_elements__ = []
end end