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 was unable to switch windows from the callback that comes from ListGroup. I tried to solve the problem in various ways, including using manager.switch_to() and manager.start() to switch to different windows. Although the function that handled the callback was being executed, the window switching function was not working. The problem was resolved by using manager.manager.switch_to() or manager.manager.start().
The text was updated successfully, but these errors were encountered:
I was unable to switch windows from the callback that comes from ListGroup. I tried to solve the problem in various ways, including using manager.switch_to() and manager.start() to switch to different windows. Although the function that handled the callback was being executed, the window switching function was not working. The problem was resolved by using manager.manager.switch_to() or manager.manager.start().
The text was updated successfully, but these errors were encountered: