Hi
its possible, but we wont be able to access the elements directly
still we got many options to do that in a reliable way
–first is SEND HOT KEY Activity with key as tab, enter, down, up, right which will help us to navigate across the fields in the application and to reach to a specific field use n number of send hot key activities and once after reaching we can use TYPE INTO ACTIVITY with our input string and no need of selecting any element
OR
–computer vision activities
OR
–image based automation like CLICK IMAGE, FIND IMAGE, TYPEINTO ACTIVITY
Cheers @monikanimbalkar