I have the chromedriver running locally and am running the collection in Postman app.
When I Send the ânew sessionâ request, the Test Results show
âTypeError: Cannot read property âlengthâ of undefinedâ
I see the step in the collection let step = records.length ? records.shift() : undefined
When the session request returns, I see there is a sessionId but all requests fail as above. I tried hard coding the sessionId but then navigate To step failed. Any thoughts on getting past these issues?
Did you Change anything ? Just run the collection without modifying as it is and make sure chrome and chrome driver versions are compatible . And also you should use postman desktop app