Steps
--------
1) Get the path of the file to be uploaded
Path module is used to get the path of the file. It is supported in python 3.x version.
2) Go to the url of the website and find x path of the file upload element. send_keys(absolute path of the file name ) is the command for upload files in selenium.
3) Verify file upload is successful
Code:
https://github.com/simplyajith/youtub...
Note: Locators may have changed, so change the locators and check if it didn't work