Method: Ferrum::Frame#execution_id

Defined in:
lib/ferrum/frame.rb

#execution_idObject



50
51
52
53
54
55
56
# File 'lib/ferrum/frame.rb', line 50

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