Actually, I am trying to navigate without using click event or function in python as well as JavaScript. I have tried send keys - Keys. RETURN that is working for some elements and showing an error as element not interactable for some elements. I have tried Touch event in JavaScript that also not worked.
I have tried send keys in python, touch events in JavaScript.
I need to find a different way rather than click functions.