Skip to content

Commit

Permalink
Update lib/ferrum/page.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
singhprd authored Jan 3, 2025
1 parent 266d7f3 commit d424f06
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/ferrum/page.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,17 @@ class Page
attr_reader :cookies

attr_reader :screencaster

# Downloads object.
#
# @return [Downloads]
attr_reader :downloads

def initialize(client, context_id:, target_id:, proxy: nil)
@client = client
@context_id = context_id
@target_id = target_id
@options = client.options

def initialize(target_id, browser, proxy: nil)
@frames = Concurrent::Map.new
Expand Down

0 comments on commit d424f06

Please sign in to comment.