module Selenium::WebDriver::DriverExtensions::FullPageScreenshot
def full_screenshot
def full_screenshot @bridge.full_screenshot end
def save_full_page_screenshot(path)
def save_full_page_screenshot(path) save_screenshot(path, full_page: true) end