Add @frame_handles for iframe support
This commit is contained in:
parent
21a622ace0
commit
b217fef4ee
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user