How to upload 2 different files using Python Selenium?
I am currently working on a project that requires the upload of two specific files on a web page (a PDF file and an ODT file.
But, it works only for ONE file (which is the first one defined in the ‘full_path’ variable) when I try to upload these files using this code: