Upload two files

hello guys,
I’d like to upload two files, i tried creating two keywords, but not working.
is there someone who faced this kind of scenario? :upside_down_face:

Steps:
I have to click in the first link, then upload the visa copy.
then click in the second link, and upload the passport copy.

Question :
1- In the keyword, how could i specify two objects ?
2- how does the keyword will be added in the tests case to run these steps correctly?

Thank you

You can pass a TestObject and filename as two parameters to your Keyword and just have it do the similar work. You would have to have to call the Keyword twice with this method.

Give this a try: