I'm trying to upload a file to a facebook group with selenium chromedriver.
driver.find_element_by_xpath("//input[@type='file']").send_keys("http://www.peta.org/wp-content/uploads/2013/10/goat_2D00_list_2D00_1.jpg")
But It throws an Exception Like this:
selenium.common.exceptions.WebDriverException: Message: unknown error: path is not absolute:
I'm on Windows 10, Chrome 44.0.2403.130, ChromeDriver 2.16.333243, selenium 2.47.1
So how I can upload images from urls ? (without having to explicitly download it)