Class: Capybara::Simulated::Trace::Step

Inherits:
Struct
  • Object
show all
Defined in:
lib/capybara/simulated/trace.rb

Instance Attribute Summary collapse

Instance Attribute Details

#consoleObject

Returns the value of attribute console

Returns:

  • (Object)

    the current value of console



17
18
19
# File 'lib/capybara/simulated/trace.rb', line 17

def console
  @console
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



17
18
19
# File 'lib/capybara/simulated/trace.rb', line 17

def description
  @description
end

#dom_afterObject

Returns the value of attribute dom_after

Returns:

  • (Object)

    the current value of dom_after



17
18
19
# File 'lib/capybara/simulated/trace.rb', line 17

def dom_after
  @dom_after
end

#duration_msObject

Returns the value of attribute duration_ms

Returns:

  • (Object)

    the current value of duration_ms



17
18
19
# File 'lib/capybara/simulated/trace.rb', line 17

def duration_ms
  @duration_ms
end

#elapsed_msObject

Returns the value of attribute elapsed_ms

Returns:

  • (Object)

    the current value of elapsed_ms



17
18
19
# File 'lib/capybara/simulated/trace.rb', line 17

def elapsed_ms
  @elapsed_ms
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



17
18
19
# File 'lib/capybara/simulated/trace.rb', line 17

def error
  @error
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



17
18
19
# File 'lib/capybara/simulated/trace.rb', line 17

def index
  @index
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



17
18
19
# File 'lib/capybara/simulated/trace.rb', line 17

def kind
  @kind
end

#networkObject

Returns the value of attribute network

Returns:

  • (Object)

    the current value of network



17
18
19
# File 'lib/capybara/simulated/trace.rb', line 17

def network
  @network
end

#url_afterObject

Returns the value of attribute url_after

Returns:

  • (Object)

    the current value of url_after



17
18
19
# File 'lib/capybara/simulated/trace.rb', line 17

def url_after
  @url_after
end

#url_beforeObject

Returns the value of attribute url_before

Returns:

  • (Object)

    the current value of url_before



17
18
19
# File 'lib/capybara/simulated/trace.rb', line 17

def url_before
  @url_before
end