Hi @5155-vilva,
Please refer to below post of Patrick. He has a solution for file upload. Here is the full post that you might find helpful.
Patrick Groot said:
maria jose said:
I have the same problem.
LOG: [error] {“code”:-32000,“message”:“DOM Error while querying”}
You are using xpath… you should use CSS selector instead!
Try:
css=input[id="archivo_documento_admisibilidad_1"]
And make sure you’re doing your tests in **Chrome **since it’s not possible in Firefox.
Let me know if that works out for you…
Regards,
Liam