Method: Ferrum::Frame#execution_id

Defined in:
lib/ferrum/frame.rb

#execution_idObject



42
43
44
45
46
47
48
# File 'lib/ferrum/frame.rb', line 42

def execution_id
  raise NoExecutionContextError unless @execution_id
  @execution_id
rescue NoExecutionContextError
  @page.event.reset
  @page.event.wait(@page.timeout) ? retry : raise
end