Module: WebkitRemote::Client::Css

Included in:
WebkitRemote::Client
Defined in:
lib/webkit_remote_unstable/css.rb

Overview

API for the unstable CSS domain.

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#css_eventsBoolean

Returns true if the debugger generates css.* events.

Returns:

  • (Boolean)

    true if the debugger generates css.* events



28
29
30
# File 'lib/webkit_remote_unstable/css.rb', line 28

def css_events
  @css_events
end

Instance Method Details

#clear_cssWebkitRemote::Client

Cleans up all the CSS-related state.

Returns:



23
24
25
# File 'lib/webkit_remote_unstable/css.rb', line 23

def clear_css
  self
end

#initialize_cssObject



31
32
33
# File 'lib/webkit_remote_unstable/css.rb', line 31

def initialize_css
  @css_events = false
end