When trying to select an input UI element in google forms (or any other website that i've tried with input fields), I can only select a UI element as edit and not as input. I've also tried to edit the properties using the Selector builder from edit to input but without any success.
Maybe it's the intended behaviour, but then - in the "populate text Field" flow/action, There are no available UI elements to select from - the list is empty
For example: HTML element
<input type="text" class="quantumWizTextinputPaperinputInput exportInput" jsname="YPqjbf" autocomplete="off" tabindex="0" aria-labelledby="i1" aria-describedby="i2 i3" required="" dir="auto" data-initial-dir="auto" data-initial-value="">
The UI element that is created
> pane[Class="BrowserRootView"][Name="Some Name - Microsoft Edge"] > pane[Class="NonClientView"][Name="Microsoft Edge"] > pane[Class="BrowserView"] > pane[Class="View"]:eq(2) > pane[Class="View"] > pane[Class="View"] > document > group[Class="freebirdLightBackground"] > list[Class="freebirdFormviewerViewItemList"] > listitem[Class="freebirdFormviewerViewNumberedItemContainer"]:eq(0) > edit[Class="quantumWizTextinputPaperinputInput exportInput"]
Am I doing something wrong?
Thanks for your help