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
-
#css_events ⇒ Boolean
True if the debugger generates css.* events.
Instance Method Summary collapse
-
#clear_css ⇒ WebkitRemote::Client
Cleans up all the CSS-related state.
- #initialize_css ⇒ Object
Instance Attribute Details
#css_events ⇒ Boolean
Returns 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_css ⇒ WebkitRemote::Client
Cleans up all the CSS-related state.
23 24 25 |
# File 'lib/webkit_remote_unstable/css.rb', line 23 def clear_css self end |
#initialize_css ⇒ Object
31 32 33 |
# File 'lib/webkit_remote_unstable/css.rb', line 31 def initialize_css @css_events = false end |