I’m working on a browser login. After entering password it will ask me authentication. In that screen i will be having a display box in that it having a drop-down from there i need to select a name. But when I try indicate that element. It is selecting entire screen. can anyone guide me how to solve this issue.
Hi @mkankatala , @rlgandu i tried type into, select item, get attribute also. If I try to select that value from drop-down it is selecting entire browser screen
@rlgandu basically i may not be able to select anything from drop-down. Selectors are not supporting. it’s selecting entire screen like if you indicate attachwindow activity how it selects entire screen similar that it’s selecting now
When indicating the Ui element by using Select item activity, in the selelctor option window change the UI Framework to the Active Accessbility and try to indicate it again.
After selecting the entire dropdown using select item activity,Please check the selector of that dropdown.Change it to strict.Create a dynamic variable in that selector so that we dynamically pass the name to that dropdown.