Can't select textfield

Hi guys,
I want to type something into this textfield (see screenshot below). Unfortunately I can’t select it with the selector. Is there any workaround that I can try?

Right now I can’t use the CV Scope

Thanks

Samuel

2 Likes

Hi,
open in ui explorer and change UiFrameworks settings and try @SamuelHa
cheers

Hi @SamuelHa

You can use send hotkey activities and use type into activities .

cheers :smiley:

Happy learning :smiley:

2 Likes

What exactly do you mean by that? What should I change here?

Okay thanks I will try that again :smiley:

1 Like

Hi
Welcome to uipath community
In such cases we got two options like either we can directly use
Send hot key activity with key as tab
Use n number of that activity with same key until the bot takes us to the field we want
Once after reaching the file then use TYPE INTO ACTIVITY with just the input string alone and not element chosen for selectors

It’s more like how we do navigation with keyboard alone and not with mouse

Or

We can use COMPUTER VISION activity which will help us to access the element here

Cheers @SamuelHa

2 Likes

try with those two options

2 Likes

Thanks! I solved it with the Send Hotkey “tab”. My problem here was that I wrote “tab” into the field “Key” of the activity “Send Hotkey”. Because of that “SpecialKey” was not set on “True” in the “Options”

So it’s always better to select the “Key” by using the dropdown menu in this acitvity

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.