MCPcopy Create free account
hub / github.com/browser-use/macOS-use / __init__

Method __init__

examples/basic_agent.py:50–53  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

48
49class FolderCreationState:
50 def __init__(self):
51 self.new_folder_clicked = False
52 self.folder_name_entered = False
53 self.last_action = None
54
55 def get_context(self, ui_tree_string: str) -> str:
56 if not self.new_folder_clicked:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected