I have written a Python script using Appium. Using that script I am able to dial and answer the call. I am able to put the call on hold by long-pressing “mute” button.
But when I am trying to hang up a call using the script. I am observing that the element is getting located and successfully clicked also but not effect is not visible on real mobile device(iPhone xr/13).
Try also tap by coordinates. Sometimes have similar workaround.
Hi @Aleksei,
Thanks for your comment. I have tried with coordinate (tap, tapelement). I have also tried with click and pressButton.
Did you try manual tap on same place where tap by coordinates happens?
For example with mine app I met that some arias are not sensitive and I was needed to move scroll start coordinates.
I have tried with the manual tab also. Sometimes it is working few times it is not working. I have tried with Appium Inspector.