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
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
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
Happy learning
Okay thanks I will try that again
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
try with those two options
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.