Login with redirection
karan2227 opened this issue · 1 comments
karan2227 commented
Need to run memlab on an authenticated route, How to ensure proper authentication, given the authentication process involves redirections?
I received the following error after automating the flow programmatically in the setup
callback.
The page is reloaded. MemLab cannot analyze heap across page reloads. Please remove window reload() calls, page goto) calls, or any reload logic.
while trying the same in beforeInitialPageLoad
, it gives interaction failure.