How can i put a value into the textbox of a Modal Dialog in webpage

Installer(.exe or .msi):

License type(Free, Trial/License code):

Studio/Robot version:

Current behavior:

Screenshot:

@_To_Denriku

Welcome to the UIPath Community.

use Element Exists activity and indicate that dialog box and will give boolean value as output.

If it is true then use Type Into activity and pass the value into textbox.

I tried it ,but [False] is come back.
Uipatch cann’t catch hold the object of textbox . Element Exists doesn’t work for me.

javascript:
var win = window.showModalDialog(“XXX/aaa.html”);