Unable to execute appium actions against apple native progress bar

Hi Team, I am facing issue on performing actions (swipe, tap etc) against progress bar.
currently the app uses progress bar from apple built in media controls that is done inside Apple’s framework.
so while inspecting the through appium inspector found that the element accessible state is “false”

Tried to tap, swipe and sendkeys to the locator, all the cases were failed

Since this is an apple native component,is there any possible way to perform player actions against it. can we use any javascript executeScripe methods here ? currently in automation I’m using multiple button press to seek till end in videos, which is time consuming and not so accurate…I would greatly appreciate your suggestion on more efficient approach to reduce this workload

@KazuCocoa Hi do you have any solution this :slightly_smiling_face: