Every time I try, I got error in instruction of the find_element, can someone try upload an image to this specific web site: https://www.custojusto.pt/ai/form/0 and let me know how I can solve this?
def upload():
    driver.get('https://www.custojusto.pt/ai/form/0')
    #time.sleep(10)
    driver.find_element_by_name('image').send_keys("https://images-na.ssl-images-amazon.com/images/I/41pzTMUV7AL._SY300_.jpg")
if __name__ == '__main__':
    upload()
 
     
    