oepnrpa how to upload files to the website
-
hello
oepnrpa how to upload files to the website, my browser is chrome?
It'll help me a lot. -
Some some weird reason, I've often seen chrome require a physical click with the mouse on the upload button. So if you have having problems getting clicks on the upload button to work ( where you select what file(s) to upload ) try setting "virtual click" to false.
Next when selecting what file to upload in the "select file" dialog, depending on the version of OpenRPA you are using you maybe need to manually drag in a "Get Element" from the windows section, and then click open select, and then in the tree browse down to filename textbox in the open file dialog. Then inside the Get Element you can use Assign on item.value to set the file name. Then add another assign and set item.sendkeys to {enter} ... or you can add another windows get eleement and browse to the ok button, and then add a click element inside the second get element. -
@allan-zimmermann it's helpful !!!!!!
tks a lot -