Class: Cline::GlobalState::Browser::BrowserSettings
- Defined in:
- lib/cline/global_state/browser.rb
Overview
Browser configuration settings
Defined Under Namespace
Classes: BrowserViewport
Instance Attribute Summary
Attributes inherited from Schema
Public API collapse
-
#chrome_executable_path ⇒ String
Chrome executable path.
-
#custom_args ⇒ String
Custom browser arguments.
-
#disable_tool_use ⇒ Boolean
Disable browser tool use.
-
#remote_browser_enabled ⇒ Boolean
Remote browser enabled flag.
-
#remote_browser_host ⇒ String
Remote browser host address.
-
#viewport ⇒ BrowserViewport
Browser viewport dimensions.
Methods inherited from Schema
#==, as_hash, cast, cline_snake_attributes, of_hash, #to_cline_json, #to_hash
Instance Method Details
#chrome_executable_path ⇒ String
Returns Chrome executable path.
30 |
# File 'lib/cline/global_state/browser.rb', line 30 attribute :chrome_executable_path, :string |
#custom_args ⇒ String
Returns Custom browser arguments.
36 |
# File 'lib/cline/global_state/browser.rb', line 36 attribute :custom_args, :string |
#disable_tool_use ⇒ Boolean
Returns Disable browser tool use.
33 |
# File 'lib/cline/global_state/browser.rb', line 33 attribute :disable_tool_use, :boolean |
#remote_browser_enabled ⇒ Boolean
Returns Remote browser enabled flag.
24 |
# File 'lib/cline/global_state/browser.rb', line 24 attribute :remote_browser_enabled, :boolean |
#remote_browser_host ⇒ String
Returns Remote browser host address.
27 |
# File 'lib/cline/global_state/browser.rb', line 27 attribute :remote_browser_host, :string |
#viewport ⇒ BrowserViewport
Returns Browser viewport dimensions.
21 |
# File 'lib/cline/global_state/browser.rb', line 21 attribute :viewport, BrowserViewport |