class ShowMeTheCookies::SeleniumChrome
chromedriver adapter is the selenium adapter with minor changes
Protected Instance Methods
on_the_page?()
click to toggle source
Calls superclass method
ShowMeTheCookies::Selenium#on_the_page?
# File lib/show_me_the_cookies/adapters/selenium_chrome.rb, line 7 def on_the_page? super && @browser.current_url != 'data:,' end