Type Into will not enter text in Microsoft Edge Version 102.0.1245.30

Hello,

I have a script that has been working for awhile now. However I update my Microsoft Edge to Version 102.0.1245.30 and the type into activity will no longer enter text into the desired field. UI Path is able to identify the field click on it but when it try’s to enter text nothing happens.

Is any one else experiencing this issue with the new version of Edge?

1 Like

Hello @Matthew_Coughlin
Welcome to Uipath Forum !!

Are you getting any error while executing the same ?
Please share screenshot or error message

Also check whether you have installed uipath Edge extension on edge browser.

@Aparna_Chaudhari

I am not receiving an error message it behaves as if it was executed successfully. And yes I do have the UI path extension install for Edge.

Since it behaves as if it was successful i do not have an error message to attach.

Hi @Matthew_Coughlin

Can you please try using Set Text activity

Also enable click before typing, activate, alter if disabled properties for type into or set text.

@Aparna_Chaudhari

I received the following error with set text activity.

image

Hi @Matthew_Coughlin

Seems like you have used partial selector for the field.
Please give full field selector to the activity
Try indicating the field again to capture full selector.

@Aparna_Chaudhari

I was able to correct the issue by changing the Type Into Activity from “Same as App/Browser” to “Simulate”

Thank you for your help!

Hello @Matthew_Coughlin

Is it resolved or still are you facing any issues??