(
self, selector: str, strict: bool = None, timeout: float = None
)
| 1068 | return await self._main_frame.select_option(**params) |
| 1069 | |
| 1070 | async def input_value( |
| 1071 | self, selector: str, strict: bool = None, timeout: float = None |
| 1072 | ) -> str: |
| 1073 | params = locals_to_params(locals()) |
| 1074 | return await self._main_frame.input_value(**params) |
| 1075 | |
| 1076 | async def set_input_files( |
| 1077 | self, |