How do i get the console log for specific step?

My test is having 5 steps.

While doing

webpagetest console 180124_V1_e82fade6836346fea6e85e1c2f8bd7ca

in terminal i am getting console log only for 1st step.
I need console log for 5th step.

Looks like the console log for each step is correctly populate in the JSON test result: https://www.webpagetest.org/jsonResult.php?test=180124_V1_e82fade6836346fea6e85e1c2f8bd7ca&pretty=1

I believe you filed an issue with the webpagetest-api project which is the correct place for it. I don’t know that the api wrapper supports multiple steps.

got it. Thanks!