(self, timeout: float = None)
| 209 | ) |
| 210 | |
| 211 | async def input_value(self, timeout: float = None) -> str: |
| 212 | return await self._channel.send( |
| 213 | "inputValue", self._frame._timeout, locals_to_params(locals()) |
| 214 | ) |
| 215 | |
| 216 | async def set_input_files( |
| 217 | self, |
nothing calls this directly
no test coverage detected