maybe this will fix it?
This commit is contained in:
parent
24d7eccfe1
commit
098b122842
@ -25,7 +25,7 @@ module PersistentSelenium
|
||||
end
|
||||
|
||||
def set_app_host(host)
|
||||
@app_host = host
|
||||
@app_host = host.dup
|
||||
|
||||
browser.navigate.to("data:text/html;base64,#{Base64.encode64(starting_page)}")
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user