"100 times reduction in the speed" of operations in the "Instagram application"

On the bottom page of Instagram, when I want to click on the Nex button, it takes about 75 to 180 seconds to click on it.

This does not happen on other pages of the Instagram application and usually finds the elements in less than 3 to 5 seconds.

Interestingly, I also checked on this page that finding the element itself takes less than 3 to 5 seconds.

But when I want to click on any of the elements on this page, it takes 75 to 180 seconds to perform this action, which makes the whole process take 6 to 7 times its time. increases terribly, one becomes crazy :exploding_head: :angry: :face_with_symbols_over_mouth:

I found the element both by By.ID and By.XPATH

Also, clicking was no different when tested with both methods below:

actions.tap(Instagram_Step2_NextButton).perform()
Instagram_Step2_NextButton.click()

Also, I tested with 2 versions of Android 11 and 13, and there was no difference.
My programming language is Python.

This page is the second step in the process of sharing in the Instagram application. I really don’t know why the actions on this page increase so much and it is very questionable for me!!!

Can anyone help me with this!?

I fixed this problem by changing the Android version from 13 to 8.1