javalon/Search text
Search a text in a response body during a limited period of time. If the text is found, the action will be successful.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | URL to search | yes | — |
| text | Text to search | yes | — |
| timeout | Timeout in seconds | no | 60 |
| interval | Check every X seconds | no | 5 |
| fail-if-not-found | If true, the action will fail if the text is not found | no | true |
Outputs
| name | description |
|---|---|
| found | True if the text is found, false otherwise |