How could a Selenium script be triggered / run from Postman (or a similar tool) ?
More generally: How could an external script be launched from Postman (or a similar tool) ?
Asked
Active
Viewed 197 times
0

Solid T.
- 11
- 1
- 7
-
Your goal seems strange to me. Why do you want to launch from Postman? What are some "similar tools" you are considering? There are pre-request scripts that could probably work but I'm really curious why you are trying to do this. – C. Peck May 30 '21 at 18:14
-
expose the script through a api and then run it from postman – PDHide May 30 '21 at 22:00
-
@C.Peck: I would like to have a Postman test suite that explores a bit the Spotify Web API. But to do that, an access token is needed for most of the API requests. **The token expires quite quickly**, so the Postman test suite would depend on manually providing a fresh token, after each expiry. – Solid T. May 31 '21 at 05:35
-
@C.Peck: Please resume your answer whenever available. – Solid T. Jun 02 '21 at 14:12