Raised when an adapter cannot complete its flow.
| 124 | |
| 125 | |
| 126 | class AdapterError(RuntimeError): |
| 127 | """Raised when an adapter cannot complete its flow.""" |
| 128 | |
| 129 | |
| 130 | def _find_first(page, selectors: list[str], *, timeout: int = 15000): |
no outgoing calls
no test coverage detected