I am working with python and selenium to click on the Upload button on a facebook page. The HTML associated with this seems to have a within a table tag. The html is as in the following image. The button circles is the one I am trying to press.
Can anyone please tell me how should I press this button? I am using Python 3.7