Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
SeleniumHQ
GitHub Repository: SeleniumHQ/Selenium
Path: blob/trunk/rb/sig/lib/selenium/webdriver/common/takes_screenshot.rbs
1865 views
module Selenium
  module WebDriver
    module TakesScreenshot
      include _FullPageScreenshot

      def save_screenshot: (String png_path, ?full_page: bool full_page) -> untyped

      def screenshot_as: (Symbol format, ?full_page: bool full_page) -> untyped
    end
  end
end