Unable to spy selector in browser

Hi All,

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 @Rreddy

Have you tried using the Select item activity for this dropdown. If not use the use select item activity.

Hope it helps!!

1 Like

@Rreddy

Use type into +Enter as keyboard shortcut

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

@Rreddy

After Click Use for each uielement to select the dropdown.

@rlgandu let me try that once

@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

Okay @Rreddy got it.

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.

image

image

Hope it helps!!

@mkankatala let me try that and update you

1 Like

@Rreddy

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.

@rlgandu i will check this option also once. Will let you know once after checking these