Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
class BrowserConfig:
class ToolkitConfig:
class ConfigLoader:
def __init__( self, browser_config: Optional[BrowserConfig] = None, toolkit_config: Optional[ToolkitConfig] = None ):
def from_kwargs(cls, **kwargs):
def get_browser_config(self):
def get_toolkit_config(self):
def to_ws_config(self):
def get_timeout_config(self):
def update_browser_config(self, **kwargs):
def update_toolkit_config(self, **kwargs):