INNER CODE UNIT · Ruby

close

rubycdp/ferrum · lib/ferrum/browser.rb:271

    def close
      command("Browser.close")
    end

    #
    # Gets the version information from the browser.
    #
    # @return [VersionInfo]
    #
    # @since 0.13
    #
    def version
      VersionInfo.new(command("Browser.getVersion"))
    end

    #
    # Opens headless session in the browser devtools frontend.
    #

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…