MCPcopy
hub / github.com/streamlit/streamlit / click

Method click

lib/streamlit/testing/v1/element_tree.py:346–348  ·  view source on GitHub ↗

Set the value of the button to True.

(self)

Source from the content-addressed store, hash-verified

344 return self
345
346 def click(self) -> Button:
347 """Set the value of the button to True."""
348 return self.set_value(True)
349
350
351@dataclass(repr=False)

Calls 1

set_valueMethod · 0.95