Type into activity missing

i want to save pdf file from iexplore when it goes to save folder type into activity it is not write any thing on file name, after closing the save folder manually the program continues.

@Abad_Sid

First use Attach Window activity and indicate that window and inside that use Type Into activity.

Hi
we got two options to handle this
–either use GET ACTIVE WINDOW activity and use type into activity within that so that the bot will enter the string in the field we want and also ensure that SIMULATE TYPE is enabled
or

–we can use ATTACH WINDOW activity and then use type into activity inside that so that it will enter the value as lakshman suggested
here also enable SIMULATE TYPE property

Cheers @Abad_Sid

ok will do it.

1 Like

Facing same issue when the save button is click by robot and save window is open but didn’t write the path in folder after i close the and open it again the robot execute the type into command. the selector is.




simulate type is enable
and type into is used within attach window

HI
welcome to uipath community
also enable CLICK BEFORE TYPE property in TYPE INTO ACTIVITY
kindly validate once the selector
Cheers @Adee

Tried but issue remain same here is selector.



property

selector

did we try with this method buddy

Cheers @Adee