You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the interceptor,browser is making API calls but only for some executions browser.getRequests is returning the values rest it is returning [], basically results are inconsistent while running multiple interreceptor scripts together
Tried the below options, but not having the consistency in results. So I assume it should be something with the pause.
With the version wdio-intercept-service version 4.2.1 and 4.2.2
With browser.getRequest({includingPending:true})
Increased browser.pause(1000), but doesn't seems to make any difference.
Any thoughts?
The text was updated successfully, but these errors were encountered:
I am using the interceptor,browser is making API calls but only for some executions browser.getRequests is returning the values rest it is returning [], basically results are inconsistent while running multiple interreceptor scripts together
Tried the below options, but not having the consistency in results. So I assume it should be something with the pause.
Any thoughts?
The text was updated successfully, but these errors were encountered: