Question
Northwestern Mutual
US
Last activity: 10 Jan 2018 14:37 EST
Pega Robotics invoke file upload
I have a Universal Web adapter(chrome) open a web page which has a file upload function. I'm able to interrogate this control but not able to perform click or invoke proper events to open chose file dialog. Any idea?
the HTML is
<input size="78" type="file" name="param.AttachFile" id="AttachFile" onchange="uploadSelectedFile();" contenteditable="false">