Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
singhprd committed Jan 3, 2025
1 parent 3ef9784 commit 6d89409
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
14 changes: 3 additions & 11 deletions lib/ferrum/page.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,10 @@ class Page
# @return [Downloads]
attr_reader :downloads

attr_reader :screencaster

# Downloads object.
# Control Screencasting
#
# @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
# @return [nil]
attr_reader :screencaster

def initialize(client, context_id:, target_id:, proxy: nil)
@client = client
Expand Down
1 change: 0 additions & 1 deletion lib/ferrum/page/screencast.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# frozen_string_literal: true
require "ferrum/screencaster"


module Ferrum
class Page
module Screencast
Expand Down

0 comments on commit 6d89409

Please sign in to comment.