I need to use setNextRequest(firstRequestInNextFolder)
I need to get the request in the next folder. (Not the one where the current request is running in.)
Any idea how to get reference to: firstRequestInNextFolder?
I need to use setNextRequest(firstRequestInNextFolder)
I need to get the request in the next folder. (Not the one where the current request is running in.)
Any idea how to get reference to: firstRequestInNextFolder?
The setNextRequest is not folder specific, it’s collection specific. So you can literally just call the request name as long as it is within the same collection.
Example;