Quantcast
Channel: Active questions tagged selenium - Stack Overflow
Viewing all articles
Browse latest Browse all 97762

Python Selenium Upload Button

$
0
0

Trying to upload file, but why isn't my code passing the file to the website when it should?

from selenium import webdriver
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.common.by import By
import time, os



driver=webdriver.Firefox(executable_path="C:/Users/User/Downloads/drivers/geckodriver.exe")

driver.get("https://gofile.io/")

driver.maximize_window()

time.sleep(2)

driver.find_element_by_xpath("//*[@id='root']/div/div[5]/button[2]").send_keys("C:\\Downloads\\audio.mp3")

Viewing all articles
Browse latest Browse all 97762

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>