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
It is happing most probably due to our script getting the options button from the previous chat and then the next chat loaded but we are trying to click on an element from the previous chat's button
So, to fix it we need to use the _wait_for_an_element_to_deattached for the options button from the previous chat or maybe in some other way
It is happing most probably due to our script getting the options button from the previous chat and then the next chat loaded but we are trying to click on an element from the previous chat's button
So, to fix it we need to use the
_wait_for_an_element_to_deattached
for the options button from the previous chat or maybe in some other wayFollowing error
The text was updated successfully, but these errors were encountered: