Class: Puppeteer::Bidi::NewDocumentScriptEvaluation

Inherits:
Object
  • Object
show all
Defined in:
lib/puppeteer/bidi/page.rb,
sig/puppeteer/bidi/page.rbs

Overview

Result of evaluateOnNewDocument containing the script identifier. Can be used to remove the script later.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(identifier) ⇒ NewDocumentScriptEvaluation



1734
1735
1736
# File 'lib/puppeteer/bidi/page.rb', line 1734

def initialize(identifier)
  @identifier = identifier
end

Instance Attribute Details

#identifierString (readonly)

: String



1730
1731
1732
# File 'lib/puppeteer/bidi/page.rb', line 1730

def identifier
  @identifier
end